Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Assignments to the loop variable of an enhanced for loop (for-each idiom) fail to affect the overall iteration order, lead to programmer confusion, and can leave data in a fragile or inconsistent state.

Guideline Rule

Severity

Likelihood

Remediation Cost

Priority

Level

DCL00-J

low

unlikely

low

P3

L3

...