Repository: accumulo Updated Branches: refs/heads/master 4e3911b6a -> 1eb647812
ACCUMULO-3643 Fix replication exclusion rule for findbugs Replication protobuf objects moved modules in ACCUMULO-3650 This moves the exclusion rule to follow them Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1eb64781 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1eb64781 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1eb64781 Branch: refs/heads/master Commit: 1eb647812b44aa805aab5b6408eff22022e86a09 Parents: 4e3911b Author: Christopher Tubbs <ctubb...@apache.org> Authored: Wed Mar 11 18:02:03 2015 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Wed Mar 11 18:06:41 2015 -0400 ---------------------------------------------------------------------- core/src/main/findbugs/exclude-filter.xml | 4 ---- server/base/src/main/findbugs/exclude-filter.xml | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/1eb64781/core/src/main/findbugs/exclude-filter.xml ---------------------------------------------------------------------- diff --git a/core/src/main/findbugs/exclude-filter.xml b/core/src/main/findbugs/exclude-filter.xml index 8223660..f18f8f0 100644 --- a/core/src/main/findbugs/exclude-filter.xml +++ b/core/src/main/findbugs/exclude-filter.xml @@ -29,10 +29,6 @@ </Or> </Match> <Match> - <!-- ignore proto-generated files --> - <Package name="org.apache.accumulo.core.replication.proto" /> - </Match> - <Match> <!-- ignore Writable false positives about closing wrapped DataInput stream --> <Or> <Class name="org.apache.accumulo.core.bloomfilter.BloomFilter" /> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1eb64781/server/base/src/main/findbugs/exclude-filter.xml ---------------------------------------------------------------------- diff --git a/server/base/src/main/findbugs/exclude-filter.xml b/server/base/src/main/findbugs/exclude-filter.xml index b018f08..26aa119 100644 --- a/server/base/src/main/findbugs/exclude-filter.xml +++ b/server/base/src/main/findbugs/exclude-filter.xml @@ -16,6 +16,10 @@ --> <FindBugsFilter> <Match> + <!-- ignore proto-generated files --> + <Package name="org.apache.accumulo.server.replication.proto" /> + </Match> + <Match> <!-- ignore intentional name shadowing --> <Or> <Package name="org.apache.accumulo.server.zookeeper" />