Swimlanes and simple repeat loop produce wrong result

0 votes
asked Mar 30, 2018 in Bug by ashatilo (180 points)
Here is example:

@startuml
|swimlane 1|
start

repeat
|swimlane 2|
  :read data;
|swimlane 1|
  :generate diagrams;
repeat while (more data?)

stop

@enduml

It produces diagram where start and read data are not connected.

I tested it with PlantUML Version 1.2018.02

1 Answer

0 votes
answered Apr 9, 2018 by plantuml (295,000 points)
Thanks for the report!

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

Tell us if it's not working for you!
commented Apr 10, 2018 by ashatilo (180 points)
It is already better although connecting lines are still not perfectly joins, i.e. crossing decision box. IMO this maybe different problem so this one could be closed.
...