Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318323

Summary: Continuous RunTimeException from Eclipse AspectJ plugin
Product: [Tools] AspectJ Reporter: Frans <fransflippo>
Component: IDEAssignee: aspectj inbox <aspectj-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: aclement
Version: 1.6.8   
Target Milestone: 1.6.12   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Frans CLA 2010-06-29 09:53:00 EDT
Using SpringSource Tool Suite version 2.3.2.RELEASE.

The following error message appears repeatedly at various points in working with an ActiveJ-enabled Eclipse project, e.g. when openening a Java file. Also, a single file, for no apparent reason, cannot be compiled at all because of this exception.

java.lang.RuntimeException
at org.aspectj.weaver.bcel.BcelObjectType.ensureAspectJAttributesUnpacked(BcelObjectType.java:381)
at org.aspectj.weaver.bcel.BcelObjectType.<init>(BcelObjectType.java:159)
at org.aspectj.weaver.bcel.BcelWorld.buildBcelDelegate(BcelWorld.java:382)
at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:377)
at org.aspectj.weaver.World.resolveToReferenceType(World.java:440)
at org.aspectj.weaver.World.re ... l.jobs.Worker.run(Worker.java:55)

Compile error: RuntimeException thrown: Problem processing attributes in nl/neteffect/dtg/domain/impl/Listing.class


I'd be happy to supply some files, but to avoid cluttering this issue report, maybe someone can point me in the direction of what might be causing these (i.e. what happens on line 381 of BcelObectType?).
Comment 1 Andrew Clement CLA 2010-06-29 10:56:26 EDT
this indicates a mismatch between AspectJ versions.  Have you upgraded the AJDT in your STS?
Comment 2 Andrew Clement CLA 2011-04-28 11:49:23 EDT
I didn't hear back about AspectJ versions.  Anyway, since this was raised I fixed one remaining issue with attribute unpacking, that was fixed in 1.6.11.  So any issue here should be resolved now (if working with STS 2.6.0 or later).  Please reopen if you still see an issue.