summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/MethodCount.html
blob: 471915e3dc85106afe0e163c000d8f2275ee242c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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 provided below to specify the maximum acceptable number of methods
a class might have.
<p>
Use the checkbox below to specify if simple getters and setters should be ignored
in the method count.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>