Component diagram crashes when changing from component to interface

0 votes
asked Mar 23, 2018 in Bug by anonymous

This diagram renders fine:

@startuml
[Database]

[Runtime]-->[Worker]
[Worker]..>[Writeback]

[Writeback]..>Database
[Runtime]-->Database
[Runtime]..>Database
@enduml

But changing the first line from "[Database]" to "() Database" causes the renderer to crash. This is the most minimal example I could find: removing any line from the above sample stops the crash occuring.

2 Answers

0 votes
answered Mar 26, 2018 by Serge Wenger Work (15,620 points)

Hello,

  • OK on my server with 1.2018.02
  • [Runtime]..>Database missing on plantuml server with 1.2018.02
  • crash with 1.2018.03beta3
0 votes
answered Apr 24, 2018 by plantuml (295,000 points)
Thanks for the report.

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