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 179166 - NullPointerException at org.openide.nodes.EntrySupport$Lazy.registerNode
Summary: NullPointerException at org.openide.nodes.EntrySupport$Lazy.registerNode
Status: RESOLVED DUPLICATE of bug 189636
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-03 15:47 UTC by flexjoly
Modified: 2010-08-30 09:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163997


Attachments
stacktrace (309 bytes, text/plain)
2010-01-03 15:47 UTC, flexjoly
Details

Note You need to log in before you can comment on or make changes to this bug.
Description flexjoly 2010-01-03 15:47:15 UTC
Build: NetBeans IDE Dev (Build 200912280201)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments:
GUEST: upon svn update



Stacktrace: 
java.lang.NullPointerException
   at org.openide.nodes.EntrySupport$Lazy.registerNode(EntrySupport.java:1091)
   at org.openide.nodes.EntrySupport$Lazy$NodeRef.run(EntrySupport.java:1637)
   at org.netbeans.modules.openide.util.ActiveQueue.run(ActiveQueue.java:64)
   at java.lang.Thread.run(Thread.java:619)
Comment 1 flexjoly 2010-01-03 15:47:19 UTC
Created attachment 93033 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-08-30 09:30:26 UTC

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