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 170223 - AssertionError: visnodes.size()=12 snapshot.size()=11
Summary: AssertionError: visnodes.size()=12 snapshot.size()=11
Status: RESOLVED DUPLICATE of bug 158328
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 17:48 UTC by charlweed
Modified: 2009-08-17 10:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144444


Attachments
stacktrace (1.48 KB, text/plain)
2009-08-11 17:48 UTC, charlweed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description charlweed 2009-08-11 17:48:33 UTC
This issue was originally marked as duplicate of issue 160431, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE Dev (Build 090806)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
GUEST: i was about to add a function in a class

GUEST: Copy & Past some lines in PHP-Editor

Lopura: clicking on send a error report
(though it might be possible that I switched the two causes, since after clicking on send an error report I had two of theses windows to report a problem, but I didn't know which was the original error and which one was caused by trying to send the error report)

GUEST: Dragged the scrollbar in the edit window of an html file.

GUEST: I was saving my project. (ctrl + s). I accidentally opened Netbeans two times at the same time before the error occurred.

charlweed: Editing c++ class file. Adding public member function.



Stacktrace: 
java.lang.AssertionError: visnodes.size()=12 snapshot.size()=11
        at org.openide.explorer.view.VisualizerChildren.recomputeIndexes(VisualizerChildren.java:87)
        at org.openide.explorer.view.VisualizerChildren.added(VisualizerChildren.java:223)
        at org.openide.explorer.view.VisualizerEvent$Added.run(VisualizerEvent.java:106)
        at org.openide.util.Mutex.readAccess(Mutex.java:362)
        at org.openide.util.Mutex$1R.run(Mutex.java:1301)
        at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1811)
Comment 1 charlweed 2009-08-11 17:48:39 UTC
Created attachment 86115 [details]
stacktrace
Comment 2 t_h 2009-08-17 10:47:36 UTC

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