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 270182 - NullPointerException at com.qualixium.playnb.project.newprojectwizard.PlayTemplateWizardIterator.uninitialize
Summary: NullPointerException at com.qualixium.playnb.project.newprojectwizard.PlayTem...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-24 02:55 UTC by waar19
Modified: 2017-03-24 02:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228533


Attachments
stacktrace (1.14 KB, text/plain)
2017-03-24 02:55 UTC, waar19
Details

Note You need to log in before you can comment on or make changes to this bug.
Description waar19 2017-03-24 02:55:23 UTC
Build: NetBeans IDE Dev (Build 201703230002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
waar19: when creating play framework project




Stacktrace: 
java.lang.NullPointerException
   at com.qualixium.playnb.project.newprojectwizard.PlayTemplateWizardIterator.uninitialize(PlayTemplateWizardIterator.java:143)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.uninitialize(TemplateWizard.java:1079)
   at org.openide.loaders.TemplateWizardIterImpl.uninitialize(TemplateWizardIterImpl.java:240)
   at org.openide.loaders.TemplateWizardIteratorWrapper.uninitialize(TemplateWizardIteratorWrapper.java:156)
   at org.openide.WizardDescriptor.callUninitialize(WizardDescriptor.java:1565)
   at org.openide.WizardDescriptor.resetWizardOpen(WizardDescriptor.java:1407)
Comment 1 waar19 2017-03-24 02:55:25 UTC
Created attachment 163928 [details]
stacktrace