diff --git a/pmd/project.xml b/pmd/project.xml
index a25419169c..e4bece4ba0 100644
--- a/pmd/project.xml
+++ b/pmd/project.xml
@@ -231,6 +231,15 @@
Developer
+
+
+ Romain Pelisse
+ rpelisse
+ rpelisse@users.sourceforge.net
+
+ Developer
+
+
diff --git a/pmd/xdocs/credits.xml b/pmd/xdocs/credits.xml
index bc17acadb4..778ff4bc38 100644
--- a/pmd/xdocs/credits.xml
+++ b/pmd/xdocs/credits.xml
@@ -29,6 +29,7 @@
Wouter Zelle - Lots of bugfixes and cleanups, JUnit test XML design, introduced java.util.logging, BrokenNullCheck, NonThreadSafeSingleton, DefaultPackage rule, UselessOverridingMethod, ProperLogger, AvoidPrintStackTrace, SimplifyConditional
Ryan Gustafson - patch to chain XPath rules together, Better benchmarking code, patch to add more annotation suppression tests, 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, patch to fix controversial/DefaultPackage XPath rule
Torsten Kleiber - JDeveloper plugin
+ Romain Pelisse - Various bugfix patches, restructured CPD tokenizers, patch to remove redundant rule, added Fortran tokenizer, DoNotExtendJavaLangError, JspEncoding, MDBAndSessionBeanNamingConvention, RemoteSessionInterfaceNamingConvention, LocalInterfaceSessionNamingConvention, LocalHomeNamingConvention, RemoteInterfaceNamingConvention, AvoidFinalLocalVariable, ClassWithOnlyPrivateConstructorsShouldBeFinal, TooManyStaticImports, DoNotCallSystemExit, StaticEJBFieldShouldBeFinal
@@ -56,7 +57,6 @@
- - Romain Pelisse - Various bugfix patches, restructured CPD tokenizers, patch to remove redundant rule, added Fortran tokenizer, DoNotExtendJavaLangError, JspEncoding, MDBAndSessionBeanNamingConvention, RemoteSessionInterfaceNamingConvention, LocalInterfaceSessionNamingConvention, LocalHomeNamingConvention, RemoteInterfaceNamingConvention, AvoidFinalLocalVariable, ClassWithOnlyPrivateConstructorsShouldBeFinal, TooManyStaticImports, DoNotCallSystemExit, StaticEJBFieldShouldBeFinal
- Thomas Steininger - Noticed redundant rule
- Thomas Leplus - Rewrote UselessStringValueOf, nice patch for ClassCastExceptionWithToArray
- Paul Sundling - A nice documentation patch for ruleset links