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 270585 - AssertionError: NodeOp.createPath() returned empty path for node org.openide.nodes.FilterNode[name=null][Name=Templates, displayName=Templates] with root node org.openide.nodes.FilterNode[name=null][N
Summary: AssertionError: NodeOp.createPath() returned empty path for node org.openide....
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-05-08 00:25 UTC by brettryan
Modified: 2017-05-08 00:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229081


Attachments
stacktrace (7.29 KB, text/plain)
2017-05-08 00:25 UTC, brettryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brettryan 2017-05-08 00:25:34 UTC
Build: NetBeans IDE Dev (Build 201703200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Mac OS X

User Comments:
brettryan: Clicked back in new main class wizard.




Stacktrace: 
java.lang.AssertionError: NodeOp.createPath() returned empty path for node org.openide.nodes.FilterNode[name=null][Name=Templates, displayName=Templates] with root node org.openide.nodes.FilterNode[name=null][Name=Templates, displayName=Templates]
   at org.netbeans.modules.project.ui.TemplatesPanelGUI$ExplorerProviderPanel.getSelectionPath(TemplatesPanelGUI.java:591)
   at org.netbeans.modules.project.ui.TemplatesPanelGUI.getSelectedCategoryName(TemplatesPanelGUI.java:229)
   at org.netbeans.modules.project.ui.TemplateChooserPanelGUI.getCategoryName(TemplateChooserPanelGUI.java:216)
   at org.netbeans.modules.project.ui.TemplateChooserPanelGUI$TemplateChildren.actionPerformed(TemplateChooserPanelGUI.java:374)
   at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1258)
   at javax.swing.JComboBox.setSelectedItem(JComboBox.java:586)
Comment 1 brettryan 2017-05-08 00:25:37 UTC
Created attachment 164272 [details]
stacktrace