Skip to search formSkip to main contentSkip to account menu

FindBugs

FindBugs is an open source static code analyser created by Bill Pugh and David Hovemeyer which detects possible bugs in Java programs. Potential… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
Highly Cited
2017
Highly Cited
2017
Several static analysis tools, such as Splint or FindBugs, have been proposed to the software development community to help… 
Highly Cited
2014
Highly Cited
2014
The all-important goal of delivering better software at lower cost has led to a vital, enduring quest for ways to find and remove… 
2014
2014
Static analysis tools such as bug pattern tools are useful to detect bugs early in software development. However, existing tools… 
2013
2013
A software element dened in one place is typically used in many places. When it is changed, all its occurrences may need to be… 
Highly Cited
2011
Highly Cited
2011
Static analysis tools have been widely used to detect potential defects without executing programs. It helps programmers raise… 
Highly Cited
2010
Highly Cited
2010
Garbage collection relieves programmers from the burden of explicit memory management. However, explicit management is still… 
2008
2008
Static analysis examines code in the absence of input data and without running the code, and can detect potential security… 
2006
2006
More than half of all of the vulnerabilities reported can be classified as input manipulation, such as SQL injection, cross site… 
2006
2006
We developed Marmoset, a system that improves the feedback cycle on programming assignments for students, faculty and researchers…