Version 0.6
Copyright © 2008 - 2010 Lars Vogel
02.06.2010
| Revision History | ||
|---|---|---|
| Revision 0.1 | 18.03.2008 | Lars Vogel |
| Created | ||
| Revision 0.2 - 0.5 | 18.05.2008 - 03.08.2009 | Lars Vogel |
| bugfixes and updates | ||
| Revision 0.6 | 02.06.2010 | Lars Vogel |
| updated to latest Findbugs version and Eclipse 3.6 | ||
Table of Contents
Findbugs performs static analysis for the Java byte-code to identify software bugs. By providing early feedback about certain (potential) errors in the coding it helps the developer to quickly identify problems in his coding.
Use the Eclipse update manager to install Findbugs from the Findbugs update site http://findbugs.cs.umd.edu/eclipse .
After installing findbugs you can activate findbugs for your project via the properties of your project and select FindBugs -> Run FindBugs automatically.

Thank you for practicing with this tutorial.
I maintain this tutorial in my private time. If you like the information please help me by using flattr or donating or by
|
Before posting questions, please see the vogella FAQ . If you have questions or find an error in this article please use the www.vogella.de Google Group . I have created a short list how to create good questions which might also help you. .
http://findbugs.sourceforge.net Findbugs Homepage