Bug : Arrow with "elseif" in Activity-Beta diagram

0 votes
asked Feb 6, 2015 in Bug by MAV (460 points)
Hello guys,

I plan to use several "elseif" in activity-beta diagram, this is the code :

@startuml
start

if()
    :;
elseif() then
        :;
else()
    if() then
        :;
    elseif() then
        :;
    else()
        :;
    endif
endif

stop
@enduml

and the associated diagram : http://www.zimagez.com/zimage/sowkiimgastduu82ixyucjcqdbakwc3acyirfpwln5seokzd0miyik2lopk7kjwrmoix1y2bvglafd51ia1xywku780seei0.php

The problem is the arrow after the first "elseif".

Thank you for taking a look,

Mathieu

1 Answer

0 votes
answered Feb 6, 2015 by plantuml (294,960 points)
selected Feb 6, 2015 by MAV
 
Best answer
Hello,

Thanks for the report.
This has been solved in the latest beta and will be deployed in next release:
https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Regards,
commented Feb 6, 2015 by MAV (460 points)
Thank you very much !
Mathieu
...