Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyMultipleReturnPointsPerMethod.html
blobd23ec53dcf2027200219e5855b9d71eba45e432d
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 methods with too many return points. Methods with too
8 many return points
9 may be confusing, and hard to refactor.
10 <p>
11 Use the field provided below to specify the maximum acceptable number of return points a method
12 might have.</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>