Remove obsolete exclusion from PMD configuration. #960
This commit is contained in:
parent
466b1ebb31
commit
3c7c3cbe88
|
|
@ -195,8 +195,6 @@
|
|||
<rule ref="rulesets/java/strictexception.xml">
|
||||
<!-- till #959 -->
|
||||
<exclude name="AvoidCatchingGenericException"/>
|
||||
<!-- till #960 -->
|
||||
<exclude name="AvoidThrowingNullPointerException"/>
|
||||
<!-- till #961 -->
|
||||
<exclude name="AvoidThrowingRawExceptionTypes"/>
|
||||
<!-- till #962 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue