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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c2a44f   Exclude DLS_DEAD_LOCAL_STORE  what i think it's a false 
positive.
     new a4186a0  Merge pull request #78 from 
arturobernalg/feature/exlude_spotbug
5c2a44f is described below

commit 5c2a44fb9ce53a9a3c18b6e13bf92f92a00e0c19
Author: Arturo Bernal <arturobern...@gmail.com>
AuthorDate: Sat May 1 11:58:12 2021 +0200

     Exclude DLS_DEAD_LOCAL_STORE  what i think it's a false positive.
---
 spotbugs-exclude-filter.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/spotbugs-exclude-filter.xml b/spotbugs-exclude-filter.xml
index e680028..e3afa5d 100644
--- a/spotbugs-exclude-filter.xml
+++ b/spotbugs-exclude-filter.xml
@@ -50,6 +50,11 @@
         <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
     </Match>
     <Match>
+        <Class name="org.apache.commons.fileupload2.disk.DiskFileItem" />
+        <Method name="getString" />
+        <Bug pattern="DLS_DEAD_LOCAL_STORE" />
+    </Match>
+    <Match>
         <Class 
name="org.apache.commons.fileupload2.jaksrvlt.JakSrvltFileUpload" />
         <Bug pattern="NM_WRONG_PACKAGE" />
     </Match>

Reply via email to