Showing 147 of 294 total issues

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

  double[] cycle(double[] S, int first, int second, int third, int fourth, int fifth);
Severity: Minor
Found in src/main/java/com/trickl/math/Permutator.java - About 45 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/StandardPermutator.java - About 35 mins to fix

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

        public <T> T[] cycle(T[] 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

          float[] cycle(float[] 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 partitionByMedian has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

            protected int partitionByMedian(int[] 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(short[] 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 short[] cycle(short[] S, int first, int second, int third, int fourth) {
              Severity: Minor
              Found in src/main/java/com/trickl/math/ChainPermutator.java - About 35 mins to fix

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

                  char[] cycle(char[] 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 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/ThreeWayPartitioner.java - About 35 mins to fix

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

                      protected int partitionByMedian(float[] 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 <T> T[] cycle(T[] 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

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

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

                            int[] cycle(int[] 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 selectFirst has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

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

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

                                int select(int[] 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 float[] cycle(float[] S, int first, int second, int third, int fourth) {
                                Severity: Minor
                                Found in src/main/java/com/trickl/math/ChainPermutator.java - About 35 mins to fix

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

                                    public int select(int[] 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

                                      public int select(float[] 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 double[] cycle(double[] 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

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