blob: c896331358129b08d1b4a5f6898e3c8e96827f91 [file] [log] [blame]
<html>
<body>
Reports <b>for</b> loops
that lack initialization, condition, or update clauses. Some coding styles prohibit
such loops.
<!-- tooltip end -->
<p>
Use the checkbox below to let this inspection ignore loops which use an iterator.
This is a standard way to iterate over a collection, in which the
<b>for</b> loop does not have an update
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>