|
From: Chris.Hunter (JIRA) <no...@sp...> - 2009-11-24 10:36:11
|
calling CommandGroup.add(AbstractCommand command) or CommandGroup.remove(AbstractCommand command) methods caused a ConcurrentModificationException
--------------------------------------------------------------------------------------------------------------------------------------------------
Key: RCP-621
URL: https://jira.springsource.org/browse/RCP-621
Project: Spring Rich Client Project
Issue Type: Bug
Components: Core
Affects Versions: 1.1.1
Environment: java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) Client VM (build 14.1-b02, mixed mode, sharing)
Reporter: Chris.Hunter
Assignee: Lieven Doclo
java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(Unknown Source)
at java.util.LinkedHashMap$KeyIterator.next(Unknown Source)
at org.springframework.richclient.command.ExpansionPointGroupMember.fill(ExpansionPointGroupMember.java:169)
at org.springframework.richclient.command.GroupMemberContainerManager.rebuildControlsFor(GroupMemberContainerManager.java:64)
at org.springframework.richclient.command.GroupMemberList.rebuildControls(GroupMemberList.java:91)
at org.springframework.richclient.command.CommandGroup.rebuildAllControls(CommandGroup.java:352)
at org.springframework.richclient.command.CommandGroup.rebuildIfNecessary(CommandGroup.java:343)
at org.springframework.richclient.command.CommandGroup.remove(CommandGroup.java:307)
at org.springframework.richclient.command.CommandGroup.remove(CommandGroup.java:296)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.springsource.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|