Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyResultOfAssignmentUsed.html
blob8b3a509d07ed31944e16f52af815fc69ca8e4e84
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any Groovy assignment expressions nested inside other expressions, so as to use the assigned value immediately.
5 While admirably terse, such expressions may be confusing, and violate the general design principle that a
6 given construct should do precisely one thing.
7 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
8 </html>