JSF.LOOP.NULL.INIT_OR_INCR

Null initialize or increment expressions in for loops will not be used; a while loop will be used instead.

Rationale

A while loop provides a more natural representation.