Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyAssignmentToForLoopParameter.html
bloba252d07817b3a7b740ea5fb46b4f595b5e65130a
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any instances of assignment a variable declared in a Groovy <b><font color="#000080">for</font></b> statement
5 in the body of that statement. It also reports any attempt to increment or decrement the variable.
6 While occasionally intended, this construct can be extremely confusing, and is often the result of a typo.
7 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
8 </html>