git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1876 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-04-29 16:05:50 +00:00
parent 49f49c09cc
commit 1952352008

View File

@ -22,7 +22,7 @@ These are new rules for the next release
</rule>
<rule name="IdempotentOperationsRule"
message="Avoid idempotent operations"
message="NOT FULLY IMPLEMENTED - Avoid idempotent operations"
class="net.sourceforge.pmd.rules.IdempotentOperationsRule">
<description>
Avoid idempotent operations - they are silly.