Skip to content

Commit 12dc751

Browse files
Added permalink to junit4-report.html
1 parent 10b56c1 commit 12dc751

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ View the report at ```target/site/refactor-first-report.html``` in your project.
2020
Full instructions for various usage scenarios are below.
2121
Great effort has been taken to make both the analysis and page rendering times as fast as possible.
2222

23+
Take a look at the [JUnit 4 sample report](https://rawcdn.githack.com/refactorfirst/RefactorFirst/10b56c18463b5aab4487de750a72ea4e09188457/junit4-report.html)!
24+
2325
## Decomposing and Removing Cycles
2426
Cycle analysis is performed with cutting-edge [Directed Feedback Vertex Set](https://dl.acm.org/doi/10.1145/3711669) and [Directed Feedback Arc Set](https://arxiv.org/abs/2208.09234)
2527
algorithms to identify the optimal classes and relationships between classes for removal to get rid of cycles in your codebase.
@@ -37,8 +39,6 @@ The table is sorted by the number of cycles that a relationship exists in and th
3739
- If only one class is bold, the shared functionality should be moved to the non-bold class or classes.
3840
- If neither class or both classes are bold: examine both classes carefully, reassess the responsibilities of the classes and then refactor to remove the relationship. If one or both classes are identified as a disharmony, follow the guidance provided for the disharmony.
3941

40-
Take a look at the [Spring Petclinic REST project sample report](https://rawcdn.githack.com/refactorfirst/RefactorFirst/c46d26211a91ffbe08d4089e04a85ff31eb093c0/spring-petclinic-rest-report.html)!
41-
4242
The graphs generated in the report will look similar to this one:
4343
![image info](./RefactorFirst_Sample_Report.png)
4444

0 commit comments

Comments
 (0)