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 246722 - AssertionError: map.size()=4 entries.size()=1
Summary: AssertionError: map.size()=4 entries.size()=1
Status: RESOLVED DUPLICATE of bug 229804
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-27 09:14 UTC by Tomas Mysik
Modified: 2015-03-06 12:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195735


Attachments
stacktrace (2.11 KB, text/plain)
2014-08-27 09:14 UTC, Tomas Mysik
Details
stacktrace (2.96 KB, text/plain)
2015-02-10 08:51 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2014-08-27 09:14:10 UTC
This bug was originally marked as duplicate of bug 214651, 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 20140827-b75c100bfb1c)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Linux

User Comments:
tmysik: tried to expand html5 project in Projects view




Stacktrace: 
java.lang.AssertionError: map.size()=4 entries.size()=1
   at org.openide.nodes.EntrySupportDefault.checkConsistency(EntrySupportDefault.java:247)
   at org.openide.nodes.EntrySupportDefault.setEntries(EntrySupportDefault.java:279)
   at org.openide.nodes.EntrySupport.setEntries(EntrySupport.java:83)
   at org.openide.nodes.Children$Keys$2.run(Children.java:1556)
   at org.openide.util.Mutex$1Exec.run(Mutex.java:1259)
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1921)
Comment 1 Tomas Mysik 2014-08-27 09:14:12 UTC
Created attachment 148920 [details]
stacktrace
Comment 2 ehsavoie 2015-02-10 08:51:30 UTC
Created attachment 151911 [details]
stacktrace

editing code
Comment 3 Ondrej Vrabec 2015-03-06 12:10:45 UTC

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