IDEA-27188 (too many svn requests)
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyIfStatementWithTooManyBranches.html
blob6c971849613bcbc3a677dd2c6f8340153f948507
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports instances of Groovy <b><font color="#000080">if</font></b> statements with too many branches.
5 Such statements may be confusing, and are often the sign of inadequate levels of design
6 abstraction.
7 <p>
8 Use the field provided below to specify the maximum number of branches expected.
9 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
10 </html>