Community
Participate
Working Groups
When a message is deleted, its associated send and receive events are not deleted. These events must be deleted because new events are systematically created upon the creation of a new message.
Created attachment 211275 [details] Bug fix Select the project org.eclipse.papyrus.uml.diagram.sequence to import. It fixes the deletion of the associated send MessageSend and receive MessageRecv events for - Message Sync - Message Async - Message Reply - Message Create - Message Delete
The patch has been committed in r7260
A ghost message gets created in the message creation if the lifelines have the model presentation. The command Delete removes the created Message, but leaves the ghost. This bug is observed in previous version 0.8.1.
A new bug gets created for the new ghost message bug 383420.
Fixed