org.hjug.refactorfirst.testresources:test-resources

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.testresources
ArtifactId

ArtifactId

test-resources
Last Version

Last Version

0.3.0
Release Date

Release Date

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 test-resources

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.12

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.mockito : mockito-core jar 3.4.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0
0.1.1
0.1.0