Added Xavier Le Vourch; welcome aboard Xavier!

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4626 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2006-10-12 00:26:42 +00:00
parent 9bb86a7325
commit d0d04a8118
2 changed files with 15 additions and 6 deletions

View File

@ -179,6 +179,15 @@
</roles>
</developer>
<developer>
<name>Xavier Le Vourch</name>
<id>xlv</id>
<email>xlv@users.sourceforge.net</email>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<name>Johan Nagels</name>
<id>bluejohn</id>

View File

@ -10,20 +10,21 @@
<section name="Credits">
<subsection name="Committers">
<ul>
<li>David Dixon-Peugh - much of the early work on the grammar, initial Emacs plugin</li>
<li>David Dixon-Peugh - PMD core, much of the early work on the grammar, initial Emacs plugin</li>
<li>Philippe Herlin - Eclipse plugin, fixed bugs in RuleSetFactory</li>
<li>Nascif Abousalh Neto - Emacs plugin</li>
<li><a href="http://tomcopeland.blogs.com/">Tom Copeland</a> - lead developer, JDeveloper plugin, initial Gel plugin, initial jEdit plugin, IDEAJ integration, BlueJ extension</li>
<li><a href="http://tomcopeland.blogs.com/">Tom Copeland</a> - PMD core, lead developer, JDeveloper plugin, initial Gel plugin, initial jEdit plugin, IDEAJ integration, BlueJ extension</li>
<li>Jiger Patel - jEdit plugin</li>
<li>Alan Ezust - jEdit plugin</li>
<li>Ole-Martin Mork - NetBeans plugin</li>
<li>Miguel Griffa - over a dozen rules, lots of documentation, and other improvements all over the place</li>
<li>Allan Caplan - six rules, lots of bugfixes and improvements to the PMD core</li>
<li>Miguel Griffa - PMD core, over a dozen rules, lots of documentation, and other improvements all over the place</li>
<li>Allan Caplan - PMD core, six rules, lots of bugfixes and improvements to the PMD core</li>
<li>Radim Kubacki - Netbeans plugin, OptimizableToArrayCallRule suggestion, bug reports</li>
<li>Tomasz Slota - Netbeans plugin</li>
<li>Andrey Lumyanski - Gel plugin</li>
<li>Johan Nagels - JSP support</li>
<li>Johan Nagels - PMD core, JSP support</li>
<li>Brian Remedios - PMD core, lots of CPD UI improvements, Eclipse plugin improvements</li>
<li>Xavier Le Vourch - PMD core, numerous bug fixes, UselessStringValueOf, UnnecessaryWrapperObjectCreation, SimplifyBooleanAssertion</li>
</ul>
</subsection>
<subsection name="Committers emeritus">
@ -51,7 +52,6 @@
</subsection>
<subsection name="Contributors">
<ul>
<li>Xavier Le Vourch - Fix for ProperCloneImplementation, fix to AvoidRethrowingException, fixed bug in EqualsNull, wrote UselessStringValueOf, wrote UnnecessaryWrapperObjectCreation, patch to fix AvoidRethrowingException, patch to fix MissingStaticMethodInNonInstantiatableClass, patch to fix speling in CouplingBetweenObjects message, patch to improve CloneMethodMustImplementCloneable, suggestions on cleaning up casts in grammar, SimplifyBooleanAssertion, patch to fix problem with TestClassWithoutTestCases, patch to fix rule name bugs in migration rulesets, fix to SingularField</li>
<li>Brent Fisher - SummaryHTML report improvements</li>
<li>Jason Bennett - Patches to improve CyclomaticComplexity rule</li>
<li>George Thomas - Wrote AvoidRethrowingException rule</li>