Enable PMD rule AvoidInstanceofChecksInCatchClause and fix violations
This commit is contained in:
parent
30be64cbbe
commit
1bff48b649
2 changed files with 2 additions and 4 deletions
|
|
@ -14,7 +14,6 @@
|
|||
<exclude name="AssignmentToNonFinalStatic" />
|
||||
<exclude name="AvoidBranchingStatementAsLastInLoop" />
|
||||
<exclude name="AvoidCatchingThrowable" />
|
||||
<exclude name="AvoidInstanceofChecksInCatchClause" />
|
||||
<exclude name="AvoidProtectedFieldInFinalClass" />
|
||||
<exclude name="AvoidUsingVolatile" />
|
||||
<exclude name="CloseResource" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue