[Activity] Missing arrow label on end merge

0 votes
asked Mar 8, 2022 in Bug by The-Lu (63,920 points)

Hello PlantUML team,

Here is a defect, during arrow label tests:

  • Missing arrow label on end merge
@startuml
fork
  :action 1;
-> missing arrow label;
fork again
  :action 2;
-> missing arrow label;
end merge
@enduml
Regards.
commented Dec 8, 2023 by The-Lu (63,920 points)

Hi all, and PlantUML team,

Here is the same issue, with "fork/end fork" with no action:

@startuml
fork
-> missing arrow label;
fork again
-> missing arrow label;
end fork
@enduml

See similar issue here:

Regards,
Th.

commented Dec 12, 2023 by The-Lu (63,920 points)
FYI: the case with `end fork` is fixed on V1.2023.13.

Remains the defect with `end merge`:

@startuml
fork
  :action 1;
-> missing arrow label;
fork again
  :action 2;
-> missing arrow label;
end merge
@enduml

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...