Timing diagram crash with constraint in binary

0 votes
asked Jun 16, 2020 in Bug by Serge Wenger Work (15,620 points)

The following code crash (last line in Bold) with version 1.2020.13:

http://www.plantuml.com/plantuml/png/JOwnYiCm44Jx_Oh5pHNYG3QuEOv3bo9rYXZLiYDY4Na5MeKGGluzQoj5gf66UOyrN5mkroN2b6WAxB6nViI1VMxGCTe1na0ktx7P1TegIG0xO63y7zbJ0J0oqsjXNIY1pg1wlVtJ1Kmdpz_lFpIgxJN-u6EDXP-2YQfo6bHNYHPKgz_Trt7sk4ynffj8CGRoE6N7CnwYe-tgJxkkTbtjnjD95Yy0

@startuml
concise "Web User" as WU
binary "Bin" as Bin

WU is Absent

@WU
0 is Waiting
+500 is ok
@200 <-> @+150 : {150 ms}

@Bin
0 is 0
+200 is 1
+100 is 0
'The Following line crash Plantuml
@200 <-> @+100 : {100 ms}
@enduml

1 Answer

0 votes
answered Jun 22, 2020 by Serge Wenger Work (15,620 points)
Thanks for the correction in version 1.2020.14
...