(C5013) Elements containing infinite While Loops
Elements contain action expressions in which there are infinitewhile
loop statements. This check detects cases in which thewhile
loop control expression does not contain a context variable and there is nobreak
statement in the loop.