Code Analyzers
1. Acyclic482 usages
com.lihaoyi » acyclicMIT
Acyclic is a Scala compiler plugin that allows you to mark files within a build as acyclic, turning circular dependencies between files into compilation errors.
Last Release on Mar 8, 2025
Findbugs: Because it's easy!
Last Release on Mar 12, 2015
Relocated → com.github.spotbugs »
spotbugs
Checkstyle is a development tool to help programmers write Java code
that adheres to a coding standard
Last Release on Apr 2, 2025
Static analysis tool for Java that catches common programming mistakes at compile-time
Last Release on Apr 18, 2025
7. Checkstyle41 usages
checkstyle » checkstyleLGPL
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
Last Release on May 9, 2009
Relocated → com.puppycrawl.tools »
checkstyle
<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 - wasteful String/StringBuffer usage</li>
<li>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li>
<li>Duplicate code - copied/pasted code means copied/pasted bugs</li>
</ul>
<p>You can <b><a ...
Last Release on Nov 11, 2011
Relocated → net.sourceforge.pmd »
pmd
9. PMD19 usages
net.sourceforge.pmd » pmdBSD
PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables,
empty catch blocks, unnecessary object creation, and so forth. It's mainly concerned with Java and
Apex, but supports 16 other languages. It comes with 400+ built-in rules. It can be
extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees
(AST) and runs rules against them to find violations. Rules can be written in ...
Last Release on Mar 28, 2025
10. Classycle18 usages
org.specs2 » classycleApache
dependency analysis for specs2
Last Release on Feb 9, 2014