Jump to content

FindBugs: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
{{ Infobox Software
{{ Infobox Software
| name = FindBugs
| name = FindBugs
| logo = [[File:Logo FindBugs.png|100px]]
| logo = [[File:Logo FindBugs.png|]]
| screenshot =
| screenshot =
| caption =
| caption =

Revision as of 12:15, 4 May 2009

FindBugs
Stable release
1.3.7 / December 30, 2008 (2008-12-30)
Repository
Written inJava
Operating systemCross-platform
LicenseLesser GNU General Public License
Websitehttp://findbugs.sourceforge.net/

FindBugs is an open source program created by William Pugh which looks for bugs in Java code[1][2]. It uses static analysis[1] [3] to identify hundreds of different potential types of error [1] in Java programs. FindBugs operates on Java bytecode[3] , rather than source code. It includes both a stand alone GUI and an Eclipse plug-in. A Netbeans plug-in is also available.[4]

References