File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
refactor-first-maven-plugin/src/main/java/org/hjug/mavenreport Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class RefactorFirstMavenReport extends AbstractMojo {
5050 " <tr><td><strong>X-Axis:</strong> Effort to refactor to a non-God class</td></tr>\n " +
5151 " <tr><td><strong>Y-Axis:</strong> Relative churn</td></tr>\n " +
5252 " <tr><td><strong>Color:</strong> Rank of what to fix first</td></tr>\n " +
53- " <tr><td><strong>Circle size:</strong> Number of simple non-getter/setter methods</td></tr>\n " +
53+ " <tr><td><strong>Circle size:</strong> Number of non-getter/setter methods</td></tr>\n " +
5454 " </tbody>\n " +
5555 " </table>" +
5656 " <br/>" ;
@@ -228,7 +228,7 @@ public void execute() {
228228 stringBuilder .append (LEGEND );
229229
230230
231- stringBuilder .append ("<h2>God classes by the numbers:</h2>" );
231+ stringBuilder .append ("<h2>God classes by the numbers: (Refactor higher priority classes first) </h2>" );
232232 stringBuilder .append ("<table border=\" 5px\" class=\" table table-striped\" >" );
233233
234234 // Content
You can’t perform that action at this time.
0 commit comments