mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-09 04:46:06 +10:00
Conflicts: bootstrap/src/main/java/com/nhn/pinpoint/bootstrap/config/ProfilerConfig.java bootstrap/src/main/java/com/nhn/pinpoint/bootstrap/interceptor/InterceptorRegistry.java profiler/src/main/java/com/nhn/pinpoint/profiler/modifier/DefaultModifierRegistry.java testweb/src/main/resources/applicationContext-testweb.xml
13 lines
413 B
XML
13 lines
413 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> |