Bug 293465

Summary: Unhandled exception: BCException
Product: [Tools] AspectJ Reporter: Matthew Adams <matthew>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P4 CC: aclement
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Matthew Adams CLA 2009-10-27 12:08:29 EDT
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Build Identifier: 

org.aspectj.weaver.BCException
at org.aspectj.weaver.bcel.BcelTypeMunger.mungeNewMethod(BcelTypeMunger.java:933)
at org.aspectj.weaver.bcel.BcelTypeMunger.munge(BcelTypeMunger.java:92)
at org.aspectj.weaver.bcel.BcelClassWeaver.weave(BcelClassWeaver.java:441)
at org.aspectj.weaver.bcel.BcelClassWeaver.weave(BcelClassWeaver.java:103)
at org.aspectj.weaver.bcel.BcelWeaver.weave(BcelWeaver.java:1749)
at org.aspectj.weaver.bcel.BcelWeaver. ... el_aspects_HasPreferredLanguageMixin$Introduced$preferredLanguageCode(String)
end public class org.piercecountywa.linx.casemanagement.model.Suspect


Reproducible: Sometimes

Steps to Reproduce:
?
Comment 1 Andrew Clement CLA 2009-10-27 13:11:48 EDT
gonna be tricky without a testcase.  looks like it is having trouble finding the ITD member when retrieving annotations.  Do you not get some text on the end of the BCException indicating the actual types involved?
Comment 2 Andrew Clement CLA 2010-01-11 14:25:43 EST
still waiting on more feedback to see if I can do anything about it