Skip to content

Commit 1ba9e6a

Browse files
Merge pull request #117 from refactorfirst/move-to-openrewrite
#109 Excluding tests from analysis by default #111 Moved Java parser to OpenRewrite and parsing as many Java language features as I could figure out #114 #132 Maven report now delegates to HtmlReport #124 Displaying map of entire codebase. Excludes unit tests and classes that do not have any incoming or outgoing relationships. #128 Added 3D Force Graph rendering of class map and cycles. #129 #130 Added DSM to identify backward edges. Performing what-if analysis on backward edge removal. #131 Added ability to minify HTML report. Disabled by default.
2 parents 02daec4 + 020b0b5 commit 1ba9e6a

File tree

82 files changed

+4524
-2003
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+4524
-2003
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ The graphs generated in the report will look similar to this one:
1616
![image info](./RefactorFirst_Sample_Report.png)
1717

1818
## Please Note: Java 11 (or newer) required to run RefactorFirst
19-
The change to require Java 11 is needed to address vulnerability CVE-2023-4759 in JGit
2019
**Java 21 codebase analysis is supported!**
20+
The change to require Java 11 is needed to address vulnerability CVE-2023-4759 in JGit
21+
Please use a recent JDK release of the Java version you are using.
22+
If you use an old JDK release of your chosen Java version, you may encounter issues during analysis.
23+
2124

2225
## There are several ways to run the analysis on your codebase:
2326

change-proneness-ranker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.6.3-SNAPSHOT</version>
8+
<version>0.7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.changepronenessranker</groupId>

circular-reference-detector/LICENSE

-201
This file was deleted.

circular-reference-detector/README.md

-10
This file was deleted.

circular-reference-detector/pom.xml

-63
This file was deleted.

circular-reference-detector/src/main/java/org/hjug/app/CircularReferenceDetectorApp.java

-98
This file was deleted.

0 commit comments

Comments
 (0)