Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle : how to find newly introduced bugs between two runs of spotBugs?? #680

Open
Ravik5 opened this issue Jan 27, 2022 · 2 comments
Open

Comments

@Ravik5
Copy link

Ravik5 commented Jan 27, 2022

Do we have something in gradle -> spotBugs to find newly introduced bugs between two runs of spotBugs ??

@Ravik5 Ravik5 changed the title Gradle maxAllowedViolations Gradle : how to find newly introduced bugs between two runs of spotBugs?? Jan 27, 2022
@KengoTODA
Copy link
Member

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.

@matthiaskraaz
Copy link

I use the Jenkins warnings plugin for this purpose. Yes, I run a Jenkins server solely because of the warnings plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants