Reports constructors with too many parameters. Constructors with too many parameters can be a good sign that refactoring is necessary, e.g. Replace Constructor with Builder.

Use the field below to specify the maximum number of parameters a constructor is allowed to have.

Use the combobox below to specify if the inspection should ignore private, package-private & private or protected, package-private and private constructors