Community
Participate
Working Groups
Created attachment 217999 [details] Git-patch containing the code concerning the modelelement id generator extension point Introduced a new extension point where plugins can register a ModelElementIdGenerator which is used to generate the ids in the IdEObjectCollection. For instance this is useful if you want to have deterministic ids (e.g. in testing) as the generation is based on UUIDs at the moment. In addition to guarantee that the modelelements always have the same order, all relevant Sets and Maps are changed to LinkedSets and LinkedHashMaps.
Patch has been reviewed and applied. Thanks for the contribution!