object line reders incorrectly when repeatedly creating/destroying object

0 votes
asked Mar 25, 2015 in To be sorted by DonDoerner (120 points)
Try this...

 

@startuml

hide footbox

!include ./Participants.pui

a->f:hello
create b
e->b:ola
create d
c->d:guten tag
d->c: auf wiedersehen
destroy d
b->e:adios
destroy b
f->a:goodbye

a->f:hello
create b
e->b:ola
create d
c->d:guten tag
d->c: auf wiedersehen
destroy d
b->e:adios
destroy b
f->a:goodbye

@enduml

 

I would expect the object line to begin at create (with the object tag) and end at destroy (at the X).

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