Showing 294 of 294 total issues

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

  public float[] cycle(float[] S, int first, int second, int third, int fourth) {
Severity: Minor
Found in src/main/java/com/trickl/math/IntArrayPermutator.java - About 35 mins to fix

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

      <T> T[] cycle(T[] S, int first, int second, int third, int fourth);
    Severity: Minor
    Found in src/main/java/com/trickl/math/Permutator.java - About 35 mins to fix

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

        public int select(short[] S, int[] freq, int start, int end, int k) {
      Severity: Minor
      Found in src/main/java/com/trickl/selection/MedianOfMedians.java - About 35 mins to fix

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

          public char[] cycle(char[] S, int first, int second, int third, int fourth) {
        Severity: Minor
        Found in src/main/java/com/trickl/math/IntArrayPermutator.java - About 35 mins to fix

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

                T[] S,
                int[] freq,
                int k,
                final Comparator<T> comparator,
                SelectionAlgorithm selectionAlgorithm) {
          Severity: Minor
          Found in src/main/java/com/trickl/selection/Selection.java - About 35 mins to fix

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

              protected int partitionByMedian(short[] S, int[] freq, int[] indices, int low, int high) {
            Severity: Minor
            Found in src/main/java/com/trickl/selection/MedianOfMedians.java - About 35 mins to fix

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

                int select(char[] arr, int[] freq, int start, int end, int k);
              Severity: Minor
              Found in src/main/java/com/trickl/selection/SelectionAlgorithm.java - About 35 mins to fix

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

                  public char[] cycle(char[] S, int first, int second, int third, int fourth) {
                Severity: Minor
                Found in src/main/java/com/trickl/math/StandardPermutator.java - About 35 mins to fix

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

                    double[] cycle(double[] S, int first, int second, int third, int fourth);
                  Severity: Minor
                  Found in src/main/java/com/trickl/math/Permutator.java - About 35 mins to fix

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

                      private <T> int medianOf3(T[] arr, int a, int b, int c, Comparator<T> comparator) {
                    Severity: Minor
                    Found in src/main/java/com/trickl/sort/QuickSort.java - About 35 mins to fix

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

                        protected int partitionByMedian(char[] S, int[] freq, int[] indices, int low, int high) {
                      Severity: Minor
                      Found in src/main/java/com/trickl/selection/MedianOfMedians.java - About 35 mins to fix

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

                          public short[] cycle(short[] S, int first, int second, int third, int fourth) {
                        Severity: Minor
                        Found in src/main/java/com/trickl/math/StandardPermutator.java - About 35 mins to fix

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

                            public int select(char[] S, int[] freq, int start, int end, int k) {
                          Severity: Minor
                          Found in src/main/java/com/trickl/selection/MedianOfMedians.java - About 35 mins to fix

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

                              protected int partitionByMedian(double[] S, int[] freq, int[] indices, int low, int high) {
                            Severity: Minor
                            Found in src/main/java/com/trickl/selection/MedianOfMedians.java - About 35 mins to fix

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

                                public short[] cycle(short[] S, int first, int second, int third, int fourth) {
                              Severity: Minor
                              Found in src/main/java/com/trickl/math/IntArrayPermutator.java - About 35 mins to fix

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

                                  public <T> int partition(T[] arr, int start, int end, T pivot, Comparator<T> comparator) {
                                Severity: Minor
                                Found in src/main/java/com/trickl/sort/GreaterOrEqualPartitioner.java - About 35 mins to fix

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

                                    public int select(double[] S, int[] freq, int start, int end, int k) {
                                  Severity: Minor
                                  Found in src/main/java/com/trickl/selection/MedianOfMedians.java - About 35 mins to fix

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

                                      int select(double[] arr, int[] freq, int start, int end, int k);
                                    Severity: Minor
                                    Found in src/main/java/com/trickl/selection/SelectionAlgorithm.java - About 35 mins to fix

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

                                        public int[] cycle(int[] S, int first, int second, int third, int fourth) {
                                      Severity: Minor
                                      Found in src/main/java/com/trickl/math/IntArrayPermutator.java - About 35 mins to fix

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

                                          short[] cycle(short[] S, int first, int second, int third, int fourth);
                                        Severity: Minor
                                        Found in src/main/java/com/trickl/math/Permutator.java - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language