summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/MethodCount.html
blob: 28724c52181d6dfebb59f1484e0ca4261a182c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
Reports any classes with too many methods. Classes with
a large number of methods are often trying to 'do too much', and may need to be
refactored into multiple smaller classes.
<!-- tooltip end -->
<p>
Use the field below to specify the maximum number of methods a class is allowed to have.
<p>
Use the checkbox below to specify that simple getters and setters should be ignored in the method count.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>