Detach not working with nested splits in sequence diagrams

0 votes
asked Nov 25, 2014 in Bug by gimboland (120 points)

Hi there. A small bug report concerning activity diagrams and nested splits with detach.

Consider the following simple acticity diagram (in the "beta" style):

@startuml
 
split
  split
    :A;
    detach
  split again
    :B;
    detach
  end split
split again
  :C;
  detach
end split
 
@enduml
 
This should render as a tree, because each branch ends in a "detach" - but instead we get an erroneous floating bit at the bottom of the diagram:
 
 
 
As far as I can tell, nesting splits seems to inspire this behaviour...
 
Thanks!

1 Answer

0 votes
answered Apr 20, 2015 by plantuml (295,000 points)
This has been fixed in V8023.

Thanks again!
...