Bug on class diagram relations with an "Header" class

0 votes
asked Dec 10, 2018 in Bug by anonymous
Hi all,

It seems that if I name a class "Header" relations to this class are never displayed on the corresponding PNG image. Is that a know issue?

Best regards.

2 Answers

0 votes
answered Dec 10, 2018 by Serge Wenger Work (15,620 points)

Hi,

A workaround:

@startuml
class "Header" as h
class bbb
h <|- bbb
@enduml

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEIImkLb3oI4rCIIrIKaWiLiY0YYKb9N5bADZKw89P3gbvAK3r0000

0 votes
answered Dec 10, 2018 by plantuml (294,960 points)
Thanks for the report.

This is fixed in last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you.
commented Dec 17, 2018 by me
Great job, thanks! :)
...