Cyclic
A dependency cycle occurs when a class depends on itself through its dependencies.
This situation violates the acyclic dependencies principle and can indicate poor design, leading to a group of components that are difficult to maintain and evolve.
First analysis
This command detects cyclic dependencies in the specified path.
Note
To obtain accurate results, it is crucial to analyze your entire codebase. If you perform a partial analysis, some nodes may appear incomplete.
Filtering results
To display only a list of namespaces, use the --only=
option.
To exclude a list of namespaces, use the --exclude=
option.