remove * / restore $tag issue

0 votes
asked Oct 23, 2022 in Bug by boshka (3,940 points)
the following code fails though should not:

@startuml
component C1 $tag1 {
}
component C2 $tag2 {
}

C1 -- C2

remove *
restore $tag1
@enduml

http://www.plantuml.com/plantuml/umla/JSon2i9030RWFK-HGH243kteLF19IY_U5NBvvIxLGNntGrsSadpa_yzUXEzGnMkpp2jIdCkcdRrWpuLx34riy2lDtPVcUrLQKHymCUVRo2TVyiXl-lppTF1qCCNJC8GHDQbu2bzYwOuclp3DOYbwlm00
commented Oct 23, 2022 by The-Lu (64,340 points)

Hello all,

See also this code (what generates currently nothing):

@startuml
component C1 $tag1 {
  node n
}
component C2 $tag2 {
}

C1 -- C2

remove *
restore $tag1
@enduml

Thank for PlantUML team,
Regards.

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