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 210316 - NullPointerException at org.netbeans.modules.gsf.testrunner.CommonTestsCfgOfCreate.fillFormData
Summary: NullPointerException at org.netbeans.modules.gsf.testrunner.CommonTestsCfgOfC...
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-28 19:08 UTC by sunbiz
Modified: 2012-05-22 16:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186419


Attachments
stacktrace (3.68 KB, text/plain)
2012-03-28 19:08 UTC, sunbiz
Details
stacktrace (3.68 KB, text/plain)
2012-04-03 12:29 UTC, crazyjavahacking
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-03-28 19:08:52 UTC
Build: NetBeans IDE Dev (Build 201203271056)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
sunbiz: Tools -> Create tests




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.gsf.testrunner.CommonTestsCfgOfCreate.fillFormData(CommonTestsCfgOfCreate.java:1045)
   at org.netbeans.modules.gsf.testrunner.CommonTestsCfgOfCreate.createCfgPanel(CommonTestsCfgOfCreate.java:178)
   at org.netbeans.modules.gsf.testrunner.TestCreatorAction.performAction(TestCreatorAction.java:118)
   at org.openide.util.actions.NodeAction.performAction(NodeAction.java:295)
   at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:129)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
Comment 1 sunbiz 2012-03-28 19:08:58 UTC
Created attachment 117433 [details]
stacktrace
Comment 2 crazyjavahacking 2012-04-03 12:29:17 UTC
Created attachment 117734 [details]
stacktrace

I have just opened Tools -> Create tests
Comment 3 Theofanis Oikonomou 2012-05-21 15:36:44 UTC
Fixed: http://hg.netbeans.org/core-main/rev/73a0e1b07419
Comment 4 Quality Engineering 2012-05-22 16:40:50 UTC
Integrated into 'main-golden', will be available in build *201205220903* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/73a0e1b07419
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Issue #210316 - NullPointerException at org.netbeans.modules.gsf.testrunner.CommonTestsCfgOfCreate.fillFormData