Details
-
Type: Improvement
-
Status: Closed
-
Priority: Trivial
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Parser
-
Labels:None
-
Number of attachments :
Description
I haven't written a test case yet, but while incorporating the QDox parser in XJavaDoc, it appeared that the parser ignores inner classes that are defined inside a method.
Activity
Aslak Hellesøy
made changes -
Field | Original Value | New Value |
---|---|---|
Priority | Major [ 3 ] | Trivial [ 5 ] |
Aslak Hellesøy
made changes -
Resolution | Won't Fix [ 2 ] | |
Status | Assigned [ 2 ] | Closed [ 6 ] |
Yup, the parser ignores everything in the body of a method.
But I'm confused. Aslak, are you talking about anonymous inner-classes? Can you provide an example of the kind of Javadoc information you'd want to extract?