CloudSlang/score

View on GitHub

Showing 3,943 of 3,943 total issues

Avoid too many return statements within this method.
Open

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

    Avoid too many return statements within this method.
    Open

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

      Avoid too many return statements within this method.
      Open

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

        Avoid too many return statements within this method.
        Open

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

          Avoid too many return statements within this method.
          Open

                  return true;

            Avoid too many return statements within this method.
            Open

                    if (!suspensionReason.equals(that.suspensionReason)) return false;

              Avoid too many return statements within this method.
              Open

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

                Avoid too many return statements within this method.
                Open

                        return true;

                  Avoid too many return statements within this method.
                  Open

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

                    Avoid too many return statements within this method.
                    Open

                                return false;

                      Avoid too many return statements within this method.
                      Open

                                  return PythonExecutorStatus.DOWN;

                        Avoid too many return statements within this method.
                        Open

                                if (!splitId.equals(that.splitId)) return false;

                          Avoid too many return statements within this method.
                          Open

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

                            Avoid too many return statements within this method.
                            Open

                                        return false;

                              Avoid too many return statements within this method.
                              Open

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

                                Avoid too many return statements within this method.
                                Open

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

                                  Avoid too many return statements within this method.
                                  Open

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

                                    Avoid too many return statements within this method.
                                    Open

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

                                      Avoid too many return statements within this method.
                                      Open

                                              return true;
                                      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

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