Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyNestedAssignment.html
blob1d22e32ad522503bca92978261a11a7ffd51d5bd
1 <html>
2 <body>
3 <table>
4 <tr>
5 <td valign="top" height="150">
6 <font face="verdana" size="-1">
7 This inspection reports any instances of Groovy assignment expressions nested inside other expressions.
8 While
9 admirably terse,
10 such expressions may be confusing, and violate the general design priniciple that a given construct
11 should do precisely one thing.
12 </font></td>
13 </tr>
14 <tr>
15 <td height="20"><font face="verdana" size="-2">Powered by InspectorGroovy </font></td>
16 </tr>
17 </table>
18 </body>
19 </html>