mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 14:30:49 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
14 lines
696 B
HTML
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> |