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 - NullPointerException at org.openide.nodes.Node.unblockEvents
Summary: NullPointerException at org.openide.nodes.Node.unblockEvents
Status: RESOLVED DUPLICATE of bug 246111
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-03 07:33 UTC by akobberup
Modified: 2015-03-04 15:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213098


Attachments
stacktrace (1.33 KB, text/plain)
2014-11-03 07:33 UTC, akobberup
Details

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