closed Switch arrow doesn't get drawn with end in activity diagram

0 votes
asked Jul 6, 2021 in Bug by quinq
closed Aug 30, 2021 by plantuml
With a switch in activity diagrams,
if the last case is an end (or stop),
the previous case arrow from the start of the switch
doesn't get drawn.

switch (test?)
case (cond A)
  :Text A;
case (cond B)
  :text B;
case (cond C)
  end
endswitch

Here, cond B arrow doesn't get drawn
commented Jul 6, 2021 by The-Lu (64,760 points)

Hello all, and PlantUML Team,

Yes... it is a defect.

See similar issues here:

Regards,
Th.

commented Jul 6, 2021 by quinq
Hello,

This is indeed a duplicate report.

A had searched for a similar issue but must have missed it.

Thank you for pointing that out, I consider we can close this report and/or mark it as duplicate to the one you linked.
...