findbugs

Static java code analyzer to find bugs
  http://findbugs.sourceforge.net
  0
  no reviews



FindBugs is a program which uses static analysis to look for bugs in Java code. It can analyze programs compiled for any version of Java, from 1.0 to 1.8.

FindBugs provides both GUI and command line interfaces and supports many bug patterns.