Defining two folder entities with the same name generate a java.lang.IllegalArgumentException

0 votes
asked Jan 26, 2018 in Closed bug by Anthony-Gaudino (5,720 points)
recategorized Mar 17, 2018 by Anthony-Gaudino

This code generates a java.lang.IllegalArgumentException:

@startuml
folder test2 [
TEXT
]

folder test2 [
TEXT
]
@enduml

1 Answer

0 votes
answered Mar 17, 2018 by Anthony-Gaudino (5,720 points)
 
Best answer
This is solved in V1.2018.2.
...