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.