Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyPointlessBoolean.html
blobc56ff2f33e58efda64e57cdeacab7ca27be3b614
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 pointless or pointlessly
8 complicated boolean expressions in Groovy code. Such expressions include <b><font
9 color="#000080">and</font></b>ing with true,
10 <b><font color="#000080">or</font></b>ing with false,
11 equality comparison with a boolean literal, or negation of a boolean literal. Such expressions may be
12 the result of automated refactorings
13 not completely followed through to completion, and in any case are unlikely to be what the developer
14 intended to do.
15 </font></td>
16 </tr>
17 <tr>
18 <td height="20"><font face="verdana" size="-2">Powered by InspectorGroovy </font></td>
19 </tr>
20 </table>
21 </body>
22 </html>