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 248354

Summary: NullPointerException at org.openide.nodes.Node.unblockEvents
Product: platform Reporter: akobberup
Component: NodesAssignee: Jan Peska <JPESKA>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213098
Attachments: stacktrace

Description akobberup 2014-11-03 07:33:46 UTC
Build: NetBeans IDE Dev (Build 201410170001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
akobberup: hit shift+ctrl+1 to open a properties file in the navigator




Stacktrace: 
java.lang.NullPointerException
   at org.openide.nodes.Node.unblockEvents(Node.java:1315)
   at org.openide.nodes.Node.fireCookieChange(Node.java:1282)
   at org.openide.loaders.DataNode.access$800(DataNode.java:68)
   at org.openide.loaders.DataNode$4.run(DataNode.java:785)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
Comment 1 akobberup 2014-11-03 07:33:47 UTC
Created attachment 150221 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-04 15:45:47 UTC

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