Free tutorials for Java, Eclipse and Web programming



Follow me on twitter

2. Using Findbugs

2.1.  Installation

Use the Eclipse update manager to install Findbugs from the Findbugs update site http://findbugs.cs.umd.edu/eclipse .

2.2. Configuration

After installing findbugs you can activate findbugs for your project via the properties of your project and select FindBugs -> Run FindBugs automatically.

2.3.  Using Findbugs in your projects

To see the Findbugs errors, select Window->Show View -> Other. The Findbugs errors will be displayed in this view.