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

Summary: AssertionError: visnodes.size()=13 snapshot.size()=0
Product: platform Reporter: Vladimir Voskresensky <vv159170>
Component: ExplorerAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: stefpet
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 150709
Attachments: stacktrace

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 ***