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 268268 - NullPointerException at org.netbeans.modules.java.project.ui.NewJavaFileWizardIterator.addRequires
Summary: NullPointerException at org.netbeans.modules.java.project.ui.NewJavaFileWizar...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-29 13:28 UTC by wolfgangweigend
Modified: 2016-09-29 13:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226492


Attachments
stacktrace (1.34 KB, text/plain)
2016-09-29 13:28 UTC, wolfgangweigend
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wolfgangweigend 2016-09-29 13:28:25 UTC
Build: NetBeans IDE Dev JDK9 Branch (Build 201609270404)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
wolfgangweigend: Error during created newmodule-info.java




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.project.ui.NewJavaFileWizardIterator.addRequires(NewJavaFileWizardIterator.java:255)
   at org.netbeans.modules.java.project.ui.NewJavaFileWizardIterator.instantiate(NewJavaFileWizardIterator.java:329)
   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)
Comment 1 wolfgangweigend 2016-09-29 13:28:26 UTC
Created attachment 162268 [details]
stacktrace