mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-18 17:26:14 +10:00
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> |