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 020f87c commit fa9db78Copy full SHA for fa9db78
README.md
@@ -68,6 +68,7 @@ If you find this plugin useful, please star this repository and share with your
68
* Move from JUnit 4 to Junit 5. Junit 5 is lacking the support for temporary files that JUnit 4 provides.
69
* Use Maven's Guice to autowire dependencies.
70
* Add a Gradle plugin.
71
+* Incorporate Unit Test coverage metrics to quickly identify the safety of refactoring a God class.
72
* Incorporate bug counts per God class to the Impact (Y-Axis) calculation.
73
* Incorporate more disharmonies from Object Oriented Metrics In Practice (Lanza and Marinescu, 2004).
74
* Support Java 11
0 commit comments