Code Analyzers
Sort by:Popular

JDepend
Last Release on Nov 8, 2005

Relocated → guru.nidi » jdepend
JavaNCSS is a simple command line utility which measures two standard source code metrics for the Java programming language. The metrics are collected globally, for each class and/or for each function.
Last Release on Jul 31, 2014
dependency analysis for specs2
Last Release on Feb 9, 2014
JDiff
Last Release on Nov 8, 2005
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
Last Release on May 9, 2009

16.PMD41 usages

pmd » pmd BSD

<p>PMD scans Java source code and looks for potential problems like:</p> <ul> <li>Possible bugs - empty try/catch/finally/switch statements</li> <li>Dead code - unused local variables, parameters and private methods</li> <li>Suboptimal code - ...
Last Release on Nov 11, 2011

Relocated → net.sourceforge.pmd » pmd
The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or ...
Last Release on Aug 1, 2013
Findbugs: Because it's easy!
Last Release on May 20, 2010

Findbugs: Because it's easy!
Last Release on Jun 21, 2006

Clirr is a tool that checks Java libraries for binary compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public api.
Last Release on Feb 12, 2006