In the following example
http://cruise.eecs.uottawa.ca/umpleonline/?example=DigitalWatchNested&diagramtyp
e=state
The message is
Warning on line 21 : State 'update' from StateMachine 'regular' is
non-reachable.. More information (67)
It warns about the inability to transfer to state update. But actually that is
not true. There is a way into it.
From alarmUpdate state, on line 93 there is a transition to 'second'. Since
second is a substate of update, this provides a way into state update.
Original issue reported on code.google.com by PedroAug...@gmail.com on 30 Jul 2014 at 3:35
Original issue reported on code.google.com by
PedroAug...@gmail.com
on 30 Jul 2014 at 3:35