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 197387

Summary: AssertionError: Entries: 30; vis. entries: 26; Infos: 29; entriesSize: 30; entryToInfoSize: 29
Product: platform Reporter: Vladimir Voskresensky <vv159170>
Component: NodesAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178149
Attachments: stacktrace

Description Vladimir Voskresensky 2011-04-04 11:18:22 UTC
Build: NetBeans IDE Dev (Build 20110404-42f556074587)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP

Stacktrace: 
java.lang.AssertionError: Entries: 30; vis. entries: 26; Infos: 29; entriesSize: 30; entryToInfoSize: 29
   at org.openide.nodes.EntrySupport$Lazy.setEntries(EntrySupport.java:1369)
   at org.openide.nodes.EntrySupport.setEntries(EntrySupport.java:102)
   at org.openide.nodes.Children$Keys$2.run(Children.java:1542)
   at org.openide.util.Mutex$1Exec.run(Mutex.java:1244)
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1907)
   at org.openide.util.Mutex.postRequest(Mutex.java:1250)
Comment 1 Vladimir Voskresensky 2011-04-04 11:18:27 UTC
Created attachment 107465 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-04-07 07:55:10 UTC
I am not sure what is wrong, but I've added more detailed logging: ergonomics#dc07be16bee1
Comment 3 Quality Engineering 2011-04-15 08:40:30 UTC
Integrated into 'main-golden', will be available in build *201104150401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/dc07be16bee1
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #197387: More detailed assert when entries and entryToInfo do not match