You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2019/09/02 19:31:25 UTC

[commons-release-plugin] 03/04: (fix) findbugs error

This is an automated email from the ASF dual-hosted git repository.

chtompki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git

commit af45de4b7a73f485d2e712d7416048b0b0360e1d
Author: Rob Tompkins <ch...@apache.org>
AuthorDate: Mon Sep 2 15:28:53 2019 -0400

    (fix) findbugs error
---
 fb-excludes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/fb-excludes.xml b/fb-excludes.xml
index a04edec..625061b 100755
--- a/fb-excludes.xml
+++ b/fb-excludes.xml
@@ -43,4 +43,8 @@
     <Class name="~.*\.*CommonsSiteCompressionMojo.*" />
     <Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE,OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE,UUF_UNUSED_FIELD" />
   </Match>
+  <Match>
+    <Class name="~.*\.*CommonsStagingCleanupMojo.*" />
+    <Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE,OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE,UUF_UNUSED_FIELD" />
+  </Match>
 </FindBugsFilter>
\ No newline at end of file