mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
11 lines
400 B
HTML
11 lines
400 B
HTML
<html>
|
|
<body>
|
|
Reports methods with too many parameters. Method with too many parameters
|
|
is a good sign that refactoring is necessary. Methods whose signatures are inherited from
|
|
library classes are ignored by this inspection.
|
|
<!-- tooltip end -->
|
|
<p>
|
|
Use the <b>Maximum number of parameters:</b> field to specify the maximum acceptable number of parameters a method might have.</p>
|
|
</body>
|
|
</html>
|