mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00: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> |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |