Community
Participate
Working Groups
The delete command used by the contextual menu on GraphicalEditParts in Composite Structure Diagram should use the delete command provided by the Edit Service so that the deletion of an element destroy not only the current view, but any view referencing the deleted element.
Done in r2957.
Done.
In r3021: Code re-factoring.
In r3276: - Fix for a loop issue during Generalization deletion (when a Generalization cycle exists) Known issue: - When 2 Generalization are providing inheritance way to the same Classifier, and are deleted at the same time, shown inherited Port or Properties are not masked (each Generalization deletion is not aware of the other and find the other Generalization as an other inheritance way).
In r3281: - NPE fix causing the delete command being disabled
In r3377: - NPE could occur in case the model is not well formed (Generalization with no general Classifier).