eclipsesource / eclipsesource/papyrus-seqd
Automatic creation of a reply message should not always target the lifeline body
- Dominant language
- Java
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
When a sync message is created, the tool may also create an execution and a reply message. This reply message must target the original element from which the sync message is starting.
In PR #410, an issue was identified when the sync message is going out of an execution:

The fix should probably be located there: org.eclipse.papyrus.uml.interaction.internal.model.commands.InsertMessageCommand.createAutomaticReplyMessageCommands(Supplier, Supplier, Supplier, IntSupplier, IntSupplier) at line 660:
`Shape receiverShape = diagramHelper().getLifelineBodyShape(getTarget().getDiagramView().get());
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.