summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ParametersPerMethod.html
blob: 67d3f8d3eb7bd6b732c10542d7caf5dbf93c1d13 (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 provided below to specify the maximum acceptable number of parameters a method might have.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>