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 270608 - NullPointerException at org.netbeans.modules.java.j2semodule.ui.customizer.J2SEModularProjectProperties.lambda$static$18
Summary: NullPointerException at org.netbeans.modules.java.j2semodule.ui.customizer.J2...
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-05-10 16:31 UTC by mlchung
Modified: 2017-05-10 16:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229115


Attachments
stacktrace (8.82 KB, text/plain)
2017-05-10 16:31 UTC, mlchung
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mlchung 2017-05-10 16:31:33 UTC
Build: NetBeans IDE Dev (Build 201705080001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+168, Java(TM) SE Runtime Environment, 9-ea+168
OS: Mac OS X

User Comments:
mlchung: create a new  Java SE modular project and got NPE




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.j2semodule.ui.customizer.J2SEModularProjectProperties.lambda$static$18(J2SEModularProjectProperties.java:161)
   at org.netbeans.modules.java.j2semodule.ui.wizards.PanelOptionsVisual.valid(PanelOptionsVisual.java:88)
   at org.netbeans.modules.java.j2semodule.ui.wizards.PanelConfigureProjectVisual.valid(PanelConfigureProjectVisual.java:80)
   at org.netbeans.modules.java.j2semodule.ui.wizards.PanelConfigureProject.isValid(PanelConfigureProject.java:81)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:874)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:822)
Comment 1 mlchung 2017-05-10 16:31:36 UTC
Created attachment 164292 [details]
stacktrace