[Activity] Switch/Case - Notes are not working

0 votes
asked Jun 4, 2021 in Bug by José lazaretti

It doesn't show an error but it's also not showing the notes.

Example:

@startuml
start
switch (whatever)
  case (first case)
    :foo;
    note right
      this will not be rendered
    end note
  case (other case)
    :bar;
endswitch
stop
@enduml

Am I doing something wrong?

1 Answer

0 votes
answered Jun 11, 2021 by plantuml (295,000 points)
It's indeed a bug, thanks for the report.

This is fixed in last beta http://beta.plantuml.net/plantuml.jar and this will be released in next official version.

Regards,
...