-
Sub-task
-
Resolution: Not an Issue
-
P4
-
None
-
None
-
None
-
generic
-
generic
Initial assessment is that this does not need a new API, seems like a bug in the doclet implementation handling TypeParameters for inherited interface methods, for instance:
All Implemented Interfaces:
Serializable, Comparable<ElementKind>
instead we get
All Implemented Interfaces:
Serializable, Comparable<E> <---- looks getDeclaredTypes are not being applied correctly.
All Implemented Interfaces:
Serializable, Comparable<ElementKind>
instead we get
All Implemented Interfaces:
Serializable, Comparable<E> <---- looks getDeclaredTypes are not being applied correctly.
- relates to
-
JDK-8182108 javadoc makes up type variables for grandparent types
-
- Resolved
-