blob: 084d5d6f170406886b238e51de7df8885a87b47c [file] [log] [blame]
<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 first checkbox below to ignore simple getters and setters in the method count.
<p>
Use the second checkbox below to ignore methods overriding or implementing a method from a superclass
<p>
</body>
</html>