-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 12
-
Component/s: client-libs
-
b23
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"
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"
- relates to
-
JDK-8210241 bad javadoc comments in Java SE classes
-
- Open
-
- links to