Arrow originating from nowhere in nested ifs in new activity diagram

0 votes
asked Jun 5, 2013 in To be sorted by anonymous
Trying this:

@startuml
start
if (?) then (1)
    :Something;
else (2)
    if (?) then (x)
        stop
    else (y)
        stop
    endif
endif
stop
@enduml

Results in an arrow originating from no node, somewhere below and  between the two stops of the inner IF, going to the bottom stop node.

1 Answer

0 votes
answered Mar 5, 2018 by Anthony-Gaudino (5,720 points)
Seems OK on newer versions of PlantUML.
...