This inspection reports any instances for loops
that lack initialization, condition, or update clauses. Some coding styles prohibit
such loops.
Use the checkbox below to let this inspecion ignore loops which use an iterator. This is a standard way to iterate over a collection, in which the for loop does not have an update |
Powered by InspectionGadgets |