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 184511 - [69cat] NullPointerException at org.openide.explorer.view.VisualizerNode.nodeDestroyed
Summary: [69cat] NullPointerException at org.openide.explorer.view.VisualizerNode.node...
Status: RESOLVED DUPLICATE of bug 184504
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-20 05:16 UTC by alied
Modified: 2010-04-20 07:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168248


Attachments
stacktrace (5.69 KB, text/plain)
2010-04-20 05:16 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2010-04-20 05:16:54 UTC
Build: NetBeans IDE Dev (Build 201004190200)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows Vista

User Comments:
alied: while commiting




Stacktrace: 
java.lang.NullPointerException
   at org.openide.explorer.view.VisualizerNode.nodeDestroyed(VisualizerNode.java:402)
   at sun.reflect.GeneratedMethodAccessor157.invoke(GeneratedMethodAccessor157.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:456)
   at $Proxy7.nodeDestroyed(.java:0)
Comment 1 alied 2010-04-20 05:16:58 UTC
Created attachment 97684 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-04-20 07:59:00 UTC

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