Listings Owned by Andrey Loskutov

FindBugs Eclipse plugin

Marketplace Listing: FindBugs Eclipse Plugin

Product URL: http://findbugs.sourceforge.net/index.html

FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses of the Java libraries and deadlocks. FindBugs can identify hundreds of serious defects in large applications (typically about 1 defect per 1000-2000 lines of non-commenting source statements).


Stephan Herrmann

Stefan did a great job contributing "Nullness" analysis feature to the Eclipse Java compiler.

See his first comment on the main bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=186342#c33

and the result in Eclipse 3.8 M4:
http://download.eclipse.org/eclipse/downloads/drops4/S-4.2M4-20111209210...

http://eclipseandjazz.blogspot.com/2011/12/inter-procedural-null-analysi...

I think this is a great new feature for every Java developer using Eclipse.