Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318323 - Continuous RunTimeException from Eclipse AspectJ plugin
Summary: Continuous RunTimeException from Eclipse AspectJ plugin
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: IDE (show other bugs)
Version: 1.6.8   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 1.6.12   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 09:53 EDT by Frans CLA
Modified: 2011-04-28 11:49 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.