Showing 3,943 of 3,943 total issues
Avoid too many return
statements within this method. Open
Open
if (flowUuid != null ? !flowUuid.equals(that.flowUuid) : that.flowUuid != null) return false;
Avoid too many return
statements within this method. Open
Open
if (executionId != null ? !executionId.equals(that.executionId) : that.executionId != null) return false;
Avoid too many return
statements within this method. Open
Open
if (triggeringSource != null ? !triggeringSource.equals(that.triggeringSource) : that.triggeringSource != null) return false;
Avoid too many return
statements within this method. Open
Open
if (bulkNumber != null ? !bulkNumber.equals(that.bulkNumber) : that.bulkNumber != null) return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
if (!suspensionReason.equals(that.suspensionReason)) return false;
Avoid too many return
statements within this method. Open
Open
if (status != that.status) return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
if (hostName != null ? !hostName.equals(that.hostName) : that.hostName != null) 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 PythonExecutorStatus.DOWN;
Avoid too many return
statements within this method. Open
Open
if (!splitId.equals(that.splitId)) return false;
Avoid too many return
statements within this method. Open
Open
if (owner != null ? !owner.equals(that.owner) : that.owner != null) return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
if (roi != that.roi) return false;
Avoid too many return
statements within this method. Open
Open
if (licenseConsumption != null ? !licenseConsumption.equals(that.licenseConsumption) : that.licenseConsumption != null) return false;
Avoid too many return
statements within this method. Open
Open
if (queueSync != that.queueSync) return false;
Avoid too many return
statements within this method. Open
Open
if (password != null ? !password.equals(that.password) : that.password != null) return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
if (mergedBranches != that.mergedBranches) return false;