GUI crashes after deleting a class that has an association

Issue #6 resolved
Abir Ayed created an issue

When deleting a class that has an association, the class and the association are deleted but if we try to move the other class the GUI crashes.

The reason is that the other class was not updated and still has a reference to the deleted association.

Comments (3)

  1. Matthias Schoettle
    • changed status to open

    The overloading method removeClassifier in StructuralViewController is not called, when the parameter type is Classifier (which happens in ClassifierViewHandler).

  2. Log in to comment