closed Activity : while within fork doesn't work.

0 votes
asked Feb 2, 2015 in Bug by ced (120 points)
closed Feb 3, 2015 by ced

Hi, since plantuml.8011.jar, a "while" in each branch of a "fork" generate an empty file.

this simple example produce the failure :

@startuml
start

fork
      
   while(condition?) is (true)
      :task;
   endwhile (false)
   
fork again

   while(condition?) is (true)
      :task;
   endwhile (false)

end fork

stop
@enduml

It works with plantuml.8010.jar or if there is a "while-loop" in only one branch.

closed with the note: bug fixed

1 Answer

0 votes
answered Feb 2, 2015 by plantuml (294,960 points)
selected Feb 3, 2015 by ced
 
Best answer
Hello,

Thanks for the report.

It has been solved in version 8019.

Regards,
...