Maven FindBugs Plug-in

FindBugs is a program to find bugs in Java programs. It looks for instances of "bug patterns" --- code instances that are likely to be errors.

The plugin executes the FindBugs program against your code and generates a report similar to CheckStyle.

Currently this report is display in the console window, but will ultimately be integrated into the site.