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 207008

Summary: NullPointerException at org.openide.nodes.Children$Keys.setKeys
Product: platform Reporter: _ gtzabari <gtzabari>
Component: NodesAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ehsavoie
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184148
Attachments: stacktrace

Description _ gtzabari 2012-01-06 22:06:00 UTC
This issue was reported manually by gtzabari.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 201201050601)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.openide.nodes.Children$Keys.setKeys(Children.java:1487)
   at org.openide.nodes.AsynchChildren$1.add(AsynchChildren.java:187)
   at org.netbeans.modules.maven.nodes.ProjectFilesNode$ProjectFilesChildren.createKeys(ProjectFilesNode.java:178)
   at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:205)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Comment 1 _ gtzabari 2012-01-06 22:06:02 UTC
Created attachment 114692 [details]
stacktrace
Comment 2 _ gtzabari 2012-01-06 22:47:10 UTC
Exception thrown when saving pom.xml file.
Comment 3 Jaroslav Tulach 2012-01-09 14:34:38 UTC
Duplicate for Jesse.
Comment 4 Jesse Glick 2012-01-10 00:41:18 UTC

*** This bug has been marked as a duplicate of bug 206958 ***