blob: b6a240a0b374c6fa657c35858cf899aeb7dec8cf [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>
14</FindBugsFilter>