mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-18 01:06:03 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@3162 84d0f5b1-2673-498c-a247-62c4ff18d310
13 lines
425 B
XML
13 lines
425 B
XML
<FindBugsFilter>
|
|
<!--
|
|
<Match> <Class name="com.foobar.ClassWithSomeBugsMatched" /> <Bug
|
|
code="DE,UrF,SIC" /> </Match>
|
|
-->
|
|
<!--<Match>-->
|
|
<!--<Class name="com.nhncorp.usf.core.result.RedirectResult" />-->
|
|
<!--<Bug pattern="DM_CONVERT_CASE" />-->
|
|
<!--</Match>-->
|
|
<!--
|
|
Match all XYZ violations. <Match> <Bug code="XYZ" /> </Match>
|
|
-->
|
|
</FindBugsFilter> |