JDK-8163388 : [Doclet] address the method overriddenType
Type:Sub-task
Component:tools
Sub-Component:javadoc(tool)
Priority:P4
Status:Resolved
Resolution:Won't Fix
OS:generic
CPU:generic
Submitted:2016-08-08
Updated:2023-11-02
Resolved:2023-11-02
Description
This also has same issues as interfaceOf, ie. need to understand why getDeclaredTypes to get the TypeParameters in scope is not being computed or being computed incorrectly in the doclet.
Comments
WorkArounds.overriddenType(ExecutableElement) was removed in JDK-8300517 and replaced by Utils.overriddenMethod(ExecutableElement) without any indication that this method needs to be implemented in javax.lang.model.