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

Summary: NullPointerException at com.igormaznitsa.nbgolang.projtemplate.MvnGolangProjectPanelVisual.read
Product: platform Reporter: hasanxch
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230648
Attachments: stacktrace

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