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

    Avoid too many return statements within this method.
    Open

                                return 0;

      Avoid too many return statements within this method.
      Open

                                  return 0;

        Avoid too many return statements within this method.
        Open

                        return new ObjectId(reader.ReadBytes(12));

          Avoid too many return statements within this method.
          Open

                              return false;

            Avoid too many return statements within this method.
            Open

                            if (tga_h < 1) return null;

              Avoid too many return statements within this method.
              Open

                                          return 0;

                Avoid too many return statements within this method.
                Open

                                                    return 0;

                  Avoid too many return statements within this method.
                  Open

                                  return BsonValue.MinValue;

                    Avoid too many return statements within this method.
                    Open

                                else if (value is IEnumerable) return new BsonArray((IEnumerable)value);

                      Avoid too many return statements within this method.
                      Open

                                          return false;

                        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

                                            if (ts == 253402300800000) return DateTime.MaxValue;

                              Avoid too many return statements within this method.
                              Open

                                              return reader.ReadInt64();

                                Avoid too many return statements within this method.
                                Open

                                            else if (value is String) return new BsonValue((String)value);

                                  Avoid too many return statements within this method.
                                  Open

                                                  return true;

                                    Avoid too many return statements within this method.
                                    Open

                                                        if (tga_bits_per_pixel != 8 && tga_bits_per_pixel != 16) return null;

                                      Avoid too many return statements within this method.
                                      Open

                                                                          return 0;

                                        Avoid too many return statements within this method.
                                        Open

                                                    else if (value is List<BsonValue>) return new BsonArray((List<BsonValue>)value);
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language