Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Copilation error

Exception thrown from AspectJ 1.1rc2

This might be logged as a bug already -- find current
bugs at
 
http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler

Bugs for exceptions thrown have titles File:line from
the top stack,
e.g., "SomeFile.java:243"

If you don't find the exception below in a bug, please
add a new bug
at
http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ
To make the bug a priority, please include a test
program
that can reproduce this exception.
null
java.lang.StackOverflowError
        at
org.aspectj.weaver.bcel.Utility.getSourceLine(Utility.java:436)
        at
org.aspectj.weaver.bcel.Utility.getSourceLine(Utility.java:436)
        at org.aspectj.weaver.bcel.Utility.getSourceLine(Utility.java:436)

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


Back to the top