Note breaks the component diagram if 0-[dashed]-0 arrow is used

0 votes
asked Apr 20, 2018 in Bug by boshka (3,940 points)
edited Apr 20, 2018 by boshka

Please have a look:

@startuml

component "B" as B {

}

component "A" as A {

note right of A: will not fail if commented

}

B 0-[dashed]-0 A

@enduml

http://www.plantuml.com/plantuml/uml/JOwz2W8n48Jhv2c6wm-kjhhaDSHYSJTtWVn8ic8XlhivjN1Xc_cOZrcxKjDxJXQ_kzPygqMAOl8JgCFZQQrvZVz3xeFSGCQWL1MqkEsA6k1EUCIKZXI1Oa8CXpIFdl1NvB7CPwQ-2r_c1SwkKdYCU0C0

If you comment out the note or change the arrow to something else (such as, to "-[dashed]-" for example), there will be no failure

1 Answer

+1 vote
answered Apr 22, 2018 by plantuml (294,960 points)
selected Apr 22, 2018 by boshka
 
Best answer
Thanks for the report.

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

Tell us if it's not working for you !
commented Apr 22, 2018 by boshka (3,940 points)
thank you! that works!
...