MVN

org.hjug.refactorfirst : refactor-first

Maven & Gradle

Jun 26, 2023
456 stars

RefactorFirst · 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.

<dependency>
    <groupId>org.hjug.refactorfirst</groupId>
    <artifactId>refactor-first</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hjug.refactorfirst : refactor-first to add to Maven - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of org.hjug.refactorfirst : refactor-first to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
refactor-first-0.4.0
0.3.x
refactor-first-0.3.0
0.2.x
refactor-first-0.2.0
0.1.x
refactor-first-0.1.1
refactor-first-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.hjug.refactorfirst</groupId>
    <artifactId>refactor-first</artifactId>
    <version>0.4.0</version>
</dependency>