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

10 lines
446 B
HTML

<html>
<body>
Reports classes that don't depend on any other class in their package, depend on classes from another package, and are themselves a dependency
only for classes from this other package.
Consider moving such classes to the package on which they depend.
<!-- 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>