JDK-4790211 : Doclet API: PackageDoc.allClasses() returns nested classes
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2002-12-07
  • Updated: 2014-05-29
  • Resolved: 2014-05-29
Related Reports
Relates :  
Description

Name: eaC66865			Date: 12/06/2002


It is currently undocumented that PackageDoc.allClasses() returns nested
classes.

It's also not mentioned that RootDoc.classes() does so, as well.

======================================================================

Comments
This will be resolved when JDK-8042809 is implemented
29-05-2014

Should be closed as "Will Not Fix" and/or be cross-linked to issue for replacing the Doclet API
29-05-2014

CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: dragon
14-06-2004

WORK AROUND Name: eaC66865 Date: 12/06/2002 ======================================================================
11-06-2004

PUBLIC COMMENTS -
10-06-2004

EVALUATION I believe, in the terminology section of package-summary.html, the term "class" implicitly includes nested classes (and "interface" includes nested interfaces). I should double-check this is true, and if so, make this explicit. We could add further emphasis to places such as allClasses() and classes() where there might be doubt. ###@###.### 2002-12-07
07-12-2002