blob: 391ae2b3f1bfd41038b9ba1f7daaa610a14da7ed [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>
12 <Class name="~com.tinkerpop.blueprints.impls.ramcloud.RamCloudGraphProtos(.*)?" />
13 </Match>
Ray Milkey70d91cc2014-03-18 15:22:27 -070014 <Match>
15 <Class name="~.*com\.tinkerpop\..*"/>
16 </Match>
17 <Match>
18 <Class name="~.*edu\.stanford\..*"/>
19 </Match>
20 <Match>
21 <Class name="~.*net\.floodlightcontroller\..*"/>
22 </Match>
23 <Match>
24 <Class name="~.*org\.openflow\..*"/>
25 </Match>
Yuta HIGUCHI6cab6382014-03-17 13:47:38 -070026</FindBugsFilter>