1
0
forked from phoedos/pmd

Fixed bug 1188372 - AtLeastOneConstructor no longer fires on interfaces. Also, twiddling grammar to try to figure out annotations bug

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3451 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-04-23 01:30:59 +00:00
parent 093c3b5dea
commit 03e4b33a5d

@ -43,6 +43,7 @@
</subsection>
<subsection name="Contributors">
<ul>
<li>Tom Parker - AtLeastOneConstructor bug report</li>
<li>Wouter Zelle - initial implementation of SimplifyConditional</li>
<li>Eric Olander - SimplifyConditional fix, UseStringBufferForStringAppends, CollapsibleIfStatements, AvoidInstanceofChecksInCatchClause, AssignmentToNonFinalStatic rule, nice patch for DFAPanel cleanup, AvoidProtectedFieldInFinalClass, ImmutableFieldRule, noticed missing image in Postfix nodes</li>
<li>Christophe Mourette - Reported JDK 1.3 problem with XMLRenderer</li>