Add 'strictexception' ruleset exclusions info, issue #872

This commit is contained in:
Michal Kordas 2015-04-23 18:40:44 +02:00
parent 8022671a5a
commit 7f22ec265e
1 changed files with 4 additions and 0 deletions

View File

@ -186,9 +186,13 @@
<exclude name="UseStringBufferForStringAppends"/>
</rule>
<rule ref="rulesets/java/strictexception.xml">
<!-- till #959 -->
<exclude name="AvoidCatchingGenericException"/>
<!-- till #960 -->
<exclude name="AvoidThrowingNullPointerException"/>
<!-- till #961 -->
<exclude name="AvoidThrowingRawExceptionTypes"/>
<!-- till #962 -->
<exclude name="ExceptionAsFlowControl"/>
</rule>
<rule ref="rulesets/java/strictexception.xml/AvoidCatchingThrowable">