From 842d213c8f4aafe890f200a0fbd047c70649d000 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Tue, 12 Jul 2005 11:43:38 +0000 Subject: [PATCH] Oops, moved QALab to open source, thx Wim! git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3695 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/xdocs/similar-projects.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pmd/xdocs/similar-projects.xml b/pmd/xdocs/similar-projects.xml index e00d4be54e..1dc641465a 100644 --- a/pmd/xdocs/similar-projects.xml +++ b/pmd/xdocs/similar-projects.xml @@ -11,8 +11,9 @@
    -
  • JPathFinder - A verification VM written by NASA; supports a subset of the Java packages
  • -
  • Jikes - More than a compiler; now it reports code warnings too
  • +
  • QALab - Aggregates PMD + Checkstyle + FindBugs and tracks problems over time
  • +
  • JPathFinder - A verification VM written by NASA; supports a subset of the Java packages
  • +
  • Jikes - More than a compiler; now it reports code warnings too
  • Hammurapi - Uses ANTLR, excellent documentation, lots of rules
  • ESC/Java - Finds null dereference errors, array bounds errors, type cast errors, and race conditions. Uses Java Modeling Language annotations.
  • FindBugs - works on bytecode, uses BCEL. Source code uses templates, nifty stuff!
  • @@ -26,7 +27,6 @@
      -
    • QALab - Aggregates PMD + Checkstyle + FindBugs and tracks problems over time
    • Lint4J - Lock graph, DFA, and type analysis, many EJB checks
    • JStyle - $995, nice folks, lots of metrics and rules
    • Enerjy Java Code Analyser - 200 rules, lots of IDE plugins