FindBugs
FindBugs is an open-source static code analyser created by Bill Pugh and David Hovemeyer which detects possible bugs in Java programs.[2][3] Potential errors are classified in four ranks: (i) scariest, (ii) scary, (iii) troubling and (iv) of concern. This is a hint to the developer about their possible impact or severity.[4] FindBugs operates on Java bytecode, rather than source code. The software is distributed as a stand-alone GUI application. There are also plug-ins available for Eclipse,[5] NetBeans,[6] IntelliJ IDEA,[7][8][9] Gradle, Hudson,[10] Maven,[11] Bamboo[12] and Jenkins.[13]
Developer(s) | Bill Pugh and David Hovemeyer |
---|---|
Initial release | 10 June 2006[1] |
Stable release | 3.0.1
/ March 6, 2015 |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | Static code analysis |
License | Lesser GNU General Public License |
Website | findbugs |
Additional rule sets can be plugged in FindBugs to increase the set of checks performed.[14]
A successor to FindBugs, called SpotBugs, has been created.[15]
References
- "FindBugs 1.0.0 release date".
- "FindBugs, Part 1: Improve the quality of your code".
- "FindBugs, Part 2: Writing custom detectors".
- Markus, Sprunck. "Findbugs – Static Code Analysis of Java". Retrieved April 24, 2013.
- "FindBugs Downloads".
- "Static Code Analysis in the NetBeans IDE Java Editor".
- idea-findbugs plug-in
- "Google Project Hosting".
- "QAPlug – quality assurance plugin".
- "FindBugs Plugin". Archived from the original on 2013-01-29. Retrieved 2010-03-22.
- https://gleclaire.github.io/findbugs-maven-plugin/
- View FindBugs
- https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin
- "fb-contrib™: A FindBugs™ auxiliary detector plugin".
- "SpotBugs 3.1.0 release date".
External links
- Official website
- Manual
- List of bug patterns
- fb-contrib: additional bug detectors for FindBugs
- FindSecurityBugs: additional security-oriented bug detectors for FindBugs
- FindBugs-IDEA – The FindBugs Plugin for IntelliJ IDEA