Free tutorials for Java, Eclipse and Web programming



FindBugs in Eclipse

Lars Vogel

Version 0.5

03.08.2008

Revision History
Revision 0.118.03.2008Lars Vogel
Findbugs
Revision 0.218.05.2008Lars Vogel
Checkstyle
Revision 0.316.07.2009Lars Vogel
updated installation of Findbugs, new screenshots
Revision 0.421.07.2009Lars Vogel
update installation description to checkstyle
Revision 0.503.08.2009Lars Vogel
Own article for Findbugs

Findbugs

This article will describe the usage of the Findbugs plugin for Eclipse.


Table of Contents

1. Findbugs
2. Using Findbugs
2.1. Installation
2.2. Configuration
2.3. Using Findbugs in your projects
3. Thank you
4. Questions and Discussion

1.  Findbugs

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.

/>