Life line not displayed if object is created more than once

+2 votes
asked Sep 1, 2015 in Bug by iprion (120 points)

Hi,

 Consider the following example where object C is created then destroyed then created again. First object C will have no visible lifeline, second object C is OK. Every time an object if created more than once, only the last instance will have a visible lifeline. Is this known or is there a workaround ?

@startuml
A->B:execute
Activate B
Create C
B->C:new
B->C:Execute
B->C:delete
destroy C
Deactivate B
A->B:execute
Activate B
Create C
B->C:new
B->C:Execute
B->C:delete
destroy C
Deactivate B
@enduml
 
Regards
Olivier
 

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