blob: 2949ee4ff6bf48d8158eaff6219aff0b9db84070 [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)
5 - maven-checkstyle-plugin configuration in pom.xml
6 - maven-pmd-plugin configuration in pom.xml
7 -->
8 <Match>
9 <Class name="~net.onrc.onos.datastore.RCProtos(.*)?" />
10 </Match>
11 <Match>
Ray Milkey70d91cc2014-03-18 15:22:27 -070012 <Class name="~.*edu\.stanford\..*"/>
13 </Match>
14 <Match>
15 <Class name="~.*net\.floodlightcontroller\..*"/>
16 </Match>
17 <Match>
18 <Class name="~.*org\.openflow\..*"/>
19 </Match>
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -070020</FindBugsFilter>