Inspectopedia
 
2024.3

Method with too many parameters

Warning
Code Style
Last modified: 03 December 2024

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.