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 150583 - IllegalArgumentException: Null ElementHandle not supported for JavaElementImpl, ensure it is set for <ClassElementDescriptor: TriggerControl$5 for file W:\TouchStream\src\ca\digitalrapids\touchstream\
Summary: IllegalArgumentException: Null ElementHandle not supported for JavaElementImp...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 21:08 UTC by swpalmer
Modified: 2009-03-12 10:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 75596


Attachments
stacktrace (1.01 KB, text/plain)
2008-10-17 21:08 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2008-10-17 21:08:23 UTC
Build: NetBeans IDE Dev (Build 200810140201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
swpalmer: Using SQE findbuig plugin clicked on reference to aninner class in the FindBugs results.

wobster: trying to navigate to an anonymous inner class that SQE (findbugs)pointed out in it's output

wobster: trying to navigate to an anonymous inner class that SQE (findbugs)pointed out in it's output

GUEST: Opening source file from FindBugs (SQE) report

swpalmer: Using SQE findbuig plugin clicked on reference to aninner class in the FindBugs results.



Stacktrace: 
java.lang.IllegalArgumentException: Null ElementHandle not supported for JavaElementImpl, ensure it is set for <ClassElementDescriptor: TriggerControl$5 for file W:\TouchStream\src\ca\digitalrapids\touchstream\TriggerControl.java>!
        at org.nbheaven.sqe.core.java.search.impl.JavaElementImpl.<init>(JavaElementImpl.java:56)
        at org.nbheaven.sqe.core.java.search.SearchUtilities.findClassElement(SearchUtilities.java:55)
        at org.nbheaven.sqe.bridge.findbugs.output.BugAnnotationProcessor.openSourceFile(BugAnnotationProcessor.java:165)
        at org.nbheaven.sqe.bridge.findbugs.output.SimpleResultPanel.execute(SimpleResultPanel.java:275)
        at org.nbheaven.sqe.bridge.findbugs.output.SimpleResultPanel.access$100(SimpleResultPanel.java:73)
        at org.nbheaven.sqe.bridge.findbugs.output.SimpleResultPanel$1$1.run(SimpleResultPanel.java:196)
Comment 1 swpalmer 2008-10-17 21:08:32 UTC
Created attachment 72155 [details]
stacktrace