2018-09-07 14:11:47 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
2019-08-30 13:12:40 +03:00
|
|
|
<!--
|
|
|
|
~ Nextcloud Talk application
|
|
|
|
~
|
|
|
|
~ @author Mario Danic
|
2021-04-29 02:00:59 +03:00
|
|
|
~ @author Andy Scherzinger
|
2021-11-10 16:38:26 +03:00
|
|
|
~ @author Tim Krüger
|
|
|
|
~ Copyright (C) 2021 Tim Krüger <t@timkrueger.me>
|
2021-04-29 02:00:59 +03:00
|
|
|
~ Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
|
2019-08-30 13:12:40 +03:00
|
|
|
~ Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
|
|
|
|
~
|
|
|
|
~ This program is free software: you can redistribute it and/or modify
|
|
|
|
~ it under the terms of the GNU General Public License as published by
|
|
|
|
~ the Free Software Foundation, either version 3 of the License, or
|
|
|
|
~ at your option) any later version.
|
|
|
|
~
|
|
|
|
~ This program is distributed in the hope that it will be useful,
|
|
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
~ GNU General Public License for more details.
|
|
|
|
~
|
|
|
|
~ You should have received a copy of the GNU General Public License
|
|
|
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-->
|
|
|
|
|
2018-09-07 14:11:47 +03:00
|
|
|
<FindBugsFilter>
|
|
|
|
<Match>
|
2021-04-07 18:09:36 +03:00
|
|
|
<Class name="~.*\.Manifest\$.*" />
|
2018-09-07 14:11:47 +03:00
|
|
|
</Match>
|
|
|
|
<Match>
|
2021-04-07 18:09:36 +03:00
|
|
|
<Class name="~.*\.R\$.*" />
|
2018-09-07 14:11:47 +03:00
|
|
|
</Match>
|
2021-04-07 18:09:36 +03:00
|
|
|
<Match>
|
|
|
|
<Class name="~.*\$\$Parcelable.*" />
|
2022-06-20 20:14:52 +03:00
|
|
|
</Match>
|
2022-06-24 11:23:41 +03:00
|
|
|
<!-- Room code is autogenerated. Exclude it from Check. -->
|
2022-06-20 20:14:52 +03:00
|
|
|
<Match>
|
2022-06-22 21:00:32 +03:00
|
|
|
<Class name="~.*\.TalkDatabase_Impl.*" />
|
2022-06-24 11:23:41 +03:00
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~.*\.UsersDao_Impl.*" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~.*\.ArbitraryStoragesDao_Impl.*" />
|
2021-04-07 18:09:36 +03:00
|
|
|
</Match>
|
2021-04-21 14:36:18 +03:00
|
|
|
<!-- JSON/Data classes with generated accessor methods -->
|
|
|
|
<Match>
|
|
|
|
<Class name="~com\.nextcloud\.talk\.models\.json\.push.*" />
|
|
|
|
</Match>
|
2021-04-07 18:09:36 +03:00
|
|
|
|
2021-04-29 02:00:59 +03:00
|
|
|
<!-- Dagger code is autogenerated. Exclude it from Check. -->
|
|
|
|
<Match>
|
|
|
|
<Or>
|
|
|
|
<Class name="~.*\.Dagger.*" />
|
2022-12-09 16:33:50 +03:00
|
|
|
<Class name="~~.*\.dagger\.android\..*" />
|
|
|
|
<Class name="~~.*\.dagger\.modules\..*" />
|
2021-04-29 02:00:59 +03:00
|
|
|
</Or>
|
|
|
|
</Match>
|
|
|
|
<!-- Dagger generated code uses internal APIs -->
|
|
|
|
<Match>
|
2022-12-09 16:33:50 +03:00
|
|
|
<Or>
|
|
|
|
<Class name="~.*\..*.*Factory" />
|
|
|
|
<Class name="~.*\..*.*Factory_Impl" />
|
|
|
|
</Or>
|
2021-04-29 02:00:59 +03:00
|
|
|
<Bug pattern="IICU_INCORRECT_INTERNAL_CLASS_USE" />
|
|
|
|
</Match>
|
|
|
|
|
2021-04-07 18:09:36 +03:00
|
|
|
<!-- Data bindings autogenerated classes -->
|
|
|
|
<Match>
|
|
|
|
<Or>
|
|
|
|
<Class name="~.*BindingImpl" />
|
|
|
|
<Class name="~.*\.DataBinderMapperImpl" />
|
|
|
|
<Class name="~.*Binding" />
|
|
|
|
</Or>
|
|
|
|
</Match>
|
|
|
|
|
2021-11-10 16:38:26 +03:00
|
|
|
<!-- Ignore generated JsonObjectMapper -->
|
|
|
|
<Match>
|
|
|
|
<Class name="~.*\$\$JsonObjectMapper.*" />
|
|
|
|
</Match>
|
2022-12-09 16:33:50 +03:00
|
|
|
|
|
|
|
<!-- Third-party library code -->
|
|
|
|
<Match>
|
|
|
|
<Or>
|
|
|
|
<Package name="~third\.parties\..*" />
|
|
|
|
</Or>
|
|
|
|
</Match>
|
2021-11-10 16:38:26 +03:00
|
|
|
|
2021-04-07 18:09:36 +03:00
|
|
|
<Bug pattern="PATH_TRAVERSAL_IN" />
|
2021-04-29 02:00:59 +03:00
|
|
|
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
|
|
|
|
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
|
|
|
|
<Bug pattern="IMC_IMMATURE_CLASS_BAD_SERIALVERSIONUID" />
|
2022-12-09 16:33:50 +03:00
|
|
|
<Bug pattern="EI_EXPOSE_REP" />
|
|
|
|
<Bug pattern="EI_EXPOSE_REP2" />
|
2021-04-29 02:00:59 +03:00
|
|
|
|
|
|
|
<!-- This is unmanageable for now due to large amount of interconnected static state -->
|
|
|
|
<Bug pattern="FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY" />
|
2022-12-09 16:33:50 +03:00
|
|
|
|
|
|
|
<!--Autogenerated Room classes-->
|
|
|
|
<Match>
|
|
|
|
<Class name="~.*\.TalkDatabase_Impl.*" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~.*\..*Dao_Impl.*" />
|
|
|
|
</Match>
|
|
|
|
|
2018-09-07 14:11:47 +03:00
|
|
|
</FindBugsFilter>
|