-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b58
-
generic, x86
-
solaris_8, windows_2000
A number of methods are missing docs in the javadoc due to javadoc not
inheriting the documentation. This is probably due to javadoc's inexact
computation of which methods override which others. These methods involve
new language features.
Examples are in:
Class.getAnnotation
Package.getAnnotation
- Low Risk. The doclet incorrectly computes overridden methods. If the doclet API did this correctly, it would not be risky at
all to remove the buggy doclet code and use the information provided by
the doclet API.
inheriting the documentation. This is probably due to javadoc's inexact
computation of which methods override which others. These methods involve
new language features.
Examples are in:
Class.getAnnotation
Package.getAnnotation
- Low Risk. The doclet incorrectly computes overridden methods. If the doclet API did this correctly, it would not be risky at
all to remove the buggy doclet code and use the information provided by
the doclet API.
- duplicates
-
JDK-5079630 REGRESSION: Automatic copying of Method comments is broken in 1.5.0 Beta 2
-
- Closed
-
- relates to
-
JDK-5035862 Doclet API needs overrides() method to determine if one method overrides another
-
- Resolved
-