Skip to content

Fix code hover for methods with recursive generics #1213

@eric-milles

Description

@eric-milles

Consider the following:

class Pogo {
  Date date
}
def cmp = Comparator.<Pogo,Date>comparing{ it.date }

Hovering over "comparing" fails to display javadoc due to error in binding key for static <T, U extends Comparable<? super U>> Comparator<T> comparing(Function<? super T, ? extends U>).

See #920

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions