Fix or suppress SAT CompareObjectsWithEquals findings (#10631)
* Fix or suppress SAT CompareObjectsWithEquals findings Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -68,6 +68,7 @@ public class RoamingBluetoothDevice extends DelegateBluetoothDevice {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("PMD.CompareObjectsWithEquals")
|
||||
protected @Nullable BluetoothDevice getDelegate() {
|
||||
BluetoothDevice newDelegate = null;
|
||||
int newRssi = Integer.MIN_VALUE;
|
||||
|
||||
Reference in New Issue
Block a user