EVALUATION
This is quite a visible bug. Changed from priority 5 to 4.
doug.kramer@Eng 1998-05-18
This bug occurs only with -package option, so it's a lower-priority 4 bug.
doug.kramer@Eng 1998-07-09
The correct way to handle initializers would be for them to have unique
initializer access, e.g. in ClassDoc:
InitializerDoc[] initializers();
This will need to wait for the next major release. In the mean time,
the effect on output is minor and only occurs when using the "-package"
flag -- a rare thing.
robert.field@Eng 1998-09-16
It turns out this bug was introduced in the standard doclet while trying to
work around another bug in the javadoc tool. The underlying bug is that
javadoc considers
static {}
to be a method. It isn't a method and shouldn't result in a method entry
in the javadoc API.
neal.gafter@Eng 2001-02-26
|