JDK-6383723 : Clean up javadoc warnings in AWT, Swing, and 2D classes
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.4.0,1.4.2,5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_xp
  • CPU: generic,x86
  • Submitted: 2006-02-09
  • Updated: 2008-02-06
  • Resolved: 2006-02-22
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 6
6 b73Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Description
We have identified a long list of javadoc warnings in various JFC classes.  These
should be cleaned up for Mustang to improve the readability and consistency of
our documentation.

Most of the warnings stem from using multiple parameters in a single @param tag,
which is sometimes useful for keeping @params succinct but is illegal from the
javadoc spec standpoint and can confuse IDEs and other tools.

There are also a number of silly typos like using @{inheritDoc} or @inheritDot
instead of {@inheritDoc}.

Comments
EVALUATION as per description
14-02-2006