Files
openide/java/java-impl/resources/inspectionDescriptions/MethodCount.html
2025-02-05 04:43:28 +00:00

14 lines
696 B
HTML

<html>
<body>
Reports classes whose number of methods exceeds the specified maximum.
<p>Classes with too many methods are often trying to 'do too much'. Consider splitting such a class into multiple smaller classes.</p>
<!-- tooltip end -->
<p>Configure the inspection:</p>
<ul>
<li>Use the <b>Method count limit</b> field to specify the maximum allowed number of methods in a class.</li>
<li>Use the <b>Ignore simple getter and setter methods</b> option to ignore simple getters and setters in method count.</li>
<li>Use the <b>Ignore methods overriding/implementing a super method</b> to ignore methods that override or implement a method
from a superclass.</li>
</ul>
</body>
</html>