This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 358985 - [Annotation] ConcurrentModificationException when modifying annotations
Summary: [Annotation] ConcurrentModificationException when modifying annotations
Status: RESOLVED FIXED
Alias: None
Product: Tigerstripe (Archived)
Classification: Technology
Component: Annotations (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 major (vote)
Target Milestone: 0.5M0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-26 20:58 EDT by Navid Mehregani CLA
Modified: 2011-10-04 00:59 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Navid Mehregani CLA 2011-09-26 20:58:09 EDT
Build Identifier: 

In certain cases when I modify annotations and work with our implementation model, I get the following ConcurrentModificationException:


java.util.ConcurrentModificationException
at org.eclipse.emf.common.util.AbstractEList$EIterator.checkModCount(AbstractEList.java:762)
at org.eclipse.emf.common.util.AbstractEList$EIterator.doNext(AbstractEList.java:710)
at org.eclipse.emf.common.util.AbstractEList$EIterator.next(AbstractEList.java:696)
at org.eclipse.tigerstripe.espace.resources.core.EMFDatabase.collectData(EMFDatabase.java:791)
at org.eclipse.tigerstripe.espace.resources.core.EMFDatabase.access$0(EMFDatabase.java:788)
at org.eclipse.tigerstripe.espace.resources.core.EMFDatabase$2.run(EMFDatabase.java:738)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)


Reproducible: Always
Comment 1 Chris Hartley CLA 2011-09-28 11:41:01 EDT
I also often get ConcurrentModificationException
 errors when re-synching diagrams.
Comment 2 Valentin Yerastov CLA 2011-10-04 00:59:21 EDT
Fixed