Flow Chart Checks : (C17109) “when others” not last in case structure

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

Error In:
Completeness
Description:
Textual elements use themselves in their own definition, via a “chain” definition.
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