Associations to classes with the same name

0 votes
asked Feb 17, 2020 in Bug by TT (140 points)

I tried beta testing of namespaces and packages.
I will send a small feedback.


The A code does not output the expected class diagram. The expected class diagram is what the B code outputs.

A:

@startuml
!pragma useNewPackage
package A {
  Foo --> B::Baz
  Foo --> Baz
}
package B {
  Bar --> Baz
}
@enduml

B:

@startuml
package A {
  Foo --> B.Baz
  Foo --> Baz
}
package B {
  Bar --> Baz
}
@enduml

Regards,
Takaaki

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