Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XJD-40


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XJD-40
    Summary: XJavadoc does not correctly traverse the class hierarchy of inner classes/
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XJavaDoc
 Components: 
             Parser
   Versions:
             1.0.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Doug Tran

    Created: Fri, 6 Feb 2004 4:03 AM
    Updated: Fri, 6 Feb 2004 4:03 AM
Environment: Windows, JDK 1.3.1, xdoclet 1.2

Description:
Similar to the problem (now fixed) where the unqualified inner classes of super 
classes are not recogined.  XDoclet seems unable to determine the super.super class of 
inner classes correctly. For example:

public class A {
}

public class B {
  public class InnerB extends A {
  }
}

public class C extends B {
  public class InnerC extends InnerB {
  }
}

I have an XDoclet subtack that extends TemplateSubTask.  I add logging into my 
subtask, which shows that the super class of InnerC is correclt identified as InnerB.  
However, if I ask for the super().super() of InnerC, I get java.lang.Object rather 
than A.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to