|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | + you may not use this file except in compliance with the License. |
| 5 | + You may obtain a copy of the License at |
| 6 | +
|
| 7 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +
|
| 9 | + Unless required by applicable law or agreed to in writing, software |
| 10 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | + See the License for the specific language governing permissions and |
| 13 | + limitations under the License. See accompanying LICENSE file. |
| 14 | +--> |
| 15 | +<FindBugsFilter> |
| 16 | + <Match> |
| 17 | + <Bug pattern="AT_NONATOMIC_64BIT_PRIMITIVE, |
| 18 | + AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE, |
| 19 | + AT_STALE_THREAD_WRITE_OF_PRIMITIVE"/> |
| 20 | + </Match> |
| 21 | + <Match> |
| 22 | + <Bug pattern="CT_CONSTRUCTOR_THROW"/> |
| 23 | + </Match> |
| 24 | + <Match> |
| 25 | + <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2"/> |
| 26 | + </Match> |
| 27 | + <Match> |
| 28 | + <Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR"/> |
| 29 | + </Match> |
| 30 | + <Match> |
| 31 | + <Bug pattern="SING_SINGLETON_IMPLEMENTS_SERIALIZABLE"/> |
| 32 | + </Match> |
| 33 | + <Match> |
| 34 | + <Bug pattern="NN_NAKED_NOTIFY"/> |
| 35 | + </Match> |
| 36 | + <Match> |
| 37 | + <Bug pattern="MS_EXPOSE_REP"/> |
| 38 | + </Match> |
| 39 | + <Match> |
| 40 | + <Bug pattern="HSM_HIDING_METHOD"/> |
| 41 | + </Match> |
| 42 | + <Match> |
| 43 | + <Bug pattern="DMI_RANDOM_USED_ONLY_ONCE"/> |
| 44 | + </Match> |
| 45 | + <Match> |
| 46 | + <Bug pattern="DCN_NULLPOINTER_EXCEPTION"/> |
| 47 | + </Match> |
| 48 | + <Match> |
| 49 | + <Bug pattern="SSD_DO_NOT_USE_INSTANCE_LOCK_ON_SHARED_STATIC_DATA"/> |
| 50 | + </Match> |
| 51 | + <Match> |
| 52 | + <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/> |
| 53 | + </Match> |
| 54 | + <Match> |
| 55 | + <Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE"/> |
| 56 | + </Match> |
| 57 | + <Match> |
| 58 | + <Bug pattern="SS_SHOULD_BE_STATIC"/> |
| 59 | + </Match> |
| 60 | + <Match> |
| 61 | + <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> |
| 62 | + </Match> |
| 63 | + <Match> |
| 64 | + <Bug pattern="REFLC_REFLECTION_MAY_INCREASE_ACCESSIBILITY_OF_CLASS"/> |
| 65 | + </Match> |
| 66 | + <Match> |
| 67 | + <Bug pattern="SING_SINGLETON_GETTER_NOT_SYNCHRONIZED"/> |
| 68 | + </Match> |
| 69 | +</FindBugsFilter> |
0 commit comments