This post originated from an RSS feed registered with Java Buzz
by Goldy Lukka.
Original Post: FindBugs - Improve the quality of your code
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
FindBugs is a bug pattern detector for java, its a program which looks for bugs in Java code. It is free software, distributed under the terms of the Lesser GNU Public License.
FindBugs requires JRE (or JDK) 1.4.0 or later to run. However, it can analyze programs compiled for any version of Java.
The current version of FindBugs is 0.7.4, released on May 27, 2004.
There is also an article in the IBM developerWorks to get started and use FindBugs efficiently.