From 15377108088a2ba8825bcf0a27d8a6b916737c62 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Sat, 4 Aug 2007 00:57:13 +0000 Subject: [PATCH] Added Romain Pelisse; welcome aboard Romain! git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5447 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/project.xml | 9 +++++++++ pmd/xdocs/credits.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 @@