summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ParametersPerMethod.html
blob: 6d6075e05e0311a044c03664b8c1b8842480869e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
Reports methods with too many parameters. Methods with too many parameters
can be 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 field below to specify the maximum number of parameters a method is allowed to have.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>