Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Eclipse RCP and advices

I isolated those plugin which gave the errors, but when i try to add the
aspect path to the remaining plugin projects it gives another Stack OverFlow
error...as you can see:

java.lang.StackOverflowError
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.DataInputStream.read(Unknown Source)
at
org.aspectj.apache.bcel.classfile.LocalVariableTable.(LocalVariableTable.java:112)
at
org.aspectj.apache.bcel.classfile.Attribute.readAttribute(Attribute.java:135)
at
org.aspectj.apache.bcel.classfile.AttributeUtils.readAttributes(AttributeUtils.java:19)
at org.aspectj.apache.bcel.classfile.Code.<ini ... olvedType.java:593)
at
org.aspectj.weaver.ResolvedMemberImpl.isVisible(ResolvedMemberImpl.java:677)

Compile error: StackOverflowError thrown: null

this is very frustating :(

--
View this message in context: http://aspectj.2085585.n4.nabble.com/Eclipse-RCP-and-advices-tp3346745p3351766.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top