Bug 197473 - Exception thrown when saving a AJ file in eclipse
Summary: Exception thrown when saving a AJ file in eclipse
Status: RESOLVED DUPLICATE of bug 197472
Alias: None
Product: AspectJ
Classification: Tools
Component: AJBrowser (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-23 07:39 EDT by Srini Palthepu CLA
Modified: 2007-10-26 08:16 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 Srini Palthepu CLA 2007-07-23 07:39:24 EDT
Following exception thrown when saving a AJ file in eclipse.

IO am using Eclipse 3.2 and AJDT 1.42.200705221209

java.lang.RuntimeException
at org.aspectj.weaver.WeaverStateInfo.read(WeaverStateInfo.java:142)
at org.aspectj.weaver.AjAttribute.read(AjAttribute.java:97)
at org.aspectj.weaver.bcel.BcelAttributes.readAjAttributes(BcelAttributes.java:66)
at org.aspectj.weaver.bcel.BcelObjectType.ensureAspectJAttributesUnpacked(BcelObjectType.java:312)
at org.aspectj.weaver.bcel.BcelObjectType.<init>(BcelObjectType.java:142)
at org.aspectj.weaver.bcel. ... BuildJob.java:217)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

Compile error: RuntimeException thrown: bad WeaverState.Kind: -115
Comment 1 Andrew Clement CLA 2007-10-26 08:16:28 EDT
closing as dup of 197472.  I see that this includes some of the info I asked for in my comment on the other bug.

*** This bug has been marked as a duplicate of bug 197472 ***