talk-android/app/src/main/java/com/nextcloud/talk/components/filebrowser
Tim Krüger 85785c287e
Resolve FindBugs Collection Naming Confusion
From the FindBugs documentation:

> CNC_COLLECTION_NAMING_CONFUSION: Collection variable is named with a different
> type of collection in the name
>
> This class defines a field or local collection variable with a name that
> contains a different type of collection in its name. An example would be a Set
> called userList. This is confusing to the reader, and likely caused by a
> previous refactor of type, without changing the name. This detector is
> obviously only checking for English names.

Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-11-10 13:55:20 +01:00
..
adapters/items improve lint score 2021-10-25 15:18:44 +02:00
controllers call adapter methods in UI thread 2021-09-03 13:07:21 +02:00
interfaces Fresco and sharing (#531) 2019-04-24 08:32:19 +02:00
models improve logging, empty method documentation and new codacy issues 2021-05-17 14:56:46 +02:00
operations Fix subscription thread 2019-05-03 09:55:21 +02:00
webdav Resolve FindBugs Collection Naming Confusion 2021-11-10 13:55:20 +01:00