Bug 393996 - Intermittent NPE auto-filling variables
Summary: Intermittent NPE auto-filling variables
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: LTWeaving (show other bugs)
Version: 1.7.2   Edit
Hardware: Macintosh Mac OS X
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-09 12:23 EST by Ryan Peterson CLA
Modified: 2012-11-09 12:23 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Peterson CLA 2012-11-09 12:23:34 EST
Intermittently when auto-filling variables (ctrl + space) an error dialog pops up with the following stack trace.  Operation seems to continue as usual if the dialog is dismissed.

java.lang.NullPointerException
at org.aspectj.weaver.TypeVariable.resolve(TypeVariable.java:126)
at org.aspectj.weaver.ReferenceType.getTypeVariables(ReferenceType.java:818)
at org.aspectj.weaver.bcel.BcelGenericSignatureToTypeXConverter.fixUpCircularDependencies(BcelGenericSignatureToTypeXConverter.java:241)
at org.aspectj.weaver.bcel.BcelGenericSignatureToTypeXConverter.typeSignature2TypeX(BcelGenericSignatureToTypeXConverter.java:190)
at  ... ic java.util.List findEmployeesByRootCompanyLevel(com.able.etw.domain.CompanyLevel)
end public class com.able.etw.service.EvaluationAggregatorService