[Activity] On switch-case, horizontal line missing 'case-diamond', with stop/end on the last case + kill/detach test

0 votes
asked May 26, 2021 in Bug by The-Lu (63,920 points)
edited May 26, 2021 by The-Lu

Hello PlantUML team,

1/ Stop/end on last case [or on first case]
As mentioned by Albert on:

it does render, but see on the right side of the image hat the case22 is not going to the diamond anymore as it probably relies the horizontal line to be present

or

horizontal line missing from  case22 to the diamond is still present

Examples of the defect:

2/ Kill/detach on case

KO, Java exception, with 'kill' or 'detach', on a case:

Example of the defect:

@startuml
switch (source)
case ( a )
:case1;
case ( b )
:case2;
case ( c )
:case3;
detach
endswitch
@enduml

Regards,
Th.

commented Aug 23, 2021 by The-Lu (63,920 points)

Hello,

Always KO, with other issueson V1.2021.9 (25 Jul, 2021) wink

See:

Thanks for the new corrections,
Regards,
Th.

1 Answer

0 votes
answered Oct 3, 2021 by The-Lu (63,920 points)
 
Best answer

This is corrected on V1.2021.11 (2 Oct, 2021).

Thank to PlantUML team,
Regards,
Th.

...