- 23 Mar, 2018 1 commit
-
-
John Zhang authored
-
- 31 Jan, 2018 1 commit
-
-
John Zhang authored
-
- 29 Jan, 2018 5 commits
-
-
John Zhang authored
There is a bug in PMD, see https://github.com/pmd/pmd/issues/872 This is likely properly fixed in 6.1.0. But for 5.7.0, this custom fix should work in DaCapo's case.
-
John Zhang authored
- changed checking from stderr to stdout; - updated checksum; - use `braces.xml` and `text` format to produce some output on the `xsmall` size; - patch a problematic code in PMD `AbstractRenderer.java` which closes output stream after flushing. This causes null pointer error when DaCapo tries to close TeePrintStream again.
-
John Zhang authored
`build.xml`: - add library dependency -- saxon; - skip testing when building PMD so to build faster; - correct inclusion paths for Java source files and rulesets; `pmd.cnf`: - update version and website - update rule set paths and remove non existing rule sets: - favorites.xml - newrules.xml - scratchpad.xml
-
John Zhang authored
-
John Zhang authored
PMD 5.7.0 use Maven as its build system. The `build.xml` for the benchmark has been changed to call Maven. Also, it requires Java JDK toolchain to be configured for Maven. A shell script has been added to generate the toolchain.xml file. Note that during the building process, PMD requires both 1.7 and 1.8 toolchain to be configured. A clean solution would require the JDK7 to be installed on the platfor along with JDK8/9. This requirement can be annoying. Therefore the generated toolchain.xml file has a hack such that if the platform java version is >= 1.8, it will generate two entries (1.7 and the actual version) that point to the same JDK directory. Also the download link for the release has been changed to GitHub.
-
- 05 Jul, 2010 1 commit
-
-
john authored
-
- 01 Jun, 2010 1 commit
-
-
john authored
removed jar directive from .cnf and renamed libs directive to jars and included jar entry in jars list
-
- 18 Dec, 2009 1 commit
-
-
steveb-oss authored
-
- 09 Dec, 2009 1 commit
-
-
jzigman authored
-
- 16 Jun, 2009 1 commit
-
-
steveb-oss authored
-
- 14 Jun, 2009 1 commit
-
-
steveb-oss authored
-
- 26 Jul, 2008 2 commits
-
-
steveb-oss authored
-
steveb-oss authored
-
- 15 Jul, 2008 1 commit
-
-
steveb-oss authored
-
- 25 Jan, 2008 1 commit
-
-
rgarner authored
other benchmark builds as required by these changes.
-
- 08 Nov, 2007 1 commit
-
-
rgarner authored
-
- 06 Oct, 2006 2 commits
- 28 Sep, 2006 1 commit
-
-
rgarner authored
differences in line-feed processing - stdin/stdout are now filtered so that the scratch directory location is canonicalised. More digests are now validated. - Numerous javadoc improvements
-
- 20 Sep, 2006 2 commits