Posted on 29-02-2008
Filed Under (documentation) by Linux Poweruser Programmer

Using Static Analysis For Defect Detection
Google engEDU
1 hr 3 min – Jul 6, 2006

Google TechTalks
July 6, 2006

William Pugh


I’ll talk about some of my experience in using and expanding static analysis tools for defect detection. The FindBugs tool developed at the Univ. of Maryland is now being widely used, including inside Google.

I’ll give an overview of FindBugs, show some of the kinds of errors we routinely find in production code, discuss the methodology we use for enhancing and expanding FindBugs and some of the recent additions to it, discuss ways of incorporating FindBugs into your process (such as being able to get a report of all the warnings introduced since the last release of your ), and talk about the future of static analysis, including things such as a new JSR to provide standard annotations for things such as @NonNull and @Tainted. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , ,
(0) Comments    Read More