IncrementInForLoopAndHeader
This for loop increments the same variable in the header and in the body

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("IncrementInForLoopAndHeader") to the enclosing element.