JDK-8200443 : non-public return type appears in JDK 10 API doc
Type:Bug
Component:tools
Sub-Component:javadoc(tool)
Affected Version:10
Priority:P3
Status:Resolved
Resolution:Duplicate
OS:generic
CPU:generic
Submitted:2018-03-29
Updated:2018-03-29
Resolved:2018-03-29
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
https://docs.oracle.com/javase/10/docs/api/java/lang/StringBuilder.html#reverse()
The return type of the above method is "java.lang.AbstractStringBuilder" which is non-public. Should be "StringBuilder" instead.
Comments
Duplicates JDK-8198890
29-03-2018
This may be a regression, it doesn't show up in the JDK 9 docs.