Bug 293465 - Unhandled exception: BCException
Summary: Unhandled exception: BCException
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-27 12:08 EDT by Matthew Adams CLA
Modified: 2010-01-11 14:25 EST (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 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