Files
openide/plugins/groovy/groovy-psi/resources/inspectionDescriptions/GroovyMethodParameterCount.html
Aleksandra Zolushkina 8e3e4b13d6 Proofread Groovy inspections descriptions
GitOrigin-RevId: be5fa9dd54de020987e985a46fca821e34e425ec
2021-06-24 06:55:08 +00:00

11 lines
400 B
HTML

<html>
<body>
Reports methods with too many parameters. Method with too many parameters
is a good sign that refactoring is necessary. Methods whose signatures are inherited from
library classes are ignored by this inspection.
<!-- tooltip end -->
<p>
Use the <b>Maximum number of parameters:</b> field to specify the maximum acceptable number of parameters a method might have.</p>
</body>
</html>