Showing 3,943 of 3,943 total issues
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
if (description != null ? !description.equals(that.description) : that.description != 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
return PythonExecutorStatus.DOWN;
Avoid too many return
statements within this method. Open
Open
if (flowPath != null ? !flowPath.equals(that.flowPath) : that.flowPath != null) return false;
Avoid too many return
statements within this method. Open
Open
if (ackTime != null ? !ackTime.equals(that.ackTime) : that.ackTime != 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.BLOCKED;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
if (groups != null ? !groups.equals(that.groups) : that.groups != null) return false;
Avoid too many return
statements within this method. Open
Open
if (version != null ? !version.equals(that.version) : that.version != 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 (status != that.status) return false;
Avoid too many return
statements within this method. Open
Open
if (jvm != null ? !jvm.equals(that.jvm) : that.jvm != 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 doStopPythonExecutorParentProcess(pythonExecutorParentPid, pythonExecutorProcessDetails);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
if (ackVersion != that.ackVersion) 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 (locked != that.locked) return false;