-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0, 1.3.0
-
None
-
generic, sparc
-
generic, solaris_2.6
In order to make the doc checker doclet capable of generating a report
on the number and type of errors and warnings, need to make available to
the doclet API:
- The error messages that @see generates, such as "class xx doesn't exist"
- The warning messages that @see generates, such as
javadoc: warning - java.applet.Applet.isActive(): Tag @link: missing #: "start()"
These should be accessed by different methods, so they
can be documented at different levels of priority, say getSeeErrors()
and getSeeWarnings()
on the number and type of errors and warnings, need to make available to
the doclet API:
- The error messages that @see generates, such as "class xx doesn't exist"
- The warning messages that @see generates, such as
javadoc: warning - java.applet.Applet.isActive(): Tag @link: missing #: "start()"
These should be accessed by different methods, so they
can be documented at different levels of priority, say getSeeErrors()
and getSeeWarnings()
- duplicates
-
JDK-4158753 Doclet needs control of errors Javadoc identifies
-
- Closed
-
-
JDK-4166943 Doclet API: Need an API that allows doclets to access errors
-
- Closed
-