mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 21:19:31 +01:00
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> |
||
---|---|---|
.. | ||
adapters/items | ||
controllers | ||
interfaces | ||
models | ||
operations | ||
webdav |