Skip to content

Commit 8757a3b

Browse files
Moved copy
1 parent 0143ef6 commit 8757a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ The graph generated in the report will look similar to this one:
66

77
## There are several ways to run the analysis on your codebase:
88

9-
Once the plugin is finished executing (it may take a while for large / old codebases), open the file **target/site/refactor-first-report.html** in the root of the project. It will contain a graph similar to the one above, and a table that lists God classes as well as the recommended order they should be refactored in. The classes you should refactor first are at the top.
10-
119
### From The Command Line
1210
Run the following command from the root of your project (the source code does not need to be built):
1311

@@ -47,6 +45,8 @@ Add the following to your project in the reports section:
4745
</reporting>
4846
```
4947

48+
Once the plugin is finished executing (it may take a while for large / old codebases), open the file **target/site/refactor-first-report.html** in the root of the project. It will contain a graph similar to the one above, and a table that lists God classes as well as the recommended order they should be refactored in. The classes you should refactor first are at the top.
49+
5050
This plugin will work on both single module and multi-module Maven projects.
5151

5252
This tool is based on the paper **[Prioritizing Design Debt Investment Opportunities](https://dl.acm.org/doi/10.1145/1985362.1985372)** by Nico Zazworka, Carolyn Seaman, and Forrest Shull

0 commit comments

Comments
 (0)