Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358985

Summary: [Annotation] ConcurrentModificationException when modifying annotations
Product: [Technology] Tigerstripe Reporter: Navid Mehregani <nmehrega>
Component: AnnotationsAssignee: Project Inbox <tigerstripe.annotations-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: chrhartl, valentin
Version: unspecified   
Target Milestone: 0.5M0   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

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