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

stddoclet: In serialized form page, add a table of contents

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.3.0
    • tools

      The serialized form page (serialized-form.html) is currently very difficult to
      navigate. Ideally, there should be a table of contents at the top, listing
      all package names, grouped under headings such as:

          java.applet*
              java.applet
          java.awt*
              java.awt
              java.awt.color
              java.awt.datatransfer
              java.awt.dnd
              java.awt.event
              java.awt.font
              java.awt.geom
              java.awt.image
              java.awt.print
          java.beans*
              java.beans
              java.beans.context
          java.io*
              java.io
          java.lang*
              java.lang
              java.lang.reflect
          java.math*
              java.math
          java.net*
              java.net
          java.nio*
              java.nio
          java.rmi*
              java.rmi
              java.rmi.activation
              java.rmi.constraint
              java.rmi.dgc
              java.rmi.ref
              java.rmi.registry
              java.rmi.server
              java.rmi.transport
              java.rmi.util
          java.security*
              java.security
              java.security.acl
              java.security.cert
              java.security.spec
          java.sql*
              java.sql
          java.test*
              java.text
          java.util*
              java.util
              java.util.jar
              java.util.logging
              java.util.prefs
              java.util.regex
              java.util.zip
          javax.imageio*
              javax.imageio
              javax.imageio.metadata
          javax.naming*
              javax.naming
              javax.naming.directory
              javax.naming.event
              javax.naming.ldap
              javax.naming.spi
          javax.print*
              javax.print
              javax.print.attribute
              javax.print.attribute.standard
              javax.print.event
          javax.rmi*
              javax.rmi
          javax.security*
              javax.security.auth
              javax.security.auth.callback
              javax.security.auth.kerberos
              javax.security.auth.login
              javax.security.auth.x500
          javax.sound*
              javax.sound.midi
              javax.sound.sampled
          javax.sql*
              javax.sql
          javax.transaction*
              javax.transaction
              javax.transaction.xa
          javax.xml*
              javax.xml.parsers
              javax.xml.transform
          org.ietf*
              org.ietf.jgss
          org.w3c*
              org.w3c.dom
          org.xml*
              org.xml.sax

      If the TOC cannot easily be placed at the top, at least place it at the bottom
      with a link to it at the top like this:

         <a href="toc">Table of Contents</a>

      (I say this because in the past Atul mentioned that the writer class
      does not know the complete list of packages until it is done writing
      out all the packages.)

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: