CloudSlang/cs-actions

View on GitHub

Showing 3,993 of 4,022 total issues

Avoid too many return statements within this method.
Open

        if (this$dbUrl == null ? other$dbUrl != null : !this$dbUrl.equals(other$dbUrl)) return false;

    Avoid too many return statements within this method.
    Open

            if (this.getSkip() != other.getSkip()) return false;

      Avoid too many return statements within this method.
      Open

              if (this$key == null ? other$key != null : !this$key.equals(other$key)) return false;

        Avoid too many return statements within this method.
        Open

                    return false;

          Avoid too many return statements within this method.
          Open

                  if (this$password == null ? other$password != null : !this$password.equals(other$password)) return false;

            Avoid too many return statements within this method.
            Open

                    if (this.getTimeout() != other.getTimeout()) return false;

              Avoid too many return statements within this method.
              Open

                          return false;

                Avoid too many return statements within this method.
                Open

                            return false;

                  Avoid too many return statements within this method.
                  Open

                          if (this$instance == null ? other$instance != null : !this$instance.equals(other$instance)) return false;

                    Avoid too many return statements within this method.
                    Open

                            if (this.isIgnoreCase() != other.isIgnoreCase()) return false;

                      Avoid too many return statements within this method.
                      Open

                                  return false;

                        Avoid too many return statements within this method.
                        Open

                                return EMPTY;

                          Avoid too many return statements within this method.
                          Open

                                  if (this$dbClass == null ? other$dbClass != null : !this$dbClass.equals(other$dbClass)) return false;

                            Avoid too many return statements within this method.
                            Open

                                    if (this.isNetcool() != other.isNetcool()) return false;

                              Avoid too many return statements within this method.
                              Open

                                          return false;

                                Avoid too many return statements within this method.
                                Open

                                        if (this$strDelim == null ? other$strDelim != null : !this$strDelim.equals(other$strDelim)) return false;

                                  Avoid too many return statements within this method.
                                  Open

                                          if (this.isTrustAllRoots() != other.isTrustAllRoots()) return false;

                                    Avoid too many return statements within this method.
                                    Open

                                            if (this$dbType == null ? other$dbType != null : !this$dbType.equals(other$dbType)) return false;

                                      Avoid too many return statements within this method.
                                      Open

                                                  return false;

                                        Avoid too many return statements within this method.
                                        Open

                                                if (this$dbName == null ? other$dbName != null : !this$dbName.equals(other$dbName)) return false;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language