-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
beta
-
sparc
-
solaris_2.6
The serialized form page has broken links to private and package-private classes. The <a href> links should be removed, keeping the text as-is.
This happens when running the Javadoc normally (without any access options,
such as -private or -package). Javadoc correctly does not generate the class
pages for private or package-private classes, and does properly display
them on the serialized form page. Therefore, there should be no links
attached to those class names.
Here are a few examples:
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.net.SocketPermissionCollection
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.security.AllPermissionCollection
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.security.BasicPermissionCollection
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.security.PermissionsHash
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.lang.String.CaseInsensitiveComparator
Note that the first four cases have "@serial include" but the latter one does not.
This happens when running the Javadoc normally (without any access options,
such as -private or -package). Javadoc correctly does not generate the class
pages for private or package-private classes, and does properly display
them on the serialized form page. Therefore, there should be no links
attached to those class names.
Here are a few examples:
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.net.SocketPermissionCollection
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.security.AllPermissionCollection
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.security.BasicPermissionCollection
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.security.PermissionsHash
http://webwork.eng/j2se/1.3/docs/api/serialized-form.html#java.lang.String.CaseInsensitiveComparator
Note that the first four cases have "@serial include" but the latter one does not.