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 253853 - NullPointerException at org.netbeans.modules.gsf.testrunner.ui.CommonTestsCfgOfCreate.shouldShowClassToTestInfo
Summary: NullPointerException at org.netbeans.modules.gsf.testrunner.ui.CommonTestsCfg...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-27 11:44 UTC by Tomas Mysik
Modified: 2015-09-04 01:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218785


Attachments
stacktrace (3.89 KB, text/plain)
2015-07-27 11:45 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2015-07-27 11:44:59 UTC
Build: NetBeans IDE Dev (Build 20150727-22ed50786d94)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Linux

User Comments:
tmysik: - select more PHP files in one project
- invoke Create/Update Tests




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.gsf.testrunner.ui.CommonTestsCfgOfCreate.shouldShowClassToTestInfo(CommonTestsCfgOfCreate.java:601)
   at org.netbeans.modules.gsf.testrunner.ui.CommonTestsCfgOfCreate.createNameAndLocationPanel(CommonTestsCfgOfCreate.java:762)
   at org.netbeans.modules.gsf.testrunner.ui.CommonTestsCfgOfCreate.initComponents(CommonTestsCfgOfCreate.java:508)
   at org.netbeans.modules.gsf.testrunner.ui.CommonTestsCfgOfCreate.createCfgPanel(CommonTestsCfgOfCreate.java:189)
   at org.netbeans.modules.gsf.testrunner.ui.api.TestCreatorPanelDisplayer.displayPanel(TestCreatorPanelDisplayer.java:91)
   at org.netbeans.modules.gsf.testrunner.ui.TestCreatorAction.performAction(TestCreatorAction.java:129)
Comment 1 Tomas Mysik 2015-07-27 11:45:01 UTC
Created attachment 154947 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2015-09-03 08:57:07 UTC
Changeset: 063ee25b6c43
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2015-09-03 10:56
Message:
Comment 3 Quality Engineering 2015-09-04 01:25:12 UTC
Integrated into 'main-silver', will be available in build *201509040002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/063ee25b6c43
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #253853 - NullPointerException at org.netbeans.modules.gsf.testrunner.ui.CommonTestsCfgOfCreate.shouldShowClassToTestInfo