JDK-8213817 : @return has already been specified (4 occurrences, in AWT and Swing)
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-11-13
  • Updated: 2018-12-06
  • Resolved: 2018-11-15
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.

To download the current JDK release, click here.
JDK 12
12 b23Fixed
Related Reports
Relates :  
Description
Running javadoc reported these errors:


play/javadoc-demo/src/java.desktop/java/awt/event/InputEvent.java:544: warning: @return has already been specified
     * @return a text description of the combination of extended

play/javadoc-demo/src/java.desktop/javax/swing/text/CompositeView.java:722: warning: @return has already been specified
     * @return the next position west of the passed in position

play/javadoc-demo/src/java.desktop/javax/swing/text/LabelView.java:264: warning: @return has already been specified
     * @return the value of the cached

play/javadoc-demo/src/java.desktop/javax/swing/table/JTableHeader.java:511: warning: @return has already been specified
     * @return "TableHeaderUI"