| <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> | |
| </body> | |
| </html> |