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

Summary: java.lang.IllegalArgumentException: Called DataObject.find on null
Product: third-party Reporter: Lukas Hasik <lhasik>
Component: sqe toolsAssignee: sreimers <sreimers>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=6196
Issue Type: DEFECT Exception Reporter: 6196

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)