Package composition

0 votes
asked Jan 28, 2016 in Bug by hoxul (120 points)
This simple UML diagram (package composition) seem to crash PlantUML (java.lang.UnsupportedOperationException):

@startuml
package A {
 class AA
}

package B {
  class BB
}
A *-- B
@enduml

2 Answers

0 votes
answered Jan 28, 2016 by plantuml (294,960 points)
Thanks for the report.

This is a regression : we have recently changed the code that manages package links.

Here is a beta that works better : https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

We still have to investigate around this.

Regards,
0 votes
answered Jan 30, 2016 by plantuml (294,960 points)
Version 8035 has just been published and fixes this issue.

Thanks again for the report
commented Jan 30, 2016 by hoxul (120 points)
Works perfectly, thanks quick response and almost immediate fix!
...