FindBugs
From Wikipedia, the free encyclopedia
FindBugs is an open source program which looks for bugs in Java code. It uses static analysis to identify hundreds of different potential errors in Java programs. FindBugs operates on Java bytecode, rather than source code. It includes both a stand alone GUI and an Eclipse plug-in.