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.

Use the field below to specify the maximum number of methods a class is allowed to have.

Use the first checkbox below to ignore simple getters and setters in the method count.

Use the second checkbox below to ignore methods overriding or implementing a method from a superclass