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 value.RawValue;

    Avoid too many return statements within this method.
    Open

                        return this.DeserializeArray(type.GetElementType(), value.AsArray);

      Avoid too many return statements within this method.
      Open

              return new string[] { hm[2], hm[3], hm[0], hm[1], hm[4] };

        Avoid too many return statements within this method.
        Open

                    else if (obj is Decimal) return new BsonValue((Decimal)obj);

          Avoid too many return statements within this method.
          Open

                          return this.SerializeObject(type, obj, depth);

            Avoid too many return statements within this method.
            Open

                        if (type == typeof(ExtendPage)) return new ExtendPage(pageID) as T;

              Avoid too many return statements within this method.
              Open

                      return diff_lineMode(text1, text2, deadline);

                Avoid too many return statements within this method.
                Open

                            else if (obj is Byte[]) return new BsonValue((Byte[])obj);

                  Avoid too many return statements within this method.
                  Open

                                  return this.SerializeDictionary(itemType, obj as IDictionary, depth);

                    Avoid too many return statements within this method.
                    Open

                                    return Enum.Parse(type, value.AsString);

                      Avoid too many return statements within this method.
                      Open

                              return 2;

                        Avoid too many return statements within this method.
                        Open

                                                return patchArray[0];

                          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 new BsonValue(Convert.ToInt32(obj));

                                Avoid too many return statements within this method.
                                Open

                                                return custom(value);

                                  Avoid too many return statements within this method.
                                  Open

                                        return diff_bisect(text1, text2, deadline);

                                    Avoid too many return statements within this method.
                                    Open

                                                    return o;

                                      Avoid too many return statements within this method.
                                      Open

                                                      return reader.ReadDecimal();

                                        Avoid too many return statements within this method.
                                        Open

                                                        if (tga_w < 1) return null;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language