From 0a242488f388f4a1a5a5637b51be148b55411126 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Wed, 3 Jul 2002 14:46:01 +0000 Subject: [PATCH] release preps git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@198 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/project.xml | 16 ++++++++++++---- pmd/xdocs/running.xml | 18 +++++++++++------- 2 files changed, 23 insertions(+), 11 deletions(-) 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 @@