- 
    Type:Feature Request 
- 
    Resolution: Fixed
- 
    Priority:L3 - Default 
- 
    Affects Version/s: None
- 
    Component/s: bpmn model api
- 
    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