Issues related to qualified association

0 votes
asked Jul 11, 2024 in Bug by TT (160 points)

I appreciate your useful tool PlantUML. I would like to share issues regarding the qualified association.


Case 1:

@startuml
Foo [int] --> Bar
Bar [int] --> Foo
@enduml

PlantUML diagram


Case 2:

@startuml
Foo [int] --> Bar
Bar ---> Foo
@enduml

PlantUML diagram


Case 3:

@startuml
Foo [int] o--> Bar
Foo [int] o--> Baz
@enduml

PlantUML diagram

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.
...