diff --git a/pmd/project.xml b/pmd/project.xml index 396f543cf7..30de8678fc 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -3,9 +3,9 @@ 3 pmd PMD - 0.2 + 0.3 - Nobody + Tom Copeland/David Dixon-Peugh http://pmd.sourceforge.net/ http://sourceforge.net/sflogo.php?group_id=56262&type=5 @@ -23,7 +23,10 @@ PMD scans Java source code and looks for potential problems:
  • Empty catch blocks
  • Empty 'if' statements
  • Empty 'while' statements
  • +
  • Classes which could be Singletons
  • +
  • Short/long variable and method names
  • 'if..else' statements without curly braces
  • +
  • A bunch of custom rules for Cougaar
  • For a sample result, here's the unused code that PMD found in the JDK 1.4 source code. Yikes!

    You can get the current PMD release from here

    @@ -44,8 +47,13 @@ PMD scans Java source code and looks for potential problems: - 0.1 - 0.1 + 0.3 + 0.3 + pmd_release_0_3 + + + dev + dev HEAD diff --git a/pmd/xdocs/running.xml b/pmd/xdocs/running.xml index 941bb2042e..6d26e57909 100644 --- a/pmd/xdocs/running.xml +++ b/pmd/xdocs/running.xml @@ -11,13 +11,17 @@