Back to Intellij Community

GroovyMethodParameterCount

plugins/groovy/groovy-psi/resources/inspectionDescriptions/GroovyMethodParameterCount.html

2025.3-rc-2336 B
Original Source

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.

Use the Maximum number of parameters: field to specify the maximum acceptable number of parameters a method might have.