-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
beta2
-
sparc
-
solaris_2.6
When generating the serialized-form.html page, Javadoc mistakenly creates
broken links to package-private class pages that do not (and should not exist).
Displaying package-private class names on the serialized form page is
correct, however those names should not have <a href> links.
The <a href> links should be removed, keeping the text as-is.
Here are 5 examples from Merlin (1.4). These 5 classes are package-private classes.
--------------
The /java/pubs/linkCheckDocSet/jdk1.4/docs/api/serialized-form.html page contains
the following broken links:
java/awt/LightweightDispatcher.html
In file Container.java
class LightweightDispatcher implements java.io.Serializable, AWTEventListener {
java/awt/GridBagLayoutInfo.html
In file GridBagLayout.java
class GridBagLayoutInfo implements java.io.Serializable {
java/awt/MediaEntry.html
In file MediaTracker.java
class ImageMediaEntry extends MediaEntry implements ImageObserver, Serializable {
java/awt/FocusManager.html
In file Window.java
class FocusManager implements java.io.Serializable {
javax/security/auth/kerberos/KeyImpl.html
In file KeyImpl.java
class KeyImpl implements SecretKey, Destroyable {
broken links to package-private class pages that do not (and should not exist).
Displaying package-private class names on the serialized form page is
correct, however those names should not have <a href> links.
The <a href> links should be removed, keeping the text as-is.
Here are 5 examples from Merlin (1.4). These 5 classes are package-private classes.
--------------
The /java/pubs/linkCheckDocSet/jdk1.4/docs/api/serialized-form.html page contains
the following broken links:
java/awt/LightweightDispatcher.html
In file Container.java
class LightweightDispatcher implements java.io.Serializable, AWTEventListener {
java/awt/GridBagLayoutInfo.html
In file GridBagLayout.java
class GridBagLayoutInfo implements java.io.Serializable {
java/awt/MediaEntry.html
In file MediaTracker.java
class ImageMediaEntry extends MediaEntry implements ImageObserver, Serializable {
java/awt/FocusManager.html
In file Window.java
class FocusManager implements java.io.Serializable {
javax/security/auth/kerberos/KeyImpl.html
In file KeyImpl.java
class KeyImpl implements SecretKey, Destroyable {