Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyNegatedConditional.html
blob5718e24c041a8d2650d8ceadec55e388ba614128
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 conditional expressions whose conditions are negated.
8 Flipping the order of the conditional expression branches will usually increase the clarity of such
9 statements.
10 </font></td>
11 </tr>
12 <tr>
13 <td height="20"><font face="verdana" size="-2">Powered by InspectorGroovy </font></td>
14 </tr>
15 </table>
16 </body>
17 </html>