IDEADEV-41473 (Invoking "Commit Changes" causes IDEA to freeze)
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyOverlyComplexMethod.html
blobc64bdf4831c8f06db8e7febd1556ecbfa2906551
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 methods that have too high a cyclomatic complexity. Cyclomatic
5 complexity is basically a measurement of the number of branching points in a method. Methods with too high
6 a cyclomatic complexity may be confusing and difficult to test.
7 <p>
8 Use the field provided below to specify the maximum acceptable cyclomatic complexity a method might have.
9 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
10 </html>