JDK-6387585 : Clean up javadoc warnings in java.awt.geom package
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 5.0,5.0u1
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_9
  • CPU: generic
  • Submitted: 2006-02-17
  • Updated: 2012-10-09
  • Resolved: 2006-03-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 b77Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
This is essentially part two of the javadoc cleanup work undertaken in 6383723.
That bug covered most of the client packages (Swing, AWT, 2D), and this one intends
to fix the remaining warnings in the java.awt.geom package.

Comments
EVALUATION All javadoc warnings were fixed, and along the way I cleaned up the docs to make them more consistent, made more use of {@inheritDoc}, fixed typos, added @since tags everywhere, etc. Only 2700 lines touched :)
24-02-2006

EVALUATION Fix the javadoc warnings.
17-02-2006