| License |
License |
|---|---|
| GroupId | GroupIdorg.hjug.refactorfirst |
| ArtifactId | ArtifactIdrefactor-first |
| Version | Version0.2.0 |
| Type | Typepom |
| Description |
DescriptionRefactorFirst
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| refactor-first-0.2.0.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hjug.refactorfirst/refactor-first/ -->
<dependency>
<groupId>org.hjug.refactorfirst</groupId>
<artifactId>refactor-first</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hjug.refactorfirst/refactor-first/
implementation 'org.hjug.refactorfirst:refactor-first:0.2.0'
// https://jarcasting.com/artifacts/org.hjug.refactorfirst/refactor-first/
implementation ("org.hjug.refactorfirst:refactor-first:0.2.0")
'org.hjug.refactorfirst:refactor-first:pom:0.2.0'
<dependency org="org.hjug.refactorfirst" name="refactor-first" rev="0.2.0">
<artifact name="refactor-first" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hjug.refactorfirst', module='refactor-first', version='0.2.0')
)
libraryDependencies += "org.hjug.refactorfirst" % "refactor-first" % "0.2.0"
[org.hjug.refactorfirst/refactor-first "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 3.4.4 |