Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4460143

stddoclet: Serialized form has broken links to package-private classes (still)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.0
    • tools
    • 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 {

            jhosunw Jamie Ho (Inactive)
            dkramersunw Douglas Kramer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: