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 - NullPointerException at org.netbeans.api.project.ui.OpenProjects.open
Summary: NullPointerException at org.netbeans.api.project.ui.OpenProjects.open
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-31 08:45 UTC by Exceptions Reporter
Modified: 2017-01-31 08:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227875


Attachments
stacktrace (1.48 KB, text/plain)
2017-01-31 08:45 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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