License |
License |
---|---|
GroupId | GroupIdorg.hjug.refactorfirst.changepronenessranker |
ArtifactId | ArtifactIdchange-proneness-ranker |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlugin that identifies God classes in a codebase and suggests which classes should be refactored first.
Generates a graph and a table providing (hopefully) easy to understand guidance.
Can be used via command line, as a build plugin, or as a report plugin.
|
<!-- https://jarcasting.com/artifacts/org.hjug.refactorfirst.changepronenessranker/change-proneness-ranker/ -->
<dependency>
<groupId>org.hjug.refactorfirst.changepronenessranker</groupId>
<artifactId>change-proneness-ranker</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hjug.refactorfirst.changepronenessranker/change-proneness-ranker/
implementation 'org.hjug.refactorfirst.changepronenessranker:change-proneness-ranker:0.3.0'
// https://jarcasting.com/artifacts/org.hjug.refactorfirst.changepronenessranker/change-proneness-ranker/
implementation ("org.hjug.refactorfirst.changepronenessranker:change-proneness-ranker:0.3.0")
'org.hjug.refactorfirst.changepronenessranker:change-proneness-ranker:jar:0.3.0'
<dependency org="org.hjug.refactorfirst.changepronenessranker" name="change-proneness-ranker" rev="0.3.0">
<artifact name="change-proneness-ranker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hjug.refactorfirst.changepronenessranker', module='change-proneness-ranker', version='0.3.0')
)
libraryDependencies += "org.hjug.refactorfirst.changepronenessranker" % "change-proneness-ranker" % "0.3.0"
[org.hjug.refactorfirst.changepronenessranker/change-proneness-ranker "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jgit : org.eclipse.jgit | jar | 5.10.0.202012080955-r |
org.projectlombok : lombok Optional | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.hjug.refactorfirst.testresources : test-resources | jar | 0.3.0 |
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 3.4.4 |