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 149760 - java.lang.IllegalArgumentException: Called DataObject.find on null
Summary: java.lang.IllegalArgumentException: Called DataObject.find on null
Status: NEW
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: 2008-10-10 13:33 UTC by Lukas Hasik
Modified: 2016-02-09 12:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 6196


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-10 13:33:51 UTC
30 duplicates.

Build: NetBeans IDE 6.0 Beta 1 (Build 200709141330)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.IllegalArgumentException: Called DataObject.find on null
        at org.openide.loaders.DataObject.find(DataObject.java:448)
        at
org.nbheaven.sqe.bridge.checkstyle.utils.AuditEventAnnotationProcessor.getLineForRuleViolation(AuditEventAnnotationProcessor.java:79)
        at
org.nbheaven.sqe.bridge.checkstyle.utils.AuditEventAnnotationProcessor.openSourceFile(AuditEventAnnotationProcessor.java:122)
        at org.nbheaven.sqe.bridge.checkstyle.ui.SimpleResultPanel.execute(SimpleResultPanel.java:232)
        at org.nbheaven.sqe.bridge.checkstyle.ui.SimpleResultPanel.access$000(SimpleResultPanel.java:60)
        at org.nbheaven.sqe.bridge.checkstyle.ui.SimpleResultPanel$1.mouseClicked(SimpleResultPanel.java:168)
        at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:253)
        at java.awt.Component.processMouseEvent(Component.java:6041)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
        at java.awt.Component.processEvent(Component.java:5803)