[jsword-svn] r1897 - trunk/jsword-support/tools/pmd
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Tue Jul 22 11:35:07 MST 2008
Author: dmsmith
Date: 2008-07-22 11:35:07 -0700 (Tue, 22 Jul 2008)
New Revision: 1897
Modified:
trunk/jsword-support/tools/pmd/ruleset.xml
Log:
change in pmd ruleset
Modified: trunk/jsword-support/tools/pmd/ruleset.xml
===================================================================
--- trunk/jsword-support/tools/pmd/ruleset.xml 2008-07-22 18:22:21 UTC (rev 1896)
+++ trunk/jsword-support/tools/pmd/ruleset.xml 2008-07-22 18:35:07 UTC (rev 1897)
@@ -104,7 +104,7 @@
<!-- <rule ref="rulesets/design.xml/PreserveStackTrace"/> 7 reports -->
<rule ref="rulesets/design.xml/UseCollectionIsEmpty"/>
<rule ref="rulesets/design.xml/ClassWithOnlyPrivateConstructorsShouldBeFinal"/>
- <rule ref="rulesets/design.xml/EmptyMethodInAbstractClassShouldBeAbstract"/>
+ <!-- <rule ref="rulesets/design.xml/EmptyMethodInAbstractClassShouldBeAbstract"/> 1.0.8 34 reports poorly implemented. -->
<!-- <rule ref="rulesets/design.xml/SingularField"/> 1.0.8 20 reports -->
<rule ref="rulesets/design.xml/ReturnEmptyArrayRatherThanNull"/>
<rule ref="rulesets/design.xml/AbstractClassWithoutAnyMethod"/>
More information about the jsword-svn
mailing list