License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.hjug.refactorfirst.plugin |
ArtifactId | ArtifactIdrefactor-first-maven-plugin |
Version | Version0.1.1 |
Type | Typemaven-plugin |
Description |
DescriptionPlugin 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.
|
<plugin>
<groupId>org.hjug.refactorfirst.plugin</groupId>
<artifactId>refactor-first-maven-plugin</artifactId>
<version>0.1.1</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
org.hjug.refactorfirst.graphdatagenerator : graph-data-generator | jar | 0.1.1 |
commons-collections : commons-collections | jar | 3.2.2 |
org.apache.maven.reporting : maven-reporting-impl | jar | 3.0.0 |
org.apache.maven.reporting : maven-reporting-api | jar | 3.0 |
org.apache.maven : maven-plugin-api | jar | 3.5.2 |
org.apache.maven.shared : maven-shared-utils | jar | 3.3.3 |
org.projectlombok : lombok Optional | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 3.4.4 |