-
PMD Eclipse plugin Version: 3.2.5.v200810131150
The following code created a false DD Error -
String[] dayOfWeek = new String[7];
dayOfWeek[0] = "Sunday";
dayOfWeek[1] = "Monday";
//...
dayOfWeek[0] was initialized only once, but PMD reported that all the above lines had a DD Anomaly.
regards
Conrad Roche.
2009-06-12 00:02:51 UTC in PMD
-
ok. here's the fix for this -
Modify (in the svn repository) AntInstallerSvn / build / installer / antinstall-config-selfextract.xml
Change the attribute defaultValueWin from
defaultValueWin="C:\${env.ProgramFiles}\AntInstaller-@ant.install.version@"
to
defaultValueWin="${env.ProgramFiles}\AntInstaller-@ant.install.version@"
2009-01-22 01:22:13 UTC in AntInstaller
-
Hi,
The default directory pre-populated in the installation jar (for ant-installer) is set to "C:\C:\Program Files\AntInstaller-beta0.8" on Windows XP.
The "C:\" is repeated twice and so it fails to create the folder ...
regards
Conrad.
2009-01-14 01:14:36 UTC in AntInstaller
-
derupe committed patchset 160 of module kaprekar-site to the Kaprekar Series Generator CVS repository, changing 3 files.
2005-03-12 21:15:34 UTC in Kaprekar Series Generator
-
derupe committed patchset 93 of module matra-site to the Matra - an XML DTD Parser CVS repository, changing 3 files.
2005-03-12 21:05:44 UTC in Matra - an XML DTD Parser
-
derupe committed patchset 159 of module kaprekar-site to the Kaprekar Series Generator CVS repository, changing 1 files.
2005-03-08 03:07:31 UTC in Kaprekar Series Generator
-
derupe committed patchset 92 of module matra-site to the Matra - an XML DTD Parser CVS repository, changing 1 files.
2005-03-08 02:46:20 UTC in Matra - an XML DTD Parser
-
derupe committed patchset 91 of module matra-site to the Matra - an XML DTD Parser CVS repository, changing 2 files.
2005-03-08 02:45:19 UTC in Matra - an XML DTD Parser
-
derupe committed patchset 90 of module matra-site to the Matra - an XML DTD Parser CVS repository, changing 1 files.
2005-03-08 02:17:50 UTC in Matra - an XML DTD Parser
-
derupe committed patchset 89 of module matra-site to the Matra - an XML DTD Parser CVS repository, changing 1 files.
2005-01-16 20:24:06 UTC in Matra - an XML DTD Parser