Releases: refactorfirst/RefactorFirst
0.4.0 Add Coupling Between Objects ranker and enhance UI, Merged in CSV and JSON reports
The Coupling Between Objects PMD metric has been added as an additional metric, with an additional graph and corresponding table being generated. Highly coupled classes can be difficult to maintain, and knowing which is the highest priority target may be difficult to discern at first glance.
Thank you Contributors!
Thank you @robcor for your CSV Maven goal
Thank you @chriswininger for adding the JSON output Maven goal
Thank you @jkschneider for helping RefactorFirst move from JUnit 4 to JUnit 5
0.3.0 Support Java 17 and Explorer mode in Bubble chart
Java 17 codebase analysis is now supported
Explorer mode is now the default on the generated bubble chart. Zooming and panning is now possible, just like in Google Maps.
Thanks to @ScottBob and @lagooned for their contributions in the Houston JUG mob programming fun!
0.2.0 Add Java 11 Support
Functional Changes
- Java 11 now supported
- Added legend for graph
- Simplified default contents of metrics table
- Added "showDetails" property that includes God Class details useful to researchers when set to true (false by default)
- Improved number formatting
- Logging improvements
Non-Functional Changes
- Removed use of Velocity to avoid CVE-2020-13936
- Removed use of commons-lang3
Bug fixes:
- Displaying meaningful message when no Git repository is present
- Displaying meaningful message when no God classes are present
Note: This Maven plugin no longer runs as part of the Maven Site lifecycle due to the removal of Velocity use
A sincere thank you to these individuals for code contributions, feature and bug submissions, and PMD version upgrade help:
@aravindparappil46, @henri-tremblay, @milindbangar79, @manouti, @santoshm1188, @lilian-benoit, and @oowekyala
Fix two critical vulnerabilities and a license issue
Fixed two critical vulnerabilities and excluding Saxon since some corporations may not be comfortable with using the MPL 1.0 license
0.1.0 - Initial proof-of-concept release to Maven Central
Added name and description, updated URL