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 187897 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 16:27 UTC by rmartins
Modified: 2010-12-10 17:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170848


Attachments
stacktrace (7.33 KB, text/plain)
2010-06-21 16:27 UTC, rmartins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rmartins 2010-06-21 16:27:55 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) Client VM, 19.0-b02, Java(TM) SE Runtime Environment, 1.7.0-ea-b96
OS: Linux

User Comments:
rmartins: Adding a new cppunit test on a custom cmake base project




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:495)
   at org.netbeans.modules.cnd.simpleunit.utils.MakefileUtils.hasTestTargets(MakefileUtils.java:78)
   at org.netbeans.modules.cnd.cncppunit.editor.filecreation.NewTestCppUnitPanelGUI.initValues(NewTestCppUnitPanelGUI.java:220)
   at org.netbeans.modules.cnd.cncppunit.editor.filecreation.NewTestCppUnitPanelGUI.<init>(NewTestCppUnitPanelGUI.java:101)
   at org.netbeans.modules.cnd.cncppunit.editor.filecreation.NewTestCppUnitPanel.getComponent(NewTestCppUnitPanel.java:84)
   at org.netbeans.modules.cnd.editor.filecreation.CndPanel.readSettings(CndPanel.java:113)
Comment 1 rmartins 2010-06-21 16:27:58 UTC
Created attachment 100281 [details]
stacktrace