Inspectopedia Help

Dependency issues

Class with too many dependencies   New in this release

Reports classes that are directly dependent on too many other classes in the project.

Class with too many dependents   New in this release

Reports a class on which too many other classes are directly dependent.

Class with too many transitive dependencies   New in this release

Reports classes that are directly or indirectly dependent on too many other classes.

Class with too many transitive dependents   New in this release

Reports a class on which too many other classes are directly or indirectly dependent.

Cyclic class dependency   New in this release

Reports classes that are mutually or cyclically dependent on other classes.

Cyclic package dependency   New in this release

Reports packages that are mutually or cyclically dependent on other packages.

Last modified: 11 September 2024