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

Create baseline to detect diff #348

Closed
tobiasKaminsky opened this issue Sep 23, 2020 · 2 comments · Fixed by #360
Closed

Create baseline to detect diff #348

tobiasKaminsky opened this issue Sep 23, 2020 · 2 comments · Fixed by #360
Labels

Comments

@tobiasKaminsky
Copy link

https://stackoverflow.com/questions/46771417/setup-baseline-for-maven-findbugs

According to spotbugs this is still possible:
https://spotbugs.readthedocs.io/en/latest/running.html

-excludeBugs :
Exclude bugs that are also reported in the baseline xml output.

Do you think this is hard to add?
Otherwise I would like to give it a try

bishiboosh pushed a commit to bishiboosh/spotbugs-gradle-plugin that referenced this issue Oct 12, 2020
KengoTODA pushed a commit that referenced this issue Nov 5, 2020
@github-actions
Copy link

github-actions bot commented Nov 5, 2020

🎉 This issue has been resolved in version 4.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@tobiasKaminsky
Copy link
Author

Hm.
I did this:

  • run spotbugs: 100 results
  • created baseline xml
  • added one "error"
  • run spotbugs html: see 101
  • run spotbugs with baselineFile -> 0
    --> but here I would have expected 1, the one I added on purpose

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

Successfully merging a pull request may close this issue.

1 participant