xref: /aosp_15_r20/external/apache-commons-lang/src/conf/exclude-pmd.properties (revision 455610af95f3bf5f4bc8a9eda520f57e389a4c42)
1*455610afSAndroid Build Coastguard Worker# Licensed to the Apache Software Foundation (ASF) under one or more
2*455610afSAndroid Build Coastguard Worker# contributor license agreements.  See the NOTICE file distributed with
3*455610afSAndroid Build Coastguard Worker# this work for additional information regarding copyright ownership.
4*455610afSAndroid Build Coastguard Worker# The ASF licenses this file to You under the Apache License, Version 2.0
5*455610afSAndroid Build Coastguard Worker# (the "License"); you may not use this file except in compliance with
6*455610afSAndroid Build Coastguard Worker# the License.  You may obtain a copy of the License at
7*455610afSAndroid Build Coastguard Worker#
8*455610afSAndroid Build Coastguard Worker# http://www.apache.org/licenses/LICENSE-2.0
9*455610afSAndroid Build Coastguard Worker#
10*455610afSAndroid Build Coastguard Worker# Unless required by applicable law or agreed to in writing, software
11*455610afSAndroid Build Coastguard Worker# distributed under the License is distributed on an "AS IS" BASIS,
12*455610afSAndroid Build Coastguard Worker# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*455610afSAndroid Build Coastguard Worker# See the License for the specific language governing permissions and
14*455610afSAndroid Build Coastguard Worker# limitations under the License.
15*455610afSAndroid Build Coastguard Worker
16*455610afSAndroid Build Coastguard Worker# We have ThreadGroup utilities
17*455610afSAndroid Build Coastguard Workerorg.apache.commons.lang3.ThreadUtils = AvoidThreadGroup
18*455610afSAndroid Build Coastguard Worker
19*455610afSAndroid Build Coastguard Worker# TODO?
20*455610afSAndroid Build Coastguard Worker# violation beginline="2900" endline="2900" begincolumn="13" endcolumn="21" rule="AvoidBranchingStatementAsLastInLoop" ruleset="Error Prone" package="org.apache.commons.lang3" class="StringUtils" method="indexOfAnyBut"
21*455610afSAndroid Build Coastguard Workerorg.apache.commons.lang3.StringUtils = AvoidBranchingStatementAsLastInLoop
22*455610afSAndroid Build Coastguard Worker
23*455610afSAndroid Build Coastguard Worker# Bug in PMD when the same class name exists in different packages
24*455610afSAndroid Build Coastguard Worker# Unnecessary use of fully qualified name 'org.apache.commons.lang3.function.FailableRunnable' due to existing same package import 'org.apache.commons.lang3.*'
25*455610afSAndroid Build Coastguard Workerorg.apache.commons.lang3.Functions = UnnecessaryFullyQualifiedName\
26