Statechart Checks : (C2111) “when others” not last in case structure

(C2111) “when others” not last in case structure

Textual elements use themselves in their own definition, via a “chain” definition.
Error In:
Completeness
Example:
case_ada (X) is
when_ada 1 =>
Y=1;
when_ada others =>
Y=3;
when_ada 2 =>
Y=2;
end case_ada;
Erroneous Elements:
Actions, states, and transition labels