Community
Participate
Working Groups
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
I also often get ConcurrentModificationException errors when re-synching diagrams.
Fixed