-
Bug
-
Resolution: Fixed
-
P3
-
10
-
b11
-
generic
-
Verified
The Standard Doclet produces incorrect method signatures when documenting a class that extends a package private super type. This
is a side effect of the fix forJDK-8157000. The logic for that enhancement should check if it is a simple override AND the super-type is documentable before flagging the methods in the sub-type as an overriding method.
The classes known to suffer from this issue as java.lang.StringBuffer and java.lang.StrinBuilder, the super-type is
java.lang.AbstractStringBuilder which is package private.
is a side effect of the fix for
The classes known to suffer from this issue as java.lang.StringBuffer and java.lang.StrinBuilder, the super-type is
java.lang.AbstractStringBuilder which is package private.
- duplicates
-
JDK-8200443 non-public return type appears in JDK 10 API doc
- Closed
- relates to
-
JDK-8157000 Do not generate javadoc for overridden method with no spec change
- Resolved