minor: changes in pmd suppress format

This commit is contained in:
Roman Ivanov 2015-10-07 08:37:26 -07:00
parent b3e0211ef4
commit aa14caf4c6
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@
<rule ref="rulesets/java/strictexception.xml/AvoidCatchingThrowable">
<properties>
<!-- log name of problematic file and do not crash completely (bug 694111) -->
<property name="violationSuppressXPath" value="//ClassOrInterfaceDeclaration[@Image='TreeWalker']//MethodDeclarator/@Image='processFiltered'"/>
<property name="violationSuppressXPath" value="//ClassOrInterfaceDeclaration[@Image='TreeWalker']//MethodDeclarator[@Image='processFiltered']"/>
</properties>
</rule>