-
Notifications
You must be signed in to change notification settings - Fork 755
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
Adopt spotbugs instead of findbugs #4971
Adopt spotbugs instead of findbugs #4971
Conversation
…t, anyway need this to get the build successful
Resolving conflictsh for MessagesBundle.properties that involve sprintf changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit messages are not according to following guidelines.
https://chris.beams.io/posts/git-commit/
Please reword.
BTW I've rebased my local master branch to upstream master. Not sure why the merged changes also showing up in this. |
@Chintana, Commits related to sprintf are not according to standard. If that the case, you may have to cherrypick your commits and send a new PR. |
Cool. New PR #5009 |
Closing this PR since New PR is #5009 |
Spotbugs support (cherry picking commits, previously #4971)
Purpose
Findbugs is dead - https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2016-November/004321.html. Also there's no JDK 9 compatible version for findbugs - findbugsproject/findbugs#105.
Goals
Switch codebase to use spotbugs - https://spotbugs.github.io/spotbugs-maven-plugin/