Association do not change while changing the class name

Issue #527 closed
Weiyi Bian created an issue

When user change the class name, the association which is related with that class do not change. The association end information and association name both could not change automatically. For example, first the association between person and position. After changing the person class's name to fridge, the association myPosition's property do not change.

Comments (3)

  1. Matthias Schoettle

    The model (visually) looks fine. What exactly should change? Are you referring to the (invisible/hidden) association end on the opposite side?

    Also, which version of TouchCORE does this issue occur for you?

  2. Weiyi Bian reporter
     Yeah I mean the (hidden) association end on the opposite side. Visually there is still an association between two classes. But when I compare the association so I need to compare the association end information. The association end information would be changed after changing the class name. For example, first there is an association between class Person and class Position. So the association ends are myPerson and myPosition. When user change the person class name to fridge,  the association ends are still myPerson and myPosition.
    

    I check this problem on the master branch again. I am pretty sure I have updated the code to the latest version.

    Thanks!

  3. Log in to comment