mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
12 lines
605 B
HTML
12 lines
605 B
HTML
<html>
|
|
<body>
|
|
Reports classes that are directly or indirectly dependent on too many other classes.
|
|
<p>Modifications to any dependency of such a class 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 transitive dependencies</b> field to specify the maximum allowed number of direct or indirect 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> |