org.hjug.refactorfirst.plugin:refactor-first-maven-plugin

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

Maven Build Tools
GroupId

GroupId

org.hjug.refactorfirst.plugin
ArtifactId

ArtifactId

refactor-first-maven-plugin
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

maven-plugin
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 refactor-first-maven-plugin

How to add to project

<plugin>
    <groupId>org.hjug.refactorfirst.plugin</groupId>
    <artifactId>refactor-first-maven-plugin</artifactId>
    <version>0.3.0</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
org.hjug.refactorfirst.graphdatagenerator : graph-data-generator jar 0.3.0
org.apache.maven : maven-core jar 3.8.2
org.projectlombok : lombok Optional jar 1.18.12

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.1

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