(C1035) Default transitions with illegal targets
There are transitions whose source is a conditional connector or a history connector, and whose targets are not descendants of the state in which the source connector resides.In the following figure, there are two possible default states when enteringS1
. One entrance leads toS3
(which is a substate ofS1
) and the other leads toS2
(which is not a descendant ofS1
and is therefore an invalid transition).