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 170684 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED FIXED
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-08-20 02:20 UTC by Jesse Glick
Modified: 2009-09-29 00:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 156329


Attachments
stacktrace (3.23 KB, text/plain)
2009-08-20 02:20 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-08-20 02:20:21 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.28-15-generic, i386

User Comments:
jglick: Go to source from FindBugs window.



Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
        at org.openide.loaders.DataObject.find(DataObject.java:481)
        at org.nbheaven.sqe.tools.findbugs.codedefects.core.annotations.BugAnnotationProcessor.openSourceFile(BugAnnotationProcessor.java:102)
        at org.nbheaven.sqe.tools.findbugs.codedefects.core.ui.result.BugTree.jumpToSource(BugTree.java:202)
        at org.nbheaven.sqe.tools.findbugs.codedefects.core.ui.result.BugTree.access$200(BugTree.java:50)
        at org.nbheaven.sqe.tools.findbugs.codedefects.core.ui.result.BugTree$2.run(BugTree.java:191)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)
Comment 1 Jesse Glick 2009-08-20 02:20:26 UTC
Created attachment 86490 [details]
stacktrace
Comment 2 Jesse Glick 2009-09-28 23:28:22 UTC
Perhaps fixed by sqe #e5d49b855715.