From 94b5c9f797aa33102942c42a48ae08c030a7decd Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Fri, 23 Sep 2011 23:57:40 +0000 Subject: [PATCH] sync credits webpage with trunk git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.3.x@7325 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/xdocs/credits.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pmd/xdocs/credits.xml b/pmd/xdocs/credits.xml index 071fad449f..56c6d6b3cb 100644 --- a/pmd/xdocs/credits.xml +++ b/pmd/xdocs/credits.xml @@ -23,7 +23,7 @@
  • Tomasz Slota - Netbeans plugin
  • Andrey Lumyanski - Gel plugin
  • Johan Nagels - PMD core, JSP support
  • -
  • Brian Remedios - PMD core, lots of CPD UI improvements, Eclipse plugin improvements
  • +
  • Brian Remedios - PMD core, properties subsystem, lots of CPD UI improvements, Eclipse plugin improvements
  • Xavier Le Vourch - PMD core, numerous bug fixes, UselessStringValueOf, UnnecessaryWrapperObjectCreation, SimplifyBooleanAssertion
  • Sven Jacob - DFA subsystem, Eclipse plugin
  • Wouter Zelle - Lots of bugfixes and cleanups, JUnit test XML design, introduced java.util.logging, BrokenNullCheck, NonThreadSafeSingleton, DefaultPackage rule, UselessOverridingMethod, ProperLogger, AvoidPrintStackTrace, SimplifyConditional
  • @@ -318,6 +318,8 @@
  • jmichelberger - wrote Byte/Short/Long Instantiation migration rules
  • Edwin Chan - Support for -auxclasspath for use with Type Resolution
  • Jared Bunting - Patch to add ASTAnnotationMethodDeclaration to Java AST
  • +
  • Lucian Ciufudean - RedundantFieldInitializerRule
  • +
  • Andreas Dangel - GodClass and LawOfDemeter rules, several bugfixes and cleanup