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 271679 - NullPointerException at com.igormaznitsa.nbgolang.projtemplate.MvnGolangProjectPanelVisual.read
Summary: NullPointerException at com.igormaznitsa.nbgolang.projtemplate.MvnGolangProje...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-21 02:51 UTC by hasanxch
Modified: 2017-10-21 02:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230648


Attachments
stacktrace (8.55 KB, text/plain)
2017-10-21 02:51 UTC, hasanxch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hasanxch 2017-10-21 02:51:16 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 10

User Comments:
hasanxch: try to start go project




Stacktrace: 
java.lang.NullPointerException
   at com.igormaznitsa.nbgolang.projtemplate.MvnGolangProjectPanelVisual.read(MvnGolangProjectPanelVisual.java:447)
   at com.igormaznitsa.nbgolang.projtemplate.MvnGolangProjectWizardPanel.readSettings(MvnGolangProjectWizardPanel.java:71)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:867)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:822)
   at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:761)
   at org.netbeans.modules.project.ui.NewProjectWizard.updateState(NewProjectWizard.java:84)
Comment 1 hasanxch 2017-10-21 02:51:18 UTC
Created attachment 165330 [details]
stacktrace