CloudSlang/score

View on GitHub

Showing 3,943 of 3,943 total issues

Avoid too many return statements within this method.
Open

            return false;

    Avoid too many return statements within this method.
    Open

            if (description != null ? !description.equals(that.description) : that.description != null) return false;

      Avoid too many return statements within this method.
      Open

              return true;

        Avoid too many return statements within this method.
        Open

                    return PythonExecutorStatus.DOWN;

          Avoid too many return statements within this method.
          Open

                  if (flowPath != null ? !flowPath.equals(that.flowPath) : that.flowPath != null) return false;

            Avoid too many return statements within this method.
            Open

                    if (ackTime != null ? !ackTime.equals(that.ackTime) : that.ackTime != null) return false;

              Avoid too many return statements within this method.
              Open

                          return false;
              Severity: Major
              Found in score-api/src/main/java/io/cloudslang/score/api/ExecutionStep.java - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                return PythonExecutorStatus.BLOCKED;

                  Avoid too many return statements within this method.
                  Open

                              return false;

                    Avoid too many return statements within this method.
                    Open

                            if (groups != null ? !groups.equals(that.groups) : that.groups != null) return false;

                      Avoid too many return statements within this method.
                      Open

                              if (version != null ? !version.equals(that.version) : that.version != null) return false;

                        Avoid too many return statements within this method.
                        Open

                                return true;

                          Avoid too many return statements within this method.
                          Open

                                  if (status != that.status) return false;

                            Avoid too many return statements within this method.
                            Open

                                    if (jvm != null ? !jvm.equals(that.jvm) : that.jvm != null) return false;

                              Avoid too many return statements within this method.
                              Open

                                          return false;
                              Severity: Major
                              Found in score-api/src/main/java/io/cloudslang/score/api/ExecutionStep.java - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                            return doStopPythonExecutorParentProcess(pythonExecutorParentPid, pythonExecutorProcessDetails);

                                  Avoid too many return statements within this method.
                                  Open

                                          return false;

                                    Avoid too many return statements within this method.
                                    Open

                                            if (ackVersion != that.ackVersion) return false;

                                      Avoid too many return statements within this method.
                                      Open

                                              return true;

                                        Avoid too many return statements within this method.
                                        Open

                                                if (locked != that.locked) return false;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language