UnsupportedOperationException when together{} is empty

0 votes
asked Oct 3, 2016 in Bug by Pierre.Sassoulas (200 points)
Hi,

Thank you for the time you're investing in Plantuml.

On version 8047, when you try to use together inside a pckage without putting a class inside the together you get an UnsupportedOperationException.

File to reproduce :

@startuml
package my_package{
    together {
    }
}
@enduml

Best regards,

1 Answer

+1 vote
answered Oct 5, 2016 by plantuml (294,960 points)
selected Oct 5, 2016 by Pierre.Sassoulas
 
Best answer
Thanks for the feedback.

It should be fixed in last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Tell us if it's not working for you.
...