Bump Eric Olander to the top of the list. The way I've been adding credits is sort of like a stack - so that when anyone does something, they get bumped to the top of the list. So as people are inactive, they sort of filter to the bottom. For some reason I like this :-)

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3163 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-01-18 16:37:18 +00:00
parent 6ab805cebf
commit dbcbaa0794

View File

@ -43,6 +43,7 @@
</subsection>
<subsection name="Contributors">
<ul>
<li>Eric Olander - AssignmentToNonFinalStatic rule, nice patch for DFAPanel cleanup, AvoidProtectedFieldInFinalClass, ImmutableFieldRule, noticed missing image in Postfix nodes</li>
<li>Benoit Xhenseval - Ant task patch, XSLT patch, suggestion for improving XML report, several bug reports</li>
<li>Harald Gurres - cleaned up the symbol table code with a very nice patch</li>
<li>Matthias Kerkhoff - CPD suggestions, several bug reports</li>
@ -53,7 +54,6 @@
<li>Lars Gregori - reported a bug in the Ant task docs</li>
<li>Olaf Heimburger - reported a possible NPE in ReportTree</li>
<li>Ryan Gustafson - patch to add "ref" overrides to RuleSetFactory, patch to fix JDK 1.3 incompatibilities in PMD 2.0</li>
<li>Eric Olander - AssignmentToNonFinalStatic rule, nice patch for DFAPanel cleanup, AvoidProtectedFieldInFinalClass, ImmutableFieldRule, noticed missing image in Postfix nodes</li>
<li>Jörn Stampehl - bug report</li>
<li>Todd Wright - reported bug in EmptyStatementNotInLoop, XPath port of AtLeastOneConstructorRule, ConfusingTernaryExpression rule, reported missing ASTUnaryExpressionNotPlusMinus nodes</li>
<li>Conrad Roche - UnusedModifier bug report, other bug reports</li>