FindBugs In Eclipse Tutorial
FindBugs In Eclipse Tutorial explains step by step details of installing and configuring findbugs plugin with eclipse.
What is FindBugs?
How to configure findbugs plugin with eclipse?
FindBugs is a free static source code analysis tool created by David Hovemeyer and Bill Pugh which helps you to find the bugs in your java code and improve the code quality. FindBugs uses static analysis on java code to find the bugs.
FindBugs works on byte code rather than source code, So FindBugs should be run after building the project
FindBugs is available as a small GUI application. Also plug-ins available for Netbeans, IntelliJ IDEA & Eclipse.
Another options are FindBugs maven plugin and FindBugs ant plugin