cs-util-com/cscore

View on GitHub

Showing 1,140 of 1,140 total issues

Method FindBoundary has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        private IndexNode FindBoundary(CollectionIndex index, IndexNode cur, BsonValue value, int order, int level)

    Method Backtrack has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            private static Lcs Backtrack(int[,] matrix, List<JToken> left, List<JToken> right, int li, int ri)

      Method Between has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              public static Query Between(string field, BsonValue start, BsonValue end, bool startEquals = true, bool endEquals = true)

        Method stbi_zlib_decode_malloc_guesssize_headerflag has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                public static byte[] stbi_zlib_decode_malloc_guesssize_headerflag(byte[] buffer, int len, int initial_size,
                    out int outlen, int parse_header)

          Method CombineRGBA has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  private static byte[] CombineRGBA(double[] red, double[] green, double[] blue, double[] alpha, int length) {

            Method RunRepeated has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                    public static async Task RunRepeated(Func<Task<bool>> task, int delayInMsBetweenIterations, CancellationToken cancelToken, int delayInMsBeforeFirstExecution = 0, float repetitions = -1) {
            Severity: Minor
            Found in CsCore/PlainNetClassLib/src/Plugins/CsCore/com/csutil/async/TaskV2.cs - About 35 mins to fix

              Method GetForecast has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                      public static Task<Response> GetForecast(double latitude, double longitude, bool includeCurrentWeather = true, bool includeNextHours = true, bool includeNextDays = true) {

                Method Erode has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                        public static byte[] Erode(byte[] image, int width, int height, int bytePerPixel, int kernelSize) {

                  Method stbi__resample_row_h_2 has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                          private static FakePtr<byte> stbi__resample_row_h_2(FakePtr<byte> _out_, FakePtr<byte> in_near,
                              FakePtr<byte> in_far, int w, int hs)

                    Method stbi__resample_row_hv_2 has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                            private static FakePtr<byte> stbi__resample_row_hv_2(FakePtr<byte> _out_, FakePtr<byte> in_near,
                                FakePtr<byte> in_far, int w, int hs)

                      Method stbi__resample_row_generic has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                              private static FakePtr<byte> stbi__resample_row_generic(FakePtr<byte> _out_, FakePtr<byte> in_near,
                                  FakePtr<byte> in_far, int w, int hs)

                        Method FromFloodFill has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                public static byte[] FromFloodFill(byte[] floodFilled, int width, int height, int bytesPerPixel, int kernel) {

                          Method stbi__resample_row_v_2 has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                                  private static FakePtr<byte> stbi__resample_row_v_2(FakePtr<byte> _out_, FakePtr<byte> in_near,
                                      FakePtr<byte> in_far, int w, int hs)

                            Method ToStringV2 has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                    public static string ToStringV2<T>(this IEnumerable<T> args, Func<T, string> toString, string bracket1 = "[", string bracket2 = "]", string separator = ", ") {

                              Method NextRandomName has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                      public static string NextRandomName(this Random self, string genertorInstruction, List<string> vowels, List<string> consonants1, List<string> consonants2) {

                                Method BoxFilterSingleChannel has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                        public static double[] BoxFilterSingleChannel(double[] img, int width, int height, int radius, int channels) {

                                  Method Dilate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                          public static byte[] Dilate(byte[] imageData, int width, int height, int bytePerPixel, int kernelSize) {

                                    Method FromClosedFloodFill has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                            public static byte[] FromClosedFloodFill(byte[] floodFilled, int width, int height, int bytesPerPixel, int kernel) {

                                      Method ValidateIfAllJsonFieldsWereParsedIntoObject has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                              private static void ValidateIfAllJsonFieldsWereParsedIntoObject(IJsonReader jsonReader, IJsonWriter jsonWriter, string input, Type targetType, object result) {

                                        Method resample_row_1 has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                                private static FakePtr<byte> resample_row_1(FakePtr<byte> _out_, FakePtr<byte> in_near, FakePtr<byte> in_far,
                                                    int w, int hs)
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language