diff --git a/pmd/xdocs/similar-projects.xml b/pmd/xdocs/similar-projects.xml index dd97922370..7cc628abc5 100644 --- a/pmd/xdocs/similar-projects.xml +++ b/pmd/xdocs/similar-projects.xml @@ -14,13 +14,12 @@
  • FindBugs - bytecode analyzer, lots of rules, responsive developers
  • 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.
  • +
  • DoctorJ - Written in C++. Uses Lex and YACC. Checks Javadoc, syntax and calculates metrics.
  • Toad - All kinds of stuff from Big Blue.
  • 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.
  • -
  • JNP - Nifty research project, uses JJTree/JavaCC. Web site is frequently down.
  • 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!
  • +
  • FindBugs - works on bytecode, uses BCEL. Source code uses templates, nifty stuff!