Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyConstantConditional.html
blob6495795bf15acfa38072889489bec6655a1d1ce0
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any instances of Groovy conditional expressions of the form
5 <b><font color="#000080">true?<i>result1</i>:<i>result2</i></font></b> or <b><font color="#000080">false?<i>result1</i>:<i>result2</i></font></b>.
6 These expressions sometimes occur as the result of automatic refactorings, and may obviously be simplified.
7 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
8 </html>