JDK-7046325 : Broken links in java.awt.Toolkit's javadoc
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-05-19
  • Updated: 2011-07-05
  • Resolved: 2011-06-30
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 7
7 b145Fixed
Related Reports
Relates :  
Description
We shouldn't ship jdk7 with broken links in the javadoc. 

As of jdk7-b143, javadoc emits the following warnings:

../../src/share/classes/java/awt/Toolkit.java:1871: warning - Tag @link: reference not found: PropertyChangeListenerProxy
../../src/share/classes/java/awt/Toolkit.java:1889: warning - Tag @link: reference not found: PropertyChangeListenerProxy
../../src/share/classes/java/awt/Toolkit.java:1906: warning - @ is an unknown tag.

This appears to be a regression caused by this change:

http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/16f52939fa41

Comments
EVALUATION The fix for the problem is not risky and pretty easy to implement. *** (#1 of 1): 2011-05-19 20:30:30 MSD ###@###.###
23-05-2011