You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2014/08/30 23:35:10 UTC

git commit: Add suppressions to FindBugs

Repository: jclouds
Updated Branches:
  refs/heads/master 195998b3b -> fdef97d52


Add suppressions to FindBugs


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/fdef97d5
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/fdef97d5
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/fdef97d5

Branch: refs/heads/master
Commit: fdef97d527bb6b0da2fbf21f9681f74a2b709a0b
Parents: 195998b
Author: Andrew Gaul <ga...@apache.org>
Authored: Tue Aug 26 18:46:27 2014 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Sat Aug 30 14:34:59 2014 -0700

----------------------------------------------------------------------
 project/pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/fdef97d5/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 56a5ad8..dbda760 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -806,6 +806,27 @@
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
           <version>3.0.0</version>
+          <configuration>
+            <omitVisitors>
+              CheckRelaxingNullnessAnnotation,
+              CloneIdiom,
+              DefaultEncodingDetector,
+              EqualsOperandShouldHaveClassCompatibleWithThis,
+              FindBadCast2,
+              FindHEmismatch,
+              FindMaskedFields,
+              FindNullDeref,
+              FindReturnRef,
+              FindUnsatisfiedObligation,
+              FormatStringChecker,
+              MethodReturnCheck,
+              Naming,
+              NoteUnconditionalParamDerefs,
+              RuntimeExceptionCapture,
+              SwitchFallthrough,
+              UnreadFields,
+            </omitVisitors>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.sonatype.maven.plugin</groupId>