Description
I couldn't figure out how to run findbugs against Oozie. And even if it does work, it looks like it's just going to create an XML file.
Based on some minor refactoring to this tutorial and this stack overflow message, I was able to improve our findbugs reporting. Now, when you run mvn verify (which we use to generate a checkstyle report), it will also run findbugs and transform the resulting XML files into html files that are human readable.
The hard part here will be actually going through the reports and fixing these bugs; but that's for other JIRAs
Attachments
Attachments
Issue Links
- is duplicated by
-
OOZIE-1213 Missing version number for clover and findbugs plugins causes maven build WARNING
- Resolved
- is required by
-
OOZIE-2671 Update test-patch to run findbugs
- Resolved
- relates to
-
OOZIE-1987 Fix existing findbugs warnings
- Open
-
OOZIE-1986 Add FindBugs report to pre-commit build
- Closed