Login
Remember
Register
PlantUML Q&A
*NEW* Discord server
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Can not set long name arrow label in repeat statement with break.
0
votes
asked
Feb 16
in
Bug
by
mikoto2000
I create this activity diagram.
```
@startuml
start
repeat
:taskA;
-> data;
if (check) is (OK) then
break;
else (NG)
endif
repeat while (retry?) is (true) not (false)
stop
@enduml
```
link:
https://www.plantuml.com/plantuml/uml/BOun3i8m34Ltd-AFoS05G88oCI316Kphgb53MZck4BV70JmzoVz_lQuQgstFJFGbKbc5ZO2zSPtF1wVT4GCRDqmZGZz9FqUaYd2_HjWaXU3tKE6vXIHNGRXTOkCofF4_YjUKidzKJD-dtuBf9X5bCOIHlHTTOrc9EYysgmy0
but change to arrow label `data` to `dataaaa` occured UnsupportedOperationException.
link:
https://www.plantuml.com/plantuml/uml/BOun3i8m34Ltd-AFoS05G88oCI316Kphgb53MZck4BV70VxqBFi_kQl6QjipqnT8PHKs0lR6TJuVd7P736piQLCQ4Vf9-ZaYLOJxDS8cAGJFGuNdTYIv2iBj4XkN8Or_BrvJohvHCNsVVWRJJIBAOWWZUozIjMMbpdl-rWS0
remove `break`, then no exception.
link:
https://www.plantuml.com/plantuml/uml/BOv1hi8m34JtESKiuyM_m4U2icA116UmMaU96jBASOMuFIxWrRD6pvwX6wjjZne-45HMOGl0lt6VpmUdloCcDlRPjv8GnopZJ2WTyNubM9RcYTGkYBSBxTocadx7yCobUg9Y-ZfzDTDD26qnnCJkaRzVrZ2uvrtU
Your comment on this question:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
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
.
Related questions
CAN NOT set arrow direction in component diagram with "node"
Label on arrow between repeat and fork not shown
Two or more break statement doew not work correctly
backward in repeat loop:Not possible to set color
Stereotype/skinparam with spaces in the name are not working anymore
All categories
Question / help
(1,244)
Bug
(1,549)
Wanted features
(1,348)
Closed question / help
(87)
Closed bug
(52)
Closed feature request
(130)
Won't fix
(3)
Won't implement
(11)
Can't help
(9)
To be deleted
(9)
To be sorted
(427)
...