This intention replaces a JDK 5.0 for-each loop which iterates over a collection or array with an equivalent
for
loop that uses an index to iterate over the collection or array and the size or length is stored in local variable.