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

stddoclet: Serialized form has broken links to private & package-private classes

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: