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 242914 - NullPointerException at org.netbeans.modules.testng.actions.TestNGTestCreatorProvider.createTests
Summary: NullPointerException at org.netbeans.modules.testng.actions.TestNGTestCreator...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-14 21:10 UTC by danapsimer
Modified: 2014-07-04 02:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208404


Attachments
stacktrace (1.32 KB, text/plain)
2014-03-14 21:10 UTC, danapsimer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description danapsimer 2014-03-14 21:10:35 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
danapsimer: Tried to create a TestNG test using the TestNG Test generator




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.testng.actions.TestNGTestCreatorProvider.createTests(TestNGTestCreatorProvider.java:129)
   at org.netbeans.modules.gsf.testrunner.api.TestCreatorPanelDisplayer$1$1.run(TestCreatorPanelDisplayer.java:117)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:694)
Comment 1 danapsimer 2014-03-14 21:10:36 UTC
Created attachment 146033 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2014-07-01 11:04:16 UTC
Changeset: 5240a430431f
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2014-07-01 13:07
Message:
Comment 3 Quality Engineering 2014-07-04 02:37:33 UTC
Integrated into 'main-silver', will be available in build *201407040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5240a430431f
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #242914 - NullPointerException at org.netbeans.modules.testng.actions.TestNGTestCreatorProvider.createTests