Skip to content

Improve code hover for Groovy property with generics referenced from Java source #921

@eric-milles

Description

@eric-milles

Consider the following:

Pogo.groovy

class Pogo {
  List<String> strings
}

Main.java

class Main {
  void meth() {
    new Pogo().getStrings()
  }
}

Java Editor: Code hover (F2) over "getStrings" shows raw type "List Pogo.strings".
image

See also #888

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions