layout elk fails with NullPointerException

0 votes
asked Mar 20, 2022 in Bug by kirchsth (5,080 points)

related to https://forum.plantuml.net/15674/layout-components-diagram-broken-adding-inner-components

If the elk layout is activated it fails with a  NullPointerException, without elk it works.

BR Helmut

@startuml
!pragma layout elk

component "My system without details" {
  component Client{
  }
  component Server {
  }
  Client -r- Server
}
component "My system with details" {
  component Detailed_Client {
    [Application]
  }
  component Detailed_Server {
    [Service]
  }
  Detailed_Client -r- Detailed_Server
}
@enduml

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...