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

Replace FindBugs with SpotBugs #17

Open
mpeng3 opened this issue Mar 20, 2020 · 0 comments
Open

Replace FindBugs with SpotBugs #17

mpeng3 opened this issue Mar 20, 2020 · 0 comments

Comments

@mpeng3
Copy link
Contributor

mpeng3 commented Mar 20, 2020

Our static analysis plugin is using the version of FindBugs that's bundled with Gradle (prior to version 6). I have found that a project that is using Gradle 6 or greater cannot use this plugin because the FindBugs plugin is no longer there. Additionally, following the guides on FindBugs' page to import it doesn't seem to be enough, as the FindBugsPlugin, FindBugsExtension, and others don't seem to be included in the standard distribution of FindBugs.

Furthermore, FindBugs has now been deprecated in favor of SpotBugs.

Therefore, I believe we should try to migrate away from FindBugs and convert this library to use SpotBugs instead.

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

1 participant