Link with association class and note ignores the note

0 votes
asked Sep 14, 2016 in Closed bug by JohannesMeier (460 points)
recategorized Sep 28, 2016 by JohannesMeier

Hello,

in a class diagram, I tried to render a link with an association class and with a note, but the note was ignored.

If you delete the line containing the association class, everything is fine.

 

Code:

@startuml
class A
class B
class AssociationClass
A - B
note on link: note on link with assication class is ignored
(A, B) .. AssociationClass
@enduml

 

The result with the missing note: http://plantuml.com/plantuml/png/Iyv9B2vMSEHA1jDEKDgnk3W_EJEn93C_pnaamEMee0kKpCilILN8prF8oSpBjb90vYcKPvPaA01LPYQ3TIb0pCa4elIy_ABK52uDHnq59qq5FJqCmm40

I got the same result using plantuml.8046.jar

1 Answer

+1 vote
answered Sep 15, 2016 by plantuml (295,000 points)
selected Sep 15, 2016 by JohannesMeier
 
Best answer
Thanks for the feedback.

This has been fixed in last beta:

https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

There might be some cases where this does not work, so do not hesitate to feedback again.

Regards,
commented Sep 15, 2016 by JohannesMeier (460 points)
It works fine for me with the last beta.
Thanks for the fast answer!
...