License |
License |
---|---|
GroupId | GroupIdorg.hjug.refactorfirst.costbenefitcalculator |
ArtifactId | ArtifactIdcost-benefit-calculator |
Version | Version0.1.1 |
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.costbenefitcalculator/cost-benefit-calculator/ -->
<dependency>
<groupId>org.hjug.refactorfirst.costbenefitcalculator</groupId>
<artifactId>cost-benefit-calculator</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hjug.refactorfirst.costbenefitcalculator/cost-benefit-calculator/
implementation 'org.hjug.refactorfirst.costbenefitcalculator:cost-benefit-calculator:0.1.1'
// https://jarcasting.com/artifacts/org.hjug.refactorfirst.costbenefitcalculator/cost-benefit-calculator/
implementation ("org.hjug.refactorfirst.costbenefitcalculator:cost-benefit-calculator:0.1.1")
'org.hjug.refactorfirst.costbenefitcalculator:cost-benefit-calculator:jar:0.1.1'
<dependency org="org.hjug.refactorfirst.costbenefitcalculator" name="cost-benefit-calculator" rev="0.1.1">
<artifact name="cost-benefit-calculator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hjug.refactorfirst.costbenefitcalculator', module='cost-benefit-calculator', version='0.1.1')
)
libraryDependencies += "org.hjug.refactorfirst.costbenefitcalculator" % "cost-benefit-calculator" % "0.1.1"
[org.hjug.refactorfirst.costbenefitcalculator/cost-benefit-calculator "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.hjug.refactorfirst.changepronenessranker : change-proneness-ranker | jar | 0.1.1 |
org.hjug.refactorfirst.effortranker : effort-ranker | jar | 0.1.1 |
org.projectlombok : lombok Optional | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.hjug.refactorfirst.testresources : test-resources | jar | 0.1.1 |
junit : junit | jar | 4.13 |
org.mockito : mockito-core | jar | 3.4.4 |