is not current version
Last Version 0.3.0

org.hjug.refactorfirst.effortranker:effort-ranker 0.1.1

Plugin 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.

License

License

GroupId

GroupId

org.hjug.refactorfirst.effortranker
ArtifactId

ArtifactId

effort-ranker
Version

Version

0.1.1
Type

Type

jar
Description

Description

Plugin 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.

Download effort-ranker 0.1.1


<!-- https://jarcasting.com/artifacts/org.hjug.refactorfirst.effortranker/effort-ranker/ -->
<dependency>
    <groupId>org.hjug.refactorfirst.effortranker</groupId>
    <artifactId>effort-ranker</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hjug.refactorfirst.effortranker/effort-ranker/
implementation 'org.hjug.refactorfirst.effortranker:effort-ranker:0.1.1'
// https://jarcasting.com/artifacts/org.hjug.refactorfirst.effortranker/effort-ranker/
implementation ("org.hjug.refactorfirst.effortranker:effort-ranker:0.1.1")
'org.hjug.refactorfirst.effortranker:effort-ranker:jar:0.1.1'
<dependency org="org.hjug.refactorfirst.effortranker" name="effort-ranker" rev="0.1.1">
  <artifact name="effort-ranker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hjug.refactorfirst.effortranker', module='effort-ranker', version='0.1.1')
)
libraryDependencies += "org.hjug.refactorfirst.effortranker" % "effort-ranker" % "0.1.1"
[org.hjug.refactorfirst.effortranker/effort-ranker "0.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
net.sourceforge.pmd : pmd-java jar 5.8.1
org.projectlombok : lombok Optional jar 1.18.12

test (3)

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

Project Modules

There are no modules declared in this project.