Static analysis tool for finding bugs in Java programs
Tool for Java static analysis (FindBugs's successor)
spotbugs
$ spotbugs -textui MyClass.class
$ spotbugs -html -output report.html myapp.jar
$ spotbugs -textui -effort:max build/classes/