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

stddoclet: Show/hide protected members of non-abstract class

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P5 P5
    • tbd
    • 1.2.0
    • tools

      Requested by Josh Bloch:
      Ideally, I wouldn't display protected members of a non-abstract class at all
      (on the class's main JavaDoc page).

      In more detail:

      For non-abstract classes: hide the protected members by default.
         Allow an "extenders" view of the same page that shows the protected members

      For abstract classes: show the protected members (the theory being that
         abstract classes can only be extended and not instantiated)

      We should pass this by a few other smart people and see if they agree.
      The show/hide feature of non-abstract classes might generate bulky
      documentation from the standard doclet. It would be more cleanly implemented
      in pages that are served up (such as from XML).

      doug.kramer@Eng 2000-01-18

            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: