Open Ravik5 opened 2 years ago
Just compare the diff of generated reports?
Another idea is using -excludeBugs option which uses an existing report as "baseline". Then the newly generated report only contain new bugs detected in the second run. I haven't tried this feature so it may not work as documented.
I use the Jenkins warnings plugin for this purpose. Yes, I run a Jenkins server solely because of the warnings plugin.
Do we have something in gradle -> spotBugs to find newly introduced bugs between two runs of spotBugs ??