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 - NullPointerException at org.openide.nodes.Children$Keys.setKeys
Summary: NullPointerException at org.openide.nodes.Children$Keys.setKeys
Status: RESOLVED DUPLICATE of bug 206958
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-06 22:06 UTC by _ gtzabari
Modified: 2012-01-10 00:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184148


Attachments
stacktrace (1.64 KB, text/plain)
2012-01-06 22:06 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***