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 257398 - NullPointerException at org.netbeans.modules.testng.ui.wizards.NewTestSuiteWizardIterator.instantiate
Summary: NullPointerException at org.netbeans.modules.testng.ui.wizards.NewTestSuiteWi...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-04 18:17 UTC by ldens
Modified: 2016-01-04 18:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221962


Attachments
stacktrace (1.23 KB, text/plain)
2016-01-04 18:17 UTC, ldens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ldens 2016-01-04 18:17:19 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Windows 7

User Comments:
ldens: Tried to create (empty) testNG suite.
-------------------------------------------------------------------- NetBeans details
Product Version: NetBeans IDE 8.1 (Build 201510222201)
Updates: Updates available
Java: 1.7.0_80; Java HotSpot(TM) 64-Bit Server VM 24.80-b11
Runtime: Java(TM) SE Runtime Environment 1.7.0_80-b15
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\LDENS\AppData\Roaming\NetBeans\8.1
Cache directory: C:\Users\LDENS\AppData\Local\NetBeans\Cache\8.1




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.testng.ui.wizards.NewTestSuiteWizardIterator.instantiate(NewTestSuiteWizardIterator.java:120)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1053)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:439)
   at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:248)
   at org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:160)
Comment 1 ldens 2016-01-04 18:17:21 UTC
Created attachment 157991 [details]
stacktrace