Yuta HIGUCHI | 6cab638 | 2014-03-17 13:47:38 -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) |
Yuta HIGUCHI | 057f7bc | 2014-04-16 17:37:41 -0700 | [diff] [blame] | 5 | - In file conf/checkstyle/onos_suppressions.xml |
Yuta HIGUCHI | 6cab638 | 2014-03-17 13:47:38 -0700 | [diff] [blame] | 6 | - maven-pmd-plugin configuration in pom.xml |
Yuta HIGUCHI | abdb356 | 2014-03-27 13:37:36 -0700 | [diff] [blame] | 7 | (under build and reporting) |
Yuta HIGUCHI | 6cab638 | 2014-03-17 13:47:38 -0700 | [diff] [blame] | 8 | --> |
| 9 | <Match> |
Yuta HIGUCHI | 1cd9029 | 2014-04-03 14:31:10 -0700 | [diff] [blame] | 10 | <Class name="~net\.onrc\.onos\.core\.datastore\.serializers\..*" /> |
Yuta HIGUCHI | 6cab638 | 2014-03-17 13:47:38 -0700 | [diff] [blame] | 11 | </Match> |
| 12 | <Match> |
Ray Milkey | 70d91cc | 2014-03-18 15:22:27 -0700 | [diff] [blame] | 13 | <Class name="~.*edu\.stanford\..*"/> |
| 14 | </Match> |
| 15 | <Match> |
| 16 | <Class name="~.*net\.floodlightcontroller\..*"/> |
| 17 | </Match> |
Yuta HIGUCHI | 6cab638 | 2014-03-17 13:47:38 -0700 | [diff] [blame] | 18 | </FindBugsFilter> |