/
githubmirror
/
zxing
Обзор
Документация
Войти
/
githubmirror
/
zxing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/findbugs/excludes.xml
28 строк
951 B
Sean Owen
Fix typo in excludes file
27 фев 2014, 02:52
27 фев 2014, 02:52
394fcc4
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2014 ZXing authors 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. --> <FindBugsFilter> <Match> <Or> <Bug pattern="EI_EXPOSE_REP"/> <Bug pattern="EI_EXPOSE_REP2"/> <Bug pattern="EI_EXPOSE_STATIC_REP2"/> <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> <Bug pattern="SE_NO_SERIALVERSIONID"/> <Bug pattern="SF_SWITCH_NO_DEFAULT"/> </Or> </Match> </FindBugsFilter>