StaticImport hint should support records and other class kinds#9174
Conversation
|
Hmm, I wonder if the |
good point. will update it |
909b779 to
4521e36
Compare
uses javac's Element.getKind().isDeclaredType() as filter which matches all class kinds (interfaces, records etc). minor code improvements and indentation fixes
|
will rebase on top of the CI fixes to try to get a green build |
4521e36 to
5c3228f
Compare
|
looks green. |
uses javac's
Element.getKind().isClass()as filter which matches all class kinds.minor code improvements and indentation fixes
note: the hint is disabled by default
fixes #9166