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 148851 - AssertionError: visnodes.size()=22 snapshot.size()=21
Summary: AssertionError: visnodes.size()=22 snapshot.size()=21
Status: VERIFIED DUPLICATE of bug 148168
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-01 14:20 UTC by Martin Grebac
Modified: 2009-11-09 06:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 118889


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Grebac 2008-10-01 14:20:03 UTC
I get this very often when I delete an svn file from Favorites. Sometimes I get an exc, sometimes the IDE hangs
completely and I have to kill it.

Build: NetBeans IDE Dev (Build 200809250201)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.25.16-0.1-default, amd64
User comments: 
STACKTRACE: (first 10 lines)
java.lang.AssertionError: visnodes.size()=22 snapshot.size()=21
        at org.openide.explorer.view.VisualizerChildren.recomputeIndexes(VisualizerChildren.java:88)
        at org.openide.explorer.view.VisualizerChildren.added(VisualizerChildren.java:227)
        at org.openide.explorer.view.VisualizerEvent$Added.run(VisualizerEvent.java:107)
        at org.openide.util.Mutex.readAccess(Mutex.java:362)
        at org.openide.explorer.view.VisualizerNode$QP.run(VisualizerNode.java:708)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
Comment 1 t_h 2008-10-01 14:50:42 UTC

*** This issue has been marked as a duplicate of 148168 ***