FindBugs
From Wikipedia, the free encyclopedia
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 errors[1] in Java programs. FindBugs operates on Java bytecode,[3] rather than source code. The software is distributed as a stand-alone GUI application. There are also plug-ins available for Eclipse, Netbeans [4], and IntelliJ IDEA[5][6][7]
[edit] References
- ^ a b c FindBugs, Part 1: Improve the quality of your code
- ^ FindBugs, Part 2: Writing custom detectors
- ^ a b Static Code Analysis
- ^ Netbeans plug-in
- ^ idea-findbugs plug-in
- ^ FindBugs-IDEA plug-in
- ^ QAPlug-FindBugs plug-in
[edit] External links
| This programming tool-related article is a stub. You can help Wikipedia by expanding it. |