From 0f7a0cce952069e8ff34845d5d100e9e14ba7787 Mon Sep 17 00:00:00 2001 From: Brian Remedios Date: Tue, 30 Aug 2011 07:46:42 +0000 Subject: [PATCH] Updated credits git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7229 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/xdocs/credits.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pmd/xdocs/credits.xml b/pmd/xdocs/credits.xml index 58f4abd633..66d54ff0e7 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,7 @@
  • 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