Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XJD-58

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XJD-58
    Summary: Exception: Anonymous class referes parent class super
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XJavaDoc
 Components: 
             Parser
   Versions:
             1.1

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Michael Kopp

    Created: Mon, 21 Feb 2005 2:08 AM
    Updated: Mon, 21 Feb 2005 2:08 AM

Description:
public class Outer
{
   private class Inner extends InnerTop
   {
      public innerMethod
      {
         new Runnable()
         {
            public void run()
            {
              Inner.super.invoke(); // Parse exception here. at the dot before 
super
            }
         }
      }
  }
}

xjavadoc.ParseException: Parse error at line 134, column 32.  Encountered: .
        at xjavadoc.SimpleParser.generateParseException(SimpleParser.java:6712)
        at xjavadoc.SimpleParser.jj_consume_token(SimpleParser.java:6672)
        at xjavadoc.SimpleParser.Statement(SimpleParser.java:2676)
        at xjavadoc.SimpleParser.BlockStatement(SimpleParser.java:2836)
        at xjavadoc.SimpleParser.Block(SimpleParser.java:2788)
        at xjavadoc.SimpleParser.MethodDeclaration(SimpleParser.java:1165)
        at 
xjavadoc.SimpleParser.ClassOrInterfaceBodyDeclaration(SimpleParser.java:891)
        at xjavadoc.SimpleParser.ClassOrInterfaceBody(SimpleParser.java:825)
        at xjavadoc.SimpleParser.AllocationExpression(SimpleParser.java:2563)
        at xjavadoc.SimpleParser.PrimaryPrefix(SimpleParser.java:2385)
        at xjavadoc.SimpleParser.PrimaryExpression(SimpleParser.java:2342)
        at xjavadoc.SimpleParser.StatementExpression(SimpleParser.java:2906)
        at xjavadoc.SimpleParser.Statement(SimpleParser.java:2675)
        at xjavadoc.SimpleParser.BlockStatement(SimpleParser.java:2836)
        at xjavadoc.SimpleParser.Block(SimpleParser.java:2788)
        at xjavadoc.SimpleParser.TryStatement(SimpleParser.java:3355)
        at xjavadoc.SimpleParser.Statement(SimpleParser.java:2709)
        at xjavadoc.SimpleParser.BlockStatement(SimpleParser.java:2836)
        at xjavadoc.SimpleParser.Block(SimpleParser.java:2788)
        at xjavadoc.SimpleParser.MethodDeclaration(SimpleParser.java:1165)
        at 
xjavadoc.SimpleParser.ClassOrInterfaceBodyDeclaration(SimpleParser.java:891)
        at xjavadoc.SimpleParser.ClassOrInterfaceBody(SimpleParser.java:825)
        at 
xjavadoc.SimpleParser.ClassOrInterfaceDeclaration(SimpleParser.java:566)
        at 
xjavadoc.SimpleParser.ClassOrInterfaceBodyDeclaration(SimpleParser.java:868)
        at xjavadoc.SimpleParser.ClassOrInterfaceBody(SimpleParser.java:825)
        at 
xjavadoc.SimpleParser.ClassOrInterfaceDeclaration(SimpleParser.java:566)
        at xjavadoc.SimpleParser.TypeDeclaration(SimpleParser.java:480)
        at xjavadoc.SimpleParser.CompilationUnit(SimpleParser.java:330)
        at xjavadoc.SimpleParser.populate(SimpleParser.java:272)
        at xjavadoc.SourceClass.parse(SourceClass.java:758)
        at xjavadoc.SourceClass.<init>(SourceClass.java:124)



---------------------------------------------------------------------
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



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to