| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed 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. See accompanying LICENSE file. |
| --> |
| <FindBugsFilter> |
| <Match> |
| <Bug pattern="AT_NONATOMIC_64BIT_PRIMITIVE, |
| AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE, |
| AT_STALE_THREAD_WRITE_OF_PRIMITIVE"/> |
| </Match> |
| <Match> |
| <Bug pattern="CT_CONSTRUCTOR_THROW"/> |
| </Match> |
| <Match> |
| <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2"/> |
| </Match> |
| <Match> |
| <Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR"/> |
| </Match> |
| <Match> |
| <Bug pattern="SING_SINGLETON_IMPLEMENTS_SERIALIZABLE"/> |
| </Match> |
| <Match> |
| <Bug pattern="NN_NAKED_NOTIFY"/> |
| </Match> |
| <Match> |
| <Bug pattern="MS_EXPOSE_REP"/> |
| </Match> |
| <Match> |
| <Bug pattern="HSM_HIDING_METHOD"/> |
| </Match> |
| <Match> |
| <Bug pattern="DMI_RANDOM_USED_ONLY_ONCE"/> |
| </Match> |
| <Match> |
| <Bug pattern="DCN_NULLPOINTER_EXCEPTION"/> |
| </Match> |
| <Match> |
| <Bug pattern="SSD_DO_NOT_USE_INSTANCE_LOCK_ON_SHARED_STATIC_DATA"/> |
| </Match> |
| <Match> |
| <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/> |
| </Match> |
| <Match> |
| <Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE"/> |
| </Match> |
| <Match> |
| <Bug pattern="SS_SHOULD_BE_STATIC"/> |
| </Match> |
| <Match> |
| <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> |
| </Match> |
| <Match> |
| <Bug pattern="REFLC_REFLECTION_MAY_INCREASE_ACCESSIBILITY_OF_CLASS"/> |
| </Match> |
| <Match> |
| <Bug pattern="SING_SINGLETON_GETTER_NOT_SYNCHRONIZED"/> |
| </Match> |
| </FindBugsFilter> |