-
Bug
-
Resolution: Fixed
-
P4
-
9, 10
-
b23
-
generic
-
generic
The spec of javax.print package can be updated and the next rules can be applied:
- <tag> should be replaced by {@tag }
- 80 column limit
- description of the class/method/field should be followed by dot
- @param, @return should not end with a dot, except a case when more than one sentences are used
- empty line after description/before the first tag was added
- unnecessary empty lines were removed
- sets of spaces in the middle of text were deleted
- @param, @throws, @return should be aligned, to be more readable
- unnecessary imports should be removed
- the "null"/"true"/"false"/"this" should be wrapped in {@code } when necessary
- the order of different tags were unified across the package
In some cases there are no specification for the public API. it should be fixed.
- <tag> should be replaced by {@tag }
- 80 column limit
- description of the class/method/field should be followed by dot
- @param, @return should not end with a dot, except a case when more than one sentences are used
- empty line after description/before the first tag was added
- unnecessary empty lines were removed
- sets of spaces in the middle of text were deleted
- @param, @throws, @return should be aligned, to be more readable
- unnecessary imports should be removed
- the "null"/"true"/"false"/"this" should be wrapped in {@code } when necessary
- the order of different tags were unified across the package
In some cases there are no specification for the public API. it should be fixed.
- csr for
-
JDK-8186753 Cleanup of javadoc in javax.print package
-
- Closed
-
- relates to
-
JDK-8050852 Javadoc cleanup of javax.sound.midi package
-
- Resolved
-
-
JDK-8180889 Cleanup of javadoc in java.datatransfer module
-
- Resolved
-
-
JDK-8181877 Cleanup of javadoc in javax.accessibility package
-
- Resolved
-
-
JDK-8211833 Javadoc cleanup of java.applet package
-
- Resolved
-
-
JDK-8212790 Javadoc cleanup of java.awt.color package
-
- Resolved
-
-
JDK-8214823 Javadoc cleanup of java.awt.desktop package
-
- Resolved
-
(2 relates to)