Crash of the PlantUML v. 8036

0 votes
asked Mar 2, 2016 in Bug by habdank (420 points)
Dears,
 
I had encountered PlantUML crash.
 
 
 
Exception java.lang.UnsupportedOperationException: class net.sourceforge.plantum
 
l.svek.extremity.ExtremityFactorySquarre
 
net.sourceforge.plantuml.cucadiagram.UnparsableGraphvizException: java.lang.Unsu
 
pportedOperationException: class net.sourceforge.plantuml.svek.extremity.Extremi
 
tyFactorySquarre
 
        at net.sourceforge.plantuml.svek.CucaDiagramFileMakerSvek2.createFile(Cu
 
caDiagramFileMakerSvek2.java:236)
 
...
 
        at net.sourceforge.plantuml.svek.CucaDiagramFileMakerSvek2.createFile(Cu
 
caDiagramFileMakerSvek2.java:225)
 
        ... 11 more
 
 
 
The code is here:
 
 
 
@startuml
 
package "PKG" {
 
component CMP3 as C3 {
 
rectangle "info"
 
}
 
}
 
component "CMP 5" as POS {
 
}
 
POS ~up~# "foo" C3 : call
 
@enduml
 
Best regards,
 
Seweryn.

1 Answer

+1 vote
answered Mar 4, 2016 by plantuml (294,960 points)
Thanks for your tests and the feedback.

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

Regards,
commented Mar 7, 2016 by habdank (420 points)
Verified! Thanks.
...