java/spotbugs-exclude.xml (57 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <FindBugsFilter> <Match> <Or> <Class name="~org.apache.orc.OrcProto.*" /> <Class name="~org.apache.orc.bench.*" /> </Or> </Match> <Match> <And> <Bug pattern="SA_LOCAL_SELF_COMPARISON" /> <Class name="org.apache.orc.impl.ConvertTreeReaderFactory$ConvertTreeReader" /> </And> </Match> <Match> <And> <Bug pattern="CN_IDIOM_NO_SUPER_CALL" /> <Class name="org.apache.orc.TypeDescription" /> </And> </Match> <Match> <And> <Bug pattern="EQ_UNUSUAL" /> <Class name="org.apache.orc.TypeDescription" /> </And> </Match> <Match> <And> <Bug pattern="SF_SWITCH_FALLTHROUGH" /> <Class name="org.apache.orc.util.Murmur3" /> </And> </Match> <Match> <And> <Bug pattern="SF_SWITCH_NO_DEFAULT" /> <Class name="org.apache.orc.util.Murmur3" /> </And> </Match> <Match> <And> <Bug pattern="DM_EXIT" /> <Class name="org.apache.orc.tools.KeyTool" /> </And> </Match> <Match> <And> <Bug pattern="DM_EXIT" /> <Class name="org.apache.orc.tools.json.JsonSchemaFinder" /> </And> </Match> <Match> <And> <Bug pattern="REC_CATCH_EXCEPTION" /> <Class name="org.apache.orc.tools.ScanData" /> </And> </Match> </FindBugsFilter>