Add a note on a folder

0 votes
asked Jul 17, 2018 in Bug by anonymous
When  I've tried the following syntax to add a note on a folder (and not on subelements on folder), this lead to a NullPointerException (cannot add the error because of max allowed characters).

If I associate my note on "titi" and "tutu", this works fine.

Does anybody know another manner to do that?

Thanks

@startuml
left to right direction

Note "my note" as My_Note

package "TOTO" {
  folder "toto_files" as t_files{
    [titi]
    [tutu]
  }
}

t_files .. My_Note
@enduml

1 Answer

0 votes
answered Jul 17, 2018 by plantuml (298,440 points)
...