We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839bea7 commit 2ddb71fCopy full SHA for 2ddb71f
pom.xml
@@ -9,7 +9,14 @@
9
<version>0.1.0-SNAPSHOT</version>
10
<packaging>pom</packaging>
11
12
- <url>https://github.com/jimbethancourt/disharmony-ranker</url>
+ <url>https://github.com/jimbethancourt/RefactorFirst</url>
13
+
14
+ <name>RefactorFirst</name>
15
+ <description>
16
+ Plugin that identifies God classes in a codebase and suggests which classes should be refactored first.
17
+ Generates a graph and a table providing (hopefully) easy to understand guidance.
18
+ Can be used via command line, as a build plugin, or as a report plugin.
19
+ </description>
20
21
<licenses>
22
<license>
0 commit comments