Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyMethodParameterCount.html
blobcfe976428bfe31bb100fce522373cfd278a9fe16
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any instances of methods with too many parameters. Methods with too many parameters
5 can be a good sign that refactoring is necessary. Methods whose signatures are inherited from
6 library classes are ignored by this inspection.
7 <p>
8 Use the field provided below to specify the maximum acceptable number of parameters 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>