(C3013) Elements containing infinite While Loops
Elements contain action expressions that have infinitewhile
loop statements. The check detects cases where thewhile
loop control expression does not contain a context variable or abreak
statement in the loop.The expression contains no context variable orbreak
statement.