Skip to content

Fix code hover for fields and methods with wildcard generics #920

@eric-milles

Description

@eric-milles

Consider the following:

class C {
  List<? extends CharSequence> list
}
new C().list

Hovering over the last occurrence of "list" fails to display the element info. This is due the the binding key that is incorrect for the wildcard type.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions