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 - AssertionError: Entries: 30; vis. entries: 26; Infos: 29; entriesSize: 30; entryToInfoSize: 29
Summary: AssertionError: Entries: 30; vis. entries: 26; Infos: 29; entriesSize: 30; en...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 11:18 UTC by Vladimir Voskresensky
Modified: 2011-04-15 08:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178149


Attachments
stacktrace (3.25 KB, text/plain)
2011-04-04 11:18 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
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