mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
15 lines
353 B
HTML
15 lines
353 B
HTML
<html>
|
|
<body>
|
|
Reports methods that are too long.
|
|
<p>
|
|
Methods that are too long
|
|
may be confusing, and are a good sign that refactoring is necessary.
|
|
</p>
|
|
<!-- tooltip end -->
|
|
<p>
|
|
Use the <b>Maximum statements per method</b> field to specify the maximum acceptable number of non-comment source
|
|
statements a method might have.
|
|
</p>
|
|
</body>
|
|
</html>
|