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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 1.4.0
    • Affects Version/s: 1.3.0
    • Component/s: 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 {

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: