-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0, 1.4.2, 5.0
-
b73
-
generic, x86
-
generic, windows_xp
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}.
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}.
- duplicates
-
JDK-4807571 Fix bad @param tags in javax.swing.plaf
-
- Closed
-
-
JDK-4937498 typo in JApplet and JWindow API
-
- Closed
-
-
JDK-4891257 API spec, java/awt: number of typos in javadoc tags
-
- Closed
-
-
JDK-4891261 API spec, java/awt/font: few invalid javadoc tags
-
- Closed
-
-
JDK-4891263 API spec, java/awt/image: number of invalid javadoc tags
-
- Closed
-
- relates to
-
JDK-6387585 Clean up javadoc warnings in java.awt.geom package
-
- Resolved
-
(1 relates to)