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 255235 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-11 19:13 UTC by emiddio
Modified: 2015-09-11 19:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208495


Attachments
stacktrace (7.77 KB, text/plain)
2015-09-11 19:13 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2015-09-11 19:13:33 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
emiddio: unknown

GUEST: Stop working

GUEST: Just found the notice, and I don't know what I have done.




Stacktrace: 
java.lang.NullPointerException
   at org.openide.nodes.Node.unblockEvents(Node.java:1315)
   at org.openide.nodes.NodeLookup.beforeLookup(NodeLookup.java:140)
   at org.openide.util.lookup.AbstractLookup$R.allItems(AbstractLookup.java:1106)
   at org.openide.util.lookup.AbstractLookup$R.allItems(AbstractLookup.java:1101)
   at org.openide.nodes.FilterNode$FilterLookup$ProxyResult.allItems(FilterNode.java:2274)
   at org.openide.nodes.FilterNode$FilterLookup$ProxyResult.allItems(FilterNode.java:2274)
Comment 1 emiddio 2015-09-11 19:13:36 UTC
Created attachment 156117 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-09-11 19:31:11 UTC

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