Community
Participate
Working Groups
when parsing a model instance with some features stored in a featuremap, xtext fails with the following explaination: "org.eclipse.emf.ecore.util.FeatureMapUtil$FeatureEList cannot be cast to org.eclipse.emf.common.util.BasicEList" This is due to line 103 of org.eclipse.xtext.parser.DefaultEcoreElementFactory that assumes that all list features inherit from BasicEList instead of only EList.
*** This bug has been marked as a duplicate of bug 325196 ***
Workaround: Override the DefaultEcoreElementFactory