-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
When
- the new model element is created via ModelInstance#newInstance(elementClass);
Then
- AttributeImpl#updateIncomingReferences method must not be called
So that
- unnecessary code is not executed -> performance improves
Additionaly:
I can pass custom id to newInstance method and, again, AttributeImpl#updateIncomingReferences won't be called