Skip to content

Fix type inferencing of static member imports that also are DGM names #539

@eric-milles

Description

@eric-milles

Consider the following:

import static Util.dump

class Util {
  static void dump(Object o) { }
}

dump in the static imports incorrectly inferences/highlights as org.codehaus.groovy.runtime.DefaultGroovyMethods.dump.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions