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 208760 - NullPointerException at org.openide.nodes.EntrySupport$Lazy.removeEntries
Summary: NullPointerException at org.openide.nodes.EntrySupport$Lazy.removeEntries
Status: RESOLVED DUPLICATE of bug 208587
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-22 16:20 UTC by Alexander Simon
Modified: 2012-03-05 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185284


Attachments
stacktrace (3.28 KB, text/plain)
2012-02-22 16:20 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2012-02-22 16:20:38 UTC
Build: NetBeans IDE Dev (Build 20120221-c9f30cd8cc7e)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.openide.nodes.EntrySupport$Lazy.removeEntries(EntrySupport.java:1772)
   at org.openide.nodes.EntrySupport$Lazy.setEntries(EntrySupport.java:1411)
   at org.openide.nodes.EntrySupport.setEntries(EntrySupport.java:102)
   at org.openide.nodes.Children$Keys$2.run(Children.java:1555)
   at org.openide.util.Mutex$1Exec.run(Mutex.java:1244)
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1920)
Comment 1 Alexander Simon 2012-02-22 16:20:43 UTC
Created attachment 116034 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-03-05 09:50:47 UTC

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