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 269690

Summary: NullPointerException at org.netbeans.api.project.ui.OpenProjects.open
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227875
Attachments: stacktrace

Description Exceptions Reporter 2017-01-31 08:45:44 UTC
This bug was originally marked as duplicate of bug 262159, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201701310002)
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:
GUEST: Create new App >> Select navdrawer feature >> finish




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.project.ui.OpenProjects.open(OpenProjects.java:224)
   at org.netbeans.modules.yooj.panel.YeomanWizardIterator.createYoApp(YeomanWizardIterator.java:130)
   at org.netbeans.modules.yooj.panel.YeomanWizardIterator.instantiate(YeomanWizardIterator.java:67)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1053)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
   at org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:76)
Comment 1 Exceptions Reporter 2017-01-31 08:45:46 UTC
Created attachment 163514 [details]
stacktrace