summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ParametersPerConstructor.html
blob: 226c8ea0b00235db7b127b5031b52d3ef1f7c587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
Reports constructors with too many parameters. Constructors
with too many parameters can be a good sign that refactoring is necessary.
<!-- tooltip end -->
<p>
Use the field provided below to specify the maximum acceptable number of parameters a constructor might have.
<p>
Use the combobox below to specify if the inspection should ignore private, package local & private or protected, package local and
private constructors
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>