Files
pinpoint/bootstrap/findbugs-exclude.xml
T
Jaehong Kim 8aad79ba89 Merge branch 'master' of http://yobi.navercorp.com/pinpoint/pinpoint
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
2014-09-24 19:36:23 +09:00

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>