Global Definition Set Checks : (C7109) Data elements without type definition that are used inconsistently

(C7109) Data elements without type definition that are used inconsistently

Error In:
Correctness
Description:
Elements contain expressions in which data-items are not explicitly defined to be of a particular data-type are used in a way that does not match the type consistency and conversion rules.
Example:
I is used as an integer; S is used as a string. There is an action that contains the following assignment:

I=S

 

 

Erroneous Elements:
States, transitions, events, conditions, data-items, and actions