FindBugs – Find Bugs in Java Programs

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.

Leave a Reply