|
| 1 | +<!-- |
| 2 | + Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | + contributor license agreements. See the NOTICE file distributed with |
| 4 | + this work for additional information regarding copyright ownership. |
| 5 | + The ASF licenses this file to You under the Apache License, Version 2.0 |
| 6 | + (the "License"); you may not use this file except in compliance with |
| 7 | + the License. You may obtain a copy of the License at |
| 8 | +
|
| 9 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +
|
| 11 | + Unless required by applicable law or agreed to in writing, software |
| 12 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | + See the License for the specific language governing permissions and |
| 15 | + limitations under the License. |
| 16 | +--> |
| 17 | +<FindBugsFilter> |
| 18 | + <Match> |
| 19 | + <Class name="org.apache.hadoop.fs.tosfs.object.ObjectOutputStream"/> |
| 20 | + <or> |
| 21 | + <Bug pattern="IS2_INCONSISTENT_SYNC" /> |
| 22 | + <Bug pattern="NP_NULL_ON_SOME_PATH" /> |
| 23 | + </or> |
| 24 | + </Match> |
| 25 | + <Match> |
| 26 | + <Class name="org.apache.hadoop.fs.tosfs.conf.TosKeys"/> |
| 27 | + <Bug pattern="MS_MUTABLE_ARRAY" /> |
| 28 | + </Match> |
| 29 | + <Match> |
| 30 | + <Class name="org.apache.hadoop.fs.tosfs.object.Constants"/> |
| 31 | + <Bug pattern="MS_MUTABLE_ARRAY" /> |
| 32 | + </Match> |
| 33 | + <Match> |
| 34 | + <Class name="org.apache.hadoop.fs.tosfs.RawFileStatus"/> |
| 35 | + <or> |
| 36 | + <Bug pattern="EI_EXPOSE_REP" /> |
| 37 | + <Bug pattern="EI_EXPOSE_REP2" /> |
| 38 | + </or> |
| 39 | + </Match> |
| 40 | + <Match> |
| 41 | + <Class name="org.apache.hadoop.fs.tosfs.TosChecksum"/> |
| 42 | + <or> |
| 43 | + <Bug pattern="EI_EXPOSE_REP" /> |
| 44 | + <Bug pattern="EI_EXPOSE_REP2" /> |
| 45 | + </or> |
| 46 | + </Match> |
| 47 | + <Match> |
| 48 | + <Class name="org.apache.hadoop.fs.tosfs.object.ObjectContent"/> |
| 49 | + <or> |
| 50 | + <Bug pattern="EI_EXPOSE_REP" /> |
| 51 | + <Bug pattern="EI_EXPOSE_REP2" /> |
| 52 | + </or> |
| 53 | + </Match> |
| 54 | + <Match> |
| 55 | + <Class name="org.apache.hadoop.fs.tosfs.object.ObjectInfo"/> |
| 56 | + <or> |
| 57 | + <Bug pattern="EI_EXPOSE_REP" /> |
| 58 | + <Bug pattern="EI_EXPOSE_REP2" /> |
| 59 | + </or> |
| 60 | + </Match> |
| 61 | + <Match> |
| 62 | + <Class name="org.apache.hadoop.fs.tosfs.object.ObjectMultiRangeInputStream"/> |
| 63 | + <or> |
| 64 | + <Bug pattern="EI_EXPOSE_REP" /> |
| 65 | + <Bug pattern="EI_EXPOSE_REP2" /> |
| 66 | + </or> |
| 67 | + </Match> |
| 68 | + <Match> |
| 69 | + <Class name="org.apache.hadoop.fs.tosfs.object.ObjectRangeInputStream"/> |
| 70 | + <or> |
| 71 | + <Bug pattern="EI_EXPOSE_REP" /> |
| 72 | + <Bug pattern="EI_EXPOSE_REP2" /> |
| 73 | + </or> |
| 74 | + </Match> |
| 75 | + <Match> |
| 76 | + <Class name="org.apache.hadoop.fs.tosfs.object.tos.GetObjectOutput"/> |
| 77 | + <or> |
| 78 | + <Bug pattern="EI_EXPOSE_REP" /> |
| 79 | + <Bug pattern="EI_EXPOSE_REP2" /> |
| 80 | + </or> |
| 81 | + </Match> |
| 82 | + <Match> |
| 83 | + <Class name="org.apache.hadoop.fs.tosfs.object.tos.ChainTOSInputStream"/> |
| 84 | + <Bug pattern="EI_EXPOSE_REP" /> |
| 85 | + </Match> |
| 86 | + <Match> |
| 87 | + <Bug pattern="ICAST_QUESTIONABLE_UNSIGNED_RIGHT_SHIFT" /> |
| 88 | + </Match> |
| 89 | +</FindBugsFilter> |
0 commit comments