Repository: cloudstack Updated Branches: refs/heads/master e3e452625 -> 3be5002eb
findbugs: filter on character encoding problems Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3be5002e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3be5002e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3be5002e Branch: refs/heads/master Commit: 3be5002eb339cc7a07510da657b9ecf2834525c4 Parents: e3e4526 Author: Daan Hoogland <[email protected]> Authored: Thu Mar 27 18:47:33 2014 +0100 Committer: Daan Hoogland <[email protected]> Committed: Thu Mar 27 18:47:33 2014 +0100 ---------------------------------------------------------------------- findbugsCharEncodingFilter.xml | 9 +++++++++ pom.xml | 3 +++ 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3be5002e/findbugsCharEncodingFilter.xml ---------------------------------------------------------------------- diff --git a/findbugsCharEncodingFilter.xml b/findbugsCharEncodingFilter.xml new file mode 100644 index 0000000..ac51df9 --- /dev/null +++ b/findbugsCharEncodingFilter.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<FindBugsFilter> + + <!-- Match all XYZ violations. --> + <Match> + <Bug code="DM_DEFAULT_ENCODING" /> + </Match> + +</FindBugsFilter> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3be5002e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a75f675..f49a895 100644 --- a/pom.xml +++ b/pom.xml @@ -891,6 +891,9 @@ <xmlOutput>true</xmlOutput> <failOnError>false</failOnError> <maxHeap>2048</maxHeap> + <excludeFilterFile> + findbugsCharEncodingFilter.xml + </excludeFilterFile> </configuration> <executions> <execution>
