FindBugs (as a project) is dead, but development continues under a new name: SpotBugs.
To get latest greatest SpotBugs plugin for Eclipse 4.6 and 4.7, please go to SpotBugs Eclipse plugin.
This listing is still there for old Eclipse versions < 4.6.
Categories: IDE, Source Code Analyzer, Tools
Tags: java, quality, bugs, analysis, defects, findbugs, static analysis, test, Favorite, sdlc, Development, debug
Additional Details
Eclipse Versions: Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: The University of Maryland
Development Status: Production/Stable
Date Created: Sunday, December 27, 2009 - 10:29
License: LGPL
Date Updated: Wednesday, December 14, 2022 - 09:47
Submitted by: Andrey Loskutov
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 64/598 | 230 | 1 |
September 2024 | 60/642 | 551 | 7 |
August 2024 | 66/641 | 402 | 9 |
July 2024 | 60/663 | 503 | 13 |
June 2024 | 66/681 | 528 | 16 |
May 2024 | 64/682 | 615 | 15 |
April 2024 | 54/687 | 756 | 10 |
March 2024 | 66/694 | 681 | 16 |
February 2024 | 75/687 | 485 | 17 |
January 2024 | 81/691 | 492 | 18 |
December 2023 | 61/671 | 628 | 6 |
November 2023 | 73/686 | 700 | 19 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 10
Reviews Add new review
Not working
Submitted by RK Singh on Fri, 07/13/2018 - 16:52
I am getting error
Unable to read repository at
I have difficulties
Submitted by Georgios Stathis on Mon, 09/25/2017 - 07:16
I have difficulties installing it from the Eclipse Marketplace. The referenced URL at "andrei.gmxhome.de" seems not to work currently
Re: I have difficulties
Submitted by Andrea La Rosa on Tue, 10/31/2017 - 14:50
In reply to I have difficulties by Georgios Stathis
<p>Same problem seem like <br />
The following solutions are not available: FindBugs Eclipse Plugin 3.0.2 (id=edu.umd.cs.findbugs.plugin.eclipse.feature.group, site=http: //andrei.gmxhome.de/eclipse)<br />
</p>
<p> </p>
Re: Re: I have difficulties
Submitted by Andrey Loskutov on Wed, 11/01/2017 - 14:09
In reply to Re: I have difficulties by Andrea La Rosa
I've removed the 3.0.2 version from update site, it is now superceeded by https://marketplace.eclipse.org/content/spotbugs-eclipse-plugin
Abadonded?
Submitted by daddy 32 on Tue, 02/09/2016 - 04:12
The webpage nor update site are not accessible.
"No repository found at ..."
Not sure which update site do
Submitted by Andrey Loskutov on Tue, 02/09/2016 - 17:22
In reply to Abadonded? by daddy 32
Not sure which update site do you mean, but not, the plugin is not abandoned and the official update site is OK for me.
Great to hear that!
Submitted by daddy 32 on Wed, 02/10/2016 - 10:41
In reply to Not sure which update site do by Andrey Loskutov
It seems to have been a temporary issue with cs umd edu site - now everything's OK!
(couldn't post url in comment).
Tool to find out missing strings in eclipse RCP plugins
Submitted by Mohamamd Hasan Khan on Thu, 08/06/2015 - 04:27
Tool to find out missing strings in eclipse RCP plugins for example a tool "lint" used in Android.
FindBugs is EVERYWHERE
Submitted by Eric Weimer on Sat, 07/05/2014 - 04:02
Findbugs has become ubiquitous in Java shops.
Not only is it is run on Java itself, it is used by small startups through large corporations.
It's free and effective. It won't find every bug, but the bugs it finds are all real bugs. EVERY Java shop should be running Findbugs.
Obviously some bugs can exist for years and never cause a problem. If Findbugs identifies thousands of issues, create a plan to identify the top priority defects. That is, the ones the cost the company the most money.
Short pligin demo on YoTube
Submitted by Andrey Loskutov on Sun, 02/17/2013 - 12:13
I've just added 5 minutes demo of the 2.0.3 plugin version
outstanding tool
Submitted by Gilberto Munoz on Tue, 10/16/2012 - 10:56
One of the best out there!
Very useful plugin. Thanks !
Submitted by Nandan Tadahal on Thu, 03/29/2012 - 16:24
Very useful plugin. Thanks !
A must have tool for every Java developer
Submitted by Andrey Loskutov on Mon, 01/18/2010 - 14:44
You use JUnit to test your code? You perform code reviews?
If yes, then here is the tool which will find test failures and review issues even before you build your application - just as you type. If not, here is the tool which (in few minutes) will give you the proof, that your code is not worth to be deployed at all, and a good reason to start testing your application and to review your code.
FindBugs works similar to the Java compiler: as soon as you hit CTRL+S, Eclipse will compile the code and start incremental bug analysis. FindBugs can find an amazing number of different bug patterns, which are sometimes hard to debug or to reproduce. FindBugs has a very small number of false positives. Even if you think that the code will never run in the highlighted issue, in many cases the tool open your eyes on "dirty" places in your code.
FindBugs is valuable for both beginner and experienced programmers. If you just start to write Java applications, the tool will help you to learn better programming practices by explaining you the reasons why the code should be written in a different way. FindBugs helps experienced developers to keep the code clean and to review other's code by simply running the analysis over the Java projects.
FindBugs uses unique bytecode scanning techniques to analyze compiled Java code. In most cases the critical and medium severity bugs found by FindBugs are real, serious programming errors, and not just coding style issues. This is the main differentiator to other similar tools like PMD and Checkstyle (both are source-code analyzer).
I cannot imagine to seriously develop Java software without FindBugs Eclipse plugin anymore. For those who knows Ant and Hudson: of course, they also have plugins for FindBugs, so that you can use same tool as in your IDE to analyze your software during automated tests.
Short video demo for FindBugs Eclipse plugin (2.0.0 version)
Submitted by Andrey Loskutov on Sat, 03/03/2012 - 07:52
In reply to A must have tool for every Java developer by Andrey Loskutov
Watch on Google+ or
on Youtube.