blob: 3a49335d50000c8d2acd356af644806870f4cd40 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -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 - In file conf/checkstyle/onos_suppressions.xml
6 - maven-pmd-plugin configuration in pom.xml
7 (under build and reporting)
8 -->
9 <Match>
10 <Class name="~net\.onrc\.onos\.core\.datastore\.serializers\..*" />
11 </Match>
12 <Match>
13 <Class name="~.*edu\.stanford\..*"/>
14 </Match>
15 <Match>
16 <Class name="~.org\.projectfloodlight\..*"/>
17 </Match>
18</FindBugsFilter>