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 diffs;

    Avoid too many return statements within this method.
    Open

                            return null;

      Avoid too many return statements within this method.
      Open

                      return new BsonValue(Convert.ToInt64(obj));

        Avoid too many return statements within this method.
        Open

                            return c();

          Avoid too many return statements within this method.
          Open

                              return patchArray[1];

            Avoid too many return statements within this method.
            Open

                                    return right;

              Avoid too many return statements within this method.
              Open

                          return null;

                Avoid too many return statements within this method.
                Open

                                        return left;

                  Avoid too many return statements within this method.
                  Open

                              return null;

                    Avoid too many return statements within this method.
                    Open

                                    return new BsonValue(lng);

                      Avoid too many return statements within this method.
                      Open

                                      return new BsonValue(Convert.ToDouble(obj));

                        Avoid too many return statements within this method.
                        Open

                                        return unchecked((UInt64)((Int64)value.RawValue));

                          Avoid too many return statements within this method.
                          Open

                                              return this.DeserializeArray(typeof(object), value.AsArray);

                            Avoid too many return statements within this method.
                            Open

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

                              Avoid too many return statements within this method.
                              Open

                                              return custom(obj);

                                Avoid too many return statements within this method.
                                Open

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

                                  Avoid too many return statements within this method.
                                  Open

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

                                    Avoid too many return statements within this method.
                                    Open

                                                    return value.RawValue;

                                      Avoid too many return statements within this method.
                                      Open

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

                                        Avoid too many return statements within this method.
                                        Open

                                                        return this.SerializeArray(Reflection.GetListItemType(obj.GetType()), obj as IEnumerable, depth);
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language