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

omalley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/master by this push:
     new 2399426  Follow up to ORC-697 to suppress findbugs check for exception.
2399426 is described below

commit 2399426a54f8eebadaa081cacf8699bf62152727
Author: Owen O'Malley <[email protected]>
AuthorDate: Tue Dec 15 09:58:41 2020 -0800

    Follow up to ORC-697 to suppress findbugs check for exception.
    
    Signed-off-by: Owen O'Malley <[email protected]>
---
 java/tools/src/findbugs/exclude.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/java/tools/src/findbugs/exclude.xml 
b/java/tools/src/findbugs/exclude.xml
index be94306..008ea88 100644
--- a/java/tools/src/findbugs/exclude.xml
+++ b/java/tools/src/findbugs/exclude.xml
@@ -23,4 +23,9 @@
     <Class name="org.apache.orc.tools.PrintVersion"/>
     <Method name="main"/>
   </Match>
+  <Match>
+    <Bug pattern="REC_CATCH_EXCEPTION"/>
+    <Class name="org.apache.orc.tools.ScanData"/>
+    <Method name="main"/>
+  </Match>
 </FindBugsFilter>

Reply via email to