devcon5io / mutation-analysis-plugin

Plugin for SonarQube to process mutation analysis results.
GNU Lesser General Public License v3.0
30 stars 17 forks source link

Upgraded to java 11 and nio file management #72

Closed adamarmistead closed 3 months ago

adamarmistead commented 1 year ago

Upgrade to junit 5 tests Bumped version of all dependencies Normalized formatting as recommended by SonarLint Fixed Typos, and re-worded a lot of text to normalize verbiage Fixed BOOLEAN_TRUE_RETURN.html having the wrong ID Cleaned up formatting inconsistencies Built/Tested/Verified against SonarQube 8.9.10 (build 61524) Ran SonarLint and resolved all issues not marked TODO

gmuecke commented 3 months ago

Hi @adamarmistead thank you for your contribution, and I appreciate the effort you put into it! There were two minor issues left - one test fails and the pitest plugin requires a java5 plugin dependency, which I'll fix right away. Cheers, Gerald