Showing 87 of 87 total issues
Avoid too many return
statements within this method. Open
Open
if (adbPath != null ? !adbPath.equals(arg.adbPath) : arg.adbPath != null) return false;
Avoid too many return
statements within this method. Open
Open
if (!Arrays.equals(mainArgument, arg.mainArgument)) return false;
Avoid too many return
statements within this method. Open
Open
return new LocationResult(Location.ANDROID_HOME, new String[]{userPath + WIN_DEFAULT_ANDROID_HOME});
Avoid too many return
statements within this method. Open
Open
if (!Arrays.equals(reportFilterIntent, arg.reportFilterIntent)) return false;
Avoid too many return
statements within this method. Open
Open
return new LocationResult(Location.WIN_DEFAULT, new String[]{userPath + WIN_DEFAULT_SDK});
Avoid too many return
statements within this method. Open
Open
if (!Arrays.equals(dumpsysServices, arg.dumpsysServices)) return false;
Avoid too many return
statements within this method. Open
Open
if (versionName != null ? !versionName.equals(that.versionName) : that.versionName != null) return false;
Avoid too many return
statements within this method. Open
Open
if (codePath != null ? !codePath.equals(that.codePath) : that.codePath != null) return false;
Avoid too many return
statements within this method. Open
Open
if (debug != arg.debug) return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return pkgHash != null ? pkgHash.equals(that.pkgHash) : that.pkgHash == null;
Avoid too many return
statements within this method. Open
Open
if (force != arg.force) return false;
Avoid too many return
statements within this method. Open
Open
if (updateTime != null ? !updateTime.equals(that.updateTime) : that.updateTime != null) return false;
Avoid too many return
statements within this method. Open
Open
return mode == arg.mode;
Avoid too many return
statements within this method. Open
Open
if (grantPermissions != arg.grantPermissions) return false;
Avoid too many return
statements within this method. Open
Open
if (waitForDevice != arg.waitForDevice) return false;
Avoid too many return
statements within this method. Open
Open
return new LocationResult(Location.MAC_DEFAULT, new String[]{userPath + MAC_DEFAULT_HOME});
Avoid too many return
statements within this method. Open
Open
if (keepData != arg.keepData) return false;
Avoid too many return
statements within this method. Open
Open
if (device != null ? !device.equals(arg.device) : arg.device != null) return false;
Avoid too many return
statements within this method. Open
Open
return new LocationResult(Location.ANDROID_HOME, new String[]{androidHome + MAC_DEFAULT_ANDROID_HOME});