Not able to use partition inside repeat

0 votes
asked Feb 28, 2019 in Bug by anonymous
When i generate the following code, the plantuml crashes

@startuml

title Activity Diagram \n

start

:1;

:2;

repeat

:3;

:4;

if (User confirms) then (Yes )

:5;

break

else (User clicks on Cancel)

:6;

:7;

endif

partition abc{

    :9;

}

repeat while (cond)

    :8;

stop

@enduml

1 Answer

0 votes
answered Feb 28, 2019 by plantuml (295,000 points)
Thanks for the report.

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar
...