Archive for March, 2006

FindBugs – Find Bugs in Java Programs

Friday, March 3rd, 2006

findbugs is an interesting opensource project doing static bytecode analysis to find bugs in Java programs. Looks very interesting. And here is a scientific paper comparing and empirically evaluating different bug finders for Java.