blob: b0605dd279f5d7a1a3a204971120832e5b849f8c [file] [log] [blame]
// Baseline format: 1.0
ArrayReturn: androidx.collection.ArraySet#ArraySet(E[]) parameter #0:
Method parameter should be Collection<E> (or subclass) instead of raw array; was `E[]`
ArrayReturn: androidx.collection.ArraySet#toArray():
Method should return Collection<Object> (or subclass) instead of raw array; was `java.lang.Object[]`
ArrayReturn: androidx.collection.ArraySet#toArray(T[]):
Method should return Collection<T> (or subclass) instead of raw array; was `T[]`
ArrayReturn: androidx.collection.ArraySet#toArray(T[]) parameter #0:
Method parameter should be Collection<T> (or subclass) instead of raw array; was `T[]`
KotlinOperator: androidx.collection.SparseArrayCompat#get(int, E):
Note that adding the `operator` keyword would allow calling this method using operator syntax
NoClone: androidx.collection.LongSparseArray#clone():
Provide an explicit copy constructor instead of implementing `clone()`
NoClone: androidx.collection.SparseArrayCompat#clone():
Provide an explicit copy constructor instead of implementing `clone()`