From 1664005b21cc068575218d2082c299016914252a Mon Sep 17 00:00:00 2001 From: Allan Caplan Date: Thu, 14 Dec 2006 02:46:17 +0000 Subject: [PATCH] Applied patch 1613674 - Support classpaths with spaces in pmd.bat git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4877 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/bin/pmd.bat | 4 +++- pmd/etc/changelog.txt | 1 + pmd/xdocs/credits.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pmd/bin/pmd.bat b/pmd/bin/pmd.bat index f8a397a7ac..68f511976c 100755 --- a/pmd/bin/pmd.bat +++ b/pmd/bin/pmd.bat @@ -1,2 +1,4 @@ @echo off -java -cp %~dp0\..\lib\pmd-3.8.jar;%~dp0\..\lib\jaxen-1.1-beta-10.jar;%~dp0\..\lib\asm-3.0.jar;%~dp0\..\lib\backport-util-concurrent.jar;%~dp0\..\lib\backport-util-concurrent.jar;%CLASSPATH% net.sourceforge.pmd.PMD %* +java -cp "%~dp0\..\lib\pmd-3.8.jar;%~dp0\..\lib\jaxen-1.1-beta-10.jar;%~dp0\..\lib\asm-3.0.jar;%~dp0\..\lib\backport-util-concurrent.jar;%~dp0\..\lib\backport-util-concurrent.jar;%CLASSPATH%" net.sourceforge.pmd.PMD %* + + diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index 0ec26328cf..33da2a8a24 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -25,6 +25,7 @@ Applied patch 1551189 - SingularField false + for initialization blocks Applied patch 1573981 - false + in CloneMethodMustImplementCloneable Applied patch 1574988 - false + in OverrideBothEqualsAndHashcode Applied patch 1583167 - Better test code management. Internal JUnits can now be written in XML's +Applied patch 1613674 - Support classpaths with spaces in pmd.bat Implemented RFE 1566313 - Command Line now takes minimumpriority attribute to filter out rulesets PMD now requires JDK 1.4 to run - PMD will still analyze code from earlier JDKs diff --git a/pmd/xdocs/credits.xml b/pmd/xdocs/credits.xml index 930af4e18e..80fe3cec78 100644 --- a/pmd/xdocs/credits.xml +++ b/pmd/xdocs/credits.xml @@ -63,7 +63,7 @@
  • piair - Implemented StringBufferInstantiationWithChar, AvoidUsingOctalValues
  • Christopher Eagan - Reported bug in VariableNamingConventions
  • Fabio Insaccanebbia - Improvement for UseArraysAsList, UnusedNullCheckInEquals, MisplacedNullCheck, UselessOperationOnImmutable, AvoidArrayLoops, UseArraysAsList, AvoidConstantsInterface, AvoidDecimalLiteralsInBigDecimalConstructor, ClassCastExceptionWithToArray, BigIntegerInstantiation
  • -
  • Ryan Gustafson - Patch to fix bug in AvoidDecimalLiteralsInBigDecimalConstructor, patch to add "ref" overrides to RuleSetFactory, patch to fix JDK 1.3 incompatibilities in PMD 2.0
  • +
  • Ryan Gustafson - Patch to fix bug in AvoidDecimalLiteralsInBigDecimalConstructor, patch to add "ref" overrides to RuleSetFactory, patch to fix JDK 1.3 incompatibilities in PMD 2.0, patch to support classpaths with spaces in pmd.bat
  • Stefan Seidel - Reported JDK 1.5 parsing bug
  • Aaron Optimizer Digulla - Tweaks to pmd.bat
  • Peter Van de Voorde - Rewrote the 'create rule XML' functionality in the designer utility