blob: b6035a3cd65d874f95f7c3e7eb7d3a5170e24dbb [file] [log] [blame]
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -07001<FindBugsFilter>
2 <!--
3 Note: Exclusion definition exists in multiple places.
4 - In file ${findbugs.excludeFilterFile} defined at top of pom.xml (this file)
Yuta HIGUCHI057f7bc2014-04-16 17:37:41 -07005 - In file conf/checkstyle/onos_suppressions.xml
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -07006 - maven-pmd-plugin configuration in pom.xml
Yuta HIGUCHIabdb3562014-03-27 13:37:36 -07007 (under build and reporting)
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -07008 -->
9 <Match>
Yuta HIGUCHI1cd90292014-04-03 14:31:10 -070010 <Class name="~net\.onrc\.onos\.core\.datastore\.serializers\..*" />
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -070011 </Match>
12 <Match>
Ray Milkey70d91cc2014-03-18 15:22:27 -070013 <Class name="~.*edu\.stanford\..*"/>
14 </Match>
15 <Match>
16 <Class name="~.*net\.floodlightcontroller\..*"/>
17 </Match>
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -070018</FindBugsFilter>