data-prepper icon indicating copy to clipboard operation
data-prepper copied to clipboard

Add SpotBugs to the Data Prepper Gradle Build

Open graytaylor0 opened this issue 4 years ago • 1 comments

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.

graytaylor0 avatar Feb 14 '22 21:02 graytaylor0

SpotBugs replaces FindBugs. We'd use SpotBugs instead.

dlvenable avatar Apr 19 '22 20:04 dlvenable