Skip to content

Commit 7382929

Browse files
Updated text
1 parent fbf58a3 commit 7382929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

refactor-first-maven-plugin/src/main/java/org/hjug/mavenreport/RefactorFirstMavenReport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)