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 224603 - modules.csl.navigation.ElementNode: AssertionError: visnodes.size()=20 snapshot.size()=10
Summary: modules.csl.navigation.ElementNode: AssertionError: visnodes.size()=20 snapsh...
Status: RESOLVED DUPLICATE of bug 222381
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 224448 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-01-08 09:21 UTC by Exceptions Reporter
Modified: 2013-01-31 13:54 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 128292


Attachments
stacktrace (1.96 KB, text/plain)
2013-01-08 09:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-08 09:21:00 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 7.3 Beta 2 (Build nbms-and-javadoc-9948-on-20121227)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Mac OS X

User Comments:
GUEST: Copy pasted some html into a phtml file.

GUEST: working with extjs




Stacktrace: 
java.lang.AssertionError: visnodes.size()=20 snapshot.size()=10
   at org.openide.explorer.view.VisualizerChildren.recomputeIndexes(VisualizerChildren.java:98)
   at org.openide.explorer.view.VisualizerChildren.added(VisualizerChildren.java:242)
   at org.openide.explorer.view.VisualizerEvent$Added.run(VisualizerEvent.java:110)
   at org.openide.util.Mutex.readAccess(Mutex.java:367)
   at org.openide.util.Mutex$1R.run(Mutex.java:1309)
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1921)
Comment 1 Exceptions Reporter 2013-01-08 09:21:02 UTC
Created attachment 129988 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-01-09 08:29:45 UTC
*** Bug 224448 has been marked as a duplicate of this bug. ***
Comment 3 Jaroslav Tulach 2013-01-29 13:47:47 UTC
All reports seem to be coming for CSL:

http://statistics.netbeans.org/exceptions/messageslog?id=644658
http://statistics.netbeans.org/exceptions/messageslog?id=645695
http://statistics.netbeans.org/exceptions/messageslog?id=636856

Try to check your equals and hashCode implementation - they should be immutable.
Comment 4 Milutin Kristofic 2013-01-31 13:54:49 UTC

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