Activity diag not generated

0 votes
asked Feb 8, 2017 in Bug by nabila (120 points)
Hello,
 
the following example is not translated into activity diagram and display a bug report.
Please any suggestions?
 
 
 
@startuml
skinparam monochrome true
start
:Text ;
repeat
:Text 0;
if (condition A ? ) then (yes)
  :Text 6;
elseif (condition B ? ) then (yes)
  break
else
 :Text7;
endif
repeat while (condition C ? )is (yes) not (no)
->
 :Text 8;
stop
@enduml

2 Answers

0 votes
answered Feb 8, 2017 by Serge Wenger Work (15,620 points)
0 votes
answered Feb 8, 2017 by plantuml (294,960 points)
Thanks for your report, it really helps. (However, as Serge said, please avoid to post twice the same issue!)

Anyway, here is a beta that should fix this issue:

https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

And do not hesitate to post again when you'll find some other bugs!

Regards,
...