blob: a8bdc5672d50defa55a436beab1cf1e79e834d36 [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>
</body>
</html>