alshabib | 1f44e8e | 2014-08-14 15:19:57 -0700 | [diff] [blame] | 1 | <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> |