A roll-up of the following issues, which have been available in the CVS tarballs for a while.
~Matt
Darren Carlton <darren@bea.com> pointed out that Javadoc
package.html files may, in fact, be full HTML documents.
This fix only solves the issue for package.html
HTML, not the general issue of HTML comments.
Jan Rueten-Budde <jan@rueten-budde.de> noted that the -excludetag
option was not working for package-level documentation block,
and that its documentation needed improvement.
Jan also observed that only the simple names, not the fully-qualified names of
exceptions were being saved and compared. This meant that if an exception
changed class, but kept the same name, the change was not detected. The
qualified name is now used. See the troubleshooting section for how to use the
simple names if the entries in reports are too large.
Tested with J2SE1.4.1.
Minor HTML formatting fixes.
Changed the default behaviour to not show changes in antive and sychronized
modifiers. Added the -showallchanges to show changes in these modifiers. Thanks
go to Jesse Glick for this.
Bug 757376. Now copes with body elements with attributes in package.htm[l]