FindBugs is a static analysis tool that finds bugs in Java code. Adding the FindBugs analysis to our Gradle build will make it easy to quickly catch issues in the code.
SpotBugs replaces FindBugs. We'd use SpotBugs instead.