From 4ad63f56d36fc00f172e1ff0b2cd517ee10e7757 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Wed, 21 Apr 2004 20:11:08 +0000 Subject: [PATCH] Oops, removed duplicate copy of FindBugs git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2651 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/xdocs/similar-projects.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pmd/xdocs/similar-projects.xml b/pmd/xdocs/similar-projects.xml index 7cc628abc5..9cd38cef6f 100644 --- a/pmd/xdocs/similar-projects.xml +++ b/pmd/xdocs/similar-projects.xml @@ -11,7 +11,7 @@
    -
  • FindBugs - bytecode analyzer, lots of rules, responsive developers
  • +
  • FindBugs - works on bytecode, uses BCEL. Source code uses templates, nifty stuff!
  • Jamit - bytecode analyzer, nice graphs
  • JWiz - Research project, checks some neat stuff, like if you create a Button without adding an ActionListener to it. Neat.
  • DoctorJ - Written in C++. Uses Lex and YACC. Checks Javadoc, syntax and calculates metrics.
  • @@ -19,7 +19,6 @@
  • JLint - Written in C++. Uses data flow analysis and a lock graph to do lots of synchronization checks. Operates on class files, not source code.
  • Checkstyle - Very detailed, supports both Maven and Ant. Uses ANTLR.
  • JCSC - Does a variety of coding standard checks, uses JavaCC and the GNU Regexp package.
  • -
  • FindBugs - works on bytecode, uses BCEL. Source code uses templates, nifty stuff!