FindBugs
Sign in to saveFindBugs is an open-source static code analyzer created by Bill Pugh and David Hovemeyer which detects possible bugs in Java programs. 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. 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, NetBeans, IntelliJ IDEA, Gradle, Hudson, Maven, Bamboo and Jenkins.
Wikidata facts
- Developer
- William Pugh
- Platform
- Java virtual machine
- Official website
- findbugs.sourceforge.net
- Has use
- static program analysis
Show 3 more facts
- software version identifier
- 3.0.1
- programmed in
- Java
- source code repository URL
- github.com/findbugsproject/findbugs
Sources (7)
via Wikidata · CC0
~2 min read
Encyclopedic overview
6 sectionsContents
- See also
- External links
- SpotBugs
- Applications
- External links
- References
FindBugs is an open-source static code analyzer created by Bill Pugh and David Hovemeyer which detects possible bugs in Java programs. 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. 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, NetBeans, IntelliJ IDEA, Gradle, Hudson, Maven, Bamboo and Jenkins.
Additional rule sets can be plugged in FindBugs to increase the set of checks performed.
Excerpted from Wikipedia’s “FindBugs” article, available under the CC BY-SA 4.0 licence.