Files
openide/java/java-impl/resources/inspectionDescriptions/CyclicPackageDependency.html
2025-02-05 04:43:28 +00:00

9 lines
345 B
HTML

<html>
<body>
Reports packages that are mutually or cyclically dependent on other packages.
<p>Such cyclic dependencies make code fragile and hard to maintain.</p>
<!-- tooltip end -->
<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>