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

stddoclet?: With -private, private members of private nested classes do not show

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.3.0
    • tools

      I am unable to make javadoc 1.3 document my private inner classes properly.
      The inner classes show up in the documentation but do not show
      the private fields and methods. I am using the -private option
      when running javadoc.


      ex:

      public class OuterClass {

        private class InnerClass {

          /**
          * This method does not show up in the javadocs.
          * Not even without the comment, even though i run
          * javadoc vith the -private option.
          */
          private void innerClassMethod() {
          }
        }
      }

            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: