cs-util-com/cscore

View on GitHub

Showing 1,140 of 1,140 total issues

Avoid too many return statements within this method.
Open

            return new CachedEnumerable<T>(source);

    Avoid too many return statements within this method.
    Open

                    if (receivedCookieExpired) { Log.w("Expired cookie will not be added! cookie=" + cookie); return false; }

      Avoid too many return statements within this method.
      Open

                      if (wildcard == -1 || wildcard != accessInfo.domain.Length - this.domain.Length + 1) { return false; }

        Avoid too many return statements within this method.
        Open

                                        return 1;

          Avoid too many return statements within this method.
          Open

                          return null;

            Avoid too many return statements within this method.
            Open

                        if (TypeCheck.AreEqual<T, byte[]>()) { return (T)(object)await content.ReadAsByteArrayAsync(); }

              Avoid too many return statements within this method.
              Open

                              return true;

                Avoid too many return statements within this method.
                Open

                                                    return 1;

                  Avoid too many return statements within this method.
                  Open

                              return bracket1 + filteredResultStrings.Reduce((x, y) => x + separator + y) + bracket2;

                    Avoid too many return statements within this method.
                    Open

                                if (TypeCheck.AreEqual<T, HttpContent>()) { return (T)(object)content; }

                      Avoid too many return statements within this method.
                      Open

                                          return 1;

                        Avoid too many return statements within this method.
                        Open

                                                        return 0;

                          Avoid too many return statements within this method.
                          Open

                                                          return 1;

                            Avoid too many return statements within this method.
                            Open

                                            return 1;

                              Avoid too many return statements within this method.
                              Open

                                          if (TypeCheck.AreEqual<T, Stream>()) { return (T)(object)await content.ReadAsStreamAsync(); }

                                Avoid too many return statements within this method.
                                Open

                                            return true;

                                  Avoid too many return statements within this method.
                                  Open

                                                  return null;

                                    Avoid too many return statements within this method.
                                    Open

                                                                    return 0;

                                      Avoid too many return statements within this method.
                                      Open

                                                  return imageBytes;

                                        Avoid too many return statements within this method.
                                        Open

                                                    } else if (this.domain != null) { return false; }
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language