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 - IllegalArgumentException: Null ElementHandle not supported for JavaElementImpl, ensure it is set for <VariableElementDescriptor: <ClassElementDescriptor: CollectionsGetListAggregator$3$1 for file D:\P
Summary: IllegalArgumentException: Null ElementHandle not supported for JavaElementImp...
Status: RESOLVED DUPLICATE of bug 151232
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: sreimers
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 12:53 UTC by engineer
Modified: 2009-09-29 00:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 87534


Attachments
stacktrace (1.12 KB, text/plain)
2009-05-08 12:53 UTC, engineer
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***