mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
11 lines
575 B
HTML
11 lines
575 B
HTML
<html>
|
|
<body>
|
|
Reports classes that are directly dependent on too many other classes in the project.
|
|
<p>Modifications to any dependency of such classes may require changing the class, thus making it prone to instability.</p>
|
|
<p>Only top-level classes are reported.</p>
|
|
<!-- tooltip end -->
|
|
<p>Use the <b>Maximum number of dependencies</b> field to specify the maximum allowed number of dependencies for a class.</p>
|
|
<p>Available only from <b>Code | Inspect Code</b> or
|
|
<b>Code | Analyze Code | Run Inspection by Name</b> and isn't reported in the editor.</p>
|
|
</body>
|
|
</html> |