detach after if statement in activity diagram

0 votes
asked Apr 29, 2016 in Bug by Wurzel (140 points)
Hi,

the detach following an if-statement only affects the last branch.

This doesn't seem to be right.

 

split
:CONTINUE<

split again
:ABORT<
if (x) then (doit)
:doA>
else
:doB>
endif
detach

end split
stop

1 Answer

0 votes
answered Apr 29, 2016 by plantuml (294,960 points)
Thanks for the report!

This should be fixed in last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Tell us if it's not working for you.

Regards,
...