We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9971a commit 1cc3763Copy full SHA for 1cc3763
README.md
@@ -8,7 +8,7 @@ This tool for Java codebases will help you identify what you should refactor fir
8
It scans your Git repository and runs:
9
- PMD's God Class Rule
10
- PMD's Coupling Between Objects
11
-- Performs cycle analysis based on source code using [JavaParser](https://javaparser.org/) and [JGraphT](https://jgrapht.org/)
+- Cycle analysis on your source code using [JavaParser](https://javaparser.org/) and [JGraphT](https://jgrapht.org/)
12
13
Cycle analysis is performed based on class field types and method signature types at this time (more to come!).
14
0 commit comments