Community
Participate
Working Groups
When trying to merge models generated in CDO-native mode, EMF Compare fails to add newly created elements in the expected position in contained orderered references. This comes from EFactory.eAdd(), wich should test if (manyValue instanceof List) and try to call add(position, value) before considering that manyValue is a colleciton and use add(value).
Thanks, this has been fixed on 1.2 and master