Deleting a create message should delete all following messages on that lifeline

Issue #358 new
Matthias Schoettle created an issue

Given the following example:

B myB = new B();
myB.do();
myB.doMore();

If the create message is deleted, the remaining messages on the myB lifeline stay. Instead, they should be removed. However, it is possible that the user wants to put the creation somewhere else. Therefore, I suggest that, if Lifeline.represents (myB in this example) points to an association end, to not remove the messages, and if it's a temporary property to remove them all.

See pull request #48 for the initial discussion.

Comments (0)

  1. Log in to comment