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 209431 - AssertionError: visnodes.size()=13 snapshot.size()=0
Summary: AssertionError: visnodes.size()=13 snapshot.size()=0
Status: RESOLVED DUPLICATE of bug 208589
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-11 12:20 UTC by Vladimir Voskresensky
Modified: 2012-03-16 15:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150709


Attachments
stacktrace (1.79 KB, text/plain)
2012-03-11 12:20 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2012-03-11 12:20:48 UTC
This bug was originally marked as duplicate of bug 148168, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20120311-209c662b6f6a)
VM: Java HotSpot(TM) Server VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: SunOS

User Comments:
stefpet: Triggered by simply moving the mouse in the edit window of .html file.

stefpet: Scrolled edit window of .html file.

vv159170: switch off auto refresh files

GUEST: adding a new attribute to a bean




Stacktrace: 
java.lang.AssertionError: visnodes.size()=13 snapshot.size()=0
   at org.openide.explorer.view.VisualizerChildren.recomputeIndexes(VisualizerChildren.java:98)
   at org.openide.explorer.view.VisualizerChildren.removed(VisualizerChildren.java:284)
   at org.openide.explorer.view.VisualizerEvent$Removed.run(VisualizerEvent.java:135)
   at org.openide.util.Mutex.readAccess(Mutex.java:365)
   at org.openide.util.Mutex$1R.run(Mutex.java:1307)
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1920)
Comment 1 Vladimir Voskresensky 2012-03-11 12:20:50 UTC
Created attachment 116558 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-03-16 15:31:29 UTC

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