Bug 426513 - AspectJ Internal Compiler Error
Summary: AspectJ Internal Compiler Error
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Build (show other bugs)
Version: 1.7.3   Edit
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 16:09 EST by Mark Boon CLA
Modified: 2014-08-07 18:28 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 Mark Boon CLA 2014-01-23 16:09:51 EST
Intermittently I get the following error when building:

java.lang.RuntimeException
at org.aspectj.weaver.bcel.BcelObjectType.ensureAspectJAttributesUnpacked(BcelObjectType.java:387)
at org.aspectj.weaver.bcel.BcelObjectType.<init>(BcelObjectType.java:162)
at org.aspectj.weaver.bcel.BcelWorld.buildBcelDelegate(BcelWorld.java:394)
at org.aspectj.weaver.bcel.BcelWorld.addSourceObjectType(BcelWorld.java:474)
at org.aspectj.weaver.bcel.BcelWorld.addSourceObjectType(BcelWorld.java:440)
at org.aspectj.w ... cock_2686/Mark.Boon_sf-m-tbabcock_2686/depot/glu/CentralTechnology/gluon_mt/shared-aspects/target/classes/com/glu/common/aspects/LatencyTracking.class

Sometimes it goes away after some changes. Currently it happens all the time.
I use Eclipse Kepler with AJDT 2.2.3 which seems to contain AspectJ 1.7.3
Comment 1 Andrew Clement CLA 2014-08-07 18:28:45 EDT
In the 1.8.0 release I fixed some issues that could lead to this - there was a bug in JDT itself related to creation of annotation attributes that surfaced then JDT was used in an AspectJ context.