-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix findbugs and activate in Travis #3
Comments
See also https://trello.com/c/UP6SA0d3/31-findbugs-301 and https://trello.com/c/eKY4jQVH/180-findbugs-evaluate-spotbugs. The current version of Many of the bugs noted above would be ignored by https://github.com/openmicroscopy/bioformats/blob/develop/excludebugs.xml. Before going too far with this, it might be worth discussing to what extent we want to have unified exclude rules for all repositories. |
Considering how old findbugs is (latest release was in 06 March 2015) if |
Spotbugs would be one option, as it's a continuation of Findbugs. Adding this to the
Omitting the |
Follow-up task of #1, activating
mvn findbugs:check
in Travis requires to fix 30 bugs in the code baseThe text was updated successfully, but these errors were encountered: