eclipsesource / eclipsesource/papyrus-seqd

Automatic creation of a reply message should not always target the lifeline body

Open
#421 0 comments 0 reactions 1 assignee Claimed by @rschnekenbu View on GitHub
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:
![screen shot 2018-11-15 at 13 59 56](https://user-images.githubusercontent.com/1615558/48575237-67b3fc80-e8df-11e8-997f-d493537514ad.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.