ve.connectors.pulsar-flink-sql-connector_2.12.1.14.3.4.source-code.findbugsExclude.xml Maven / Gradle / Ivy
<!-- 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> <!-- Ignore the array access related expose bugs --> <Match> <Class name="org.apache.pulsar.client.api.EncryptionKeyInfo"/> <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2"/> </Match> <Match> <Class name="org.apache.pulsar.common.api.EncryptionContext$EncryptionKey"/> <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2"/> </Match> <Match> <Class name="org.apache.pulsar.common.schema.SchemaInfo"/> <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2"/> </Match> <Match> <Class name="org.apache.pulsar.common.schema.SchemaInfo$SchemaInfoBuilder"/> <Bug pattern="EI_EXPOSE_REP2"/> </Match> <Match> <Class name="org.apache.pulsar.common.api.AuthData"/> <Bug pattern="EI_EXPOSE_REP"/> </Match> <!-- The implementation of Schema#encode may have side effect so the return value can be ignored --> <Match> <Class name="org.apache.pulsar.client.api.Schema"/> <Bug pattern="RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT"/> </Match> </FindBugsFilter>