AvoidCatchingGenericException excluded from dogfood ruleset

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6846 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch committed 2009-02-12 20:17:37 +00:00
1 parent 42a4eeb7e5
commit 4a385f8ace
1 file changed
+1
+1
View File
@@ -164,6 +164,7 @@
<rule ref="rulesets/java/strictexception.xml">
<!-- TODO Work towards enabling the following, disabled for now because of failing code -->
<exclude name="AvoidCatchingGenericException"/>
<exclude name="AvoidThrowingRawExceptionTypes"/>
<exclude name="SignatureDeclareThrowsException"/>
<exclude name="DoNotThrowExceptionInFinally"/>