Skip to content

Incorrect semantic highlight of static import property access #545

@eric-milles

Description

@eric-milles

Consider the following:

package pack
class Util {
  ...
  static def getSomething() { ... }
  static void setSomething(value) { ... }
}
import static pack.Util.*
def thing = something
something = null

Semantic highlight of the property versions of getSomething and setSomething are incorrect.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions