JDK-8251125 : doclint errors about missing references in Swing javadoc
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-08-04
  • Updated: 2024-11-20
  • Resolved: 2020-08-17
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 16
16 b13Fixed
Related Reports
Duplicate :  
Description
Some improvements to doclint have identified several javadoc missing references in Swing classes

/Volumes/J2GWork/jdk/jdk.ref/open/src/java.desktop/share/classes/javax/swing/text/html/ImageView.java:74: error: reference not found
 * @see IconView
        ^
/Volumes/J2GWork/jdk/jdk.ref/open/src/java.desktop/share/classes/javax/swing/JTabbedPane.java:356: error: reference not found
     * @see EventListenerList
            ^
/Volumes/J2GWork/jdk/jdk.ref/open/src/java.desktop/share/classes/javax/swing/package-info.java:109: error: reference not found
 * {@link SwingUtilities.invokeLater} so that any changes to  UI rendering will
          ^
/Volumes/J2GWork/jdk/jdk.ref/open/src/java.desktop/share/classes/javax/swing/DefaultListModel.java:274: error: reference not found
     * @throws NoSuchElementException if this
       ^
/Volumes/J2GWork/jdk/jdk.ref/open/src/java.desktop/share/classes/javax/swing/DefaultListModel.java:286: error: reference not found
     * @throws NoSuchElementException if this vector
       ^
5 errors
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/6a4de9962c1c User: psadhukhan Date: 2020-08-22 04:56:29 +0000
22-08-2020

URL: https://hg.openjdk.java.net/jdk/client/rev/6a4de9962c1c User: arapte Date: 2020-08-17 05:54:42 +0000
17-08-2020

For help verifying fixes, see https://bugs.openjdk.java.net/browse/JDK-8251122?focusedCommentId=14360788&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14360788
05-08-2020

This sort of error can typically be fixed by using either fully-qualified names or import statements.
04-08-2020