git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1880 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-04-30 13:49:07 +00:00
parent cd5ba51fc2
commit e6cccf2d0b
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask"/>
<pmd rulesetfiles="rulesets/newrules.xml">
<formatter type="net.sourceforge.pmd.renderers.HTMLRenderer" toFile="foo.html"/>
<fileset dir="/usr/local/java/src/java/lang/">
<fileset dir="/usr/local/java/src/java/lang">
<include name="**/*.java"/>
</fileset>
</pmd>

View File

@ -10,6 +10,7 @@
<section name="Credits">
<subsection name="Individuals">
<ul>
<li>Astro Jetson Jr - a tweak for the ShortVariableNameRule</li>
<li>Paul King - a complete rewrite of the Gel plugin</li>
<li>Gael Marziou - "exclude" rule feature request, bug reports</li>
<li>Philippe T'Seyen - refactoring and cleanup of the CPD Ant task, an XML renderer (with unit tests!) for CPD</li>