minor: changes in pmd suppress format
This commit is contained in:
parent
b3e0211ef4
commit
aa14caf4c6
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue