This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 164765

Summary: IllegalArgumentException: Null ElementHandle not supported for JavaElementImpl, ensure it is set for <VariableElementDescriptor: <ClassElementDescriptor: CollectionsGetListAggregator$3$1 for file D:\P
Product: third-party Reporter: engineer <engineer>
Component: sqe toolsAssignee: sreimers <sreimers>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=87534
Issue Type: DEFECT Exception Reporter: 87534
Attachments: stacktrace

Description engineer 2009-05-08 12:53:45 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Running JUnit tests



Stacktrace: 
java.lang.IllegalArgumentException: Null ElementHandle not supported for JavaElementImpl, ensure it is set for <VariableElementDescriptor: <ClassElementDescriptor: CollectionsGetListAggregator$3$1 for file D:\Projects\MavenTradeApplet\src\main\java\trade\protocol\controller\aggregators\CollectionsGetListAggregator.java> for method this$1:Ltrade/protocol/controller/aggregators/CollectionsGetListAggregator$3;>!
        at org.nbheaven.sqe.core.java.search.impl.JavaElementImpl.<init>(JavaElementImpl.java:56)
        at org.nbheaven.sqe.core.java.search.SearchUtilities.findVariableElement(SearchUtilities.java:90)
        at org.nbheaven.sqe.bridge.findbugs.output.BugAnnotationProcessor.annotateClass(BugAnnotationProcessor.java:225)
        at org.nbheaven.sqe.bridge.findbugs.output.BugAnnotationProcessor.annotateSourceFile(BugAnnotationProcessor.java:190)
        at org.nbheaven.sqe.codedefects.core.spi.AnnotationToggleListener$1.run(AnnotationToggleListener.java:64)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
Comment 1 engineer 2009-05-08 12:53:52 UTC
Created attachment 81803 [details]
stacktrace
Comment 2 Jesse Glick 2009-09-28 17:51:17 UTC

*** This issue has been marked as a duplicate of 151232 ***