Bug 394562 - Exception thrown when compiling
Summary: Exception thrown when compiling
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 1.7.2   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 05:54 EST by Abhi Kaul CLA
Modified: 2012-11-27 20:34 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Abhi Kaul CLA 2012-11-19 05:54:02 EST
java.lang.IllegalStateException
at org.aspectj.weaver.ReferenceType.makeDeclaredSignature(ReferenceType.java:1037)
at org.aspectj.weaver.ReferenceType.getSignatureForAttribute(ReferenceType.java:141)
at org.aspectj.weaver.bcel.LazyClassGen.fixupGenericSignatureAttribute(LazyClassGen.java:646)
at org.aspectj.weaver.bcel.LazyClassGen.writeBack(LazyClassGen.java:534)
at org.aspectj.weaver.bcel.LazyClassGen.getJavaClassBytesIncludingReweava ... 
Compile error: IllegalStateException thrown: DebugFor325731: expected a ReferenceType but was long of type org.aspectj.weaver.ResolvedType$Primitive
Comment 1 Curtis Windatt CLA 2012-11-19 11:02:35 EST
Moving to aspectj.

To help the developers track down the problem, please provide the exact version you are running, what you were doing at the time and if possible, steps to reproduce on a new workspace.
Comment 2 Andrew Clement CLA 2012-11-27 20:34:49 EST
Looks the same as bug 325731 - but this includes the debug that was added to diagnose the cause of that issue. With the diagnostics I've been able to put in a fix.