Activity Chart Checks : (C3019) Expressions containing operations between arrays with unequal length

(C3019) Expressions containing operations between arrays with unequal length

Error In:

Correctness

Description:
Elements contain assignments or comparisons between arrays or array slices of different lengths.
Example:
An action contains the following assignment:
A=B
when A is defined as an array from 1 to 3,
and B is an array from 1 to 5.
 
 
Erroneous Elements:
Activities, events, conditions, and actions