Dependency issues
- Class with too many dependencies
Reports classes that are directly dependent on too many other classes in the project.
- Class with too many dependents
Reports a class on which too many other classes are directly dependent.
- Class with too many transitive dependencies
Reports classes that are directly or indirectly dependent on too many other classes.
- Class with too many transitive dependents
Reports a class on which too many other classes are directly or indirectly dependent.
- Cyclic class dependency
Reports classes that are mutually or cyclically dependent on other classes.
- Cyclic package dependency
Reports packages that are mutually or cyclically dependent on other packages.
Last modified: 11 September 2024