org.hjug.refactorfirst.graphdatagenerator:graph-data-generator

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

Categories

Categories

Data
GroupId

GroupId

org.hjug.refactorfirst.graphdatagenerator
ArtifactId

ArtifactId

graph-data-generator
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 graph-data-generator

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.hjug.refactorfirst.costbenefitcalculator : cost-benefit-calculator jar 0.3.0
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