summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/WhileCanBeForeach.html
blob: a5a7f944ff2a179a72451bcc0d8a48fb472cbed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<body>
Reports <b>while</b> loops which iterate
over collections, and can be replaced with the <b>foreach</b> iteration syntax,
which is available in Java 5 and newer.
<p>
This inspection only reports if the project or module is configured to use a
language level of 5.0 or higher.
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>