aureooms/js-d-ary-heap

View on GitHub

Showing 10 of 12 total issues

Function merge has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

export default function merge(arity, compare, swap, a, i, j, k) {
Severity: Major
Found in src/core/merge.js - About 50 mins to fix

    Function remove has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    export default function remove(arity, compare, swap, a, i, j, k) {
    Severity: Major
    Found in src/core/remove.js - About 50 mins to fix

      Function siftup has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      export default function siftup(arity, compare, swap, a, i, j, k) {
      Severity: Major
      Found in src/core/siftup.js - About 50 mins to fix

        Function pull has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        export default function pull(arity, compare, swap, a, i, j, k) {
        Severity: Major
        Found in src/core/pull.js - About 50 mins to fix

          Function siftdown has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          export default function siftdown(arity, compare, swap, a, i, j, k) {
          Severity: Major
          Found in src/core/siftdown.js - About 50 mins to fix

            Function makeheap has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            export default function makeheap(arity, compare, swap, a, i, j) {
            Severity: Minor
            Found in src/core/makeheap.js - About 45 mins to fix

              Function sorted has 6 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              export default function* sorted(arity, compare, swap, a, i, j) {
              Severity: Minor
              Found in src/core/sorted.js - About 45 mins to fix

                Function nextchild has 6 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                export default function nextchild(arity, compare, swap, a, i, j) {
                Severity: Minor
                Found in src/core/nextchild.js - About 45 mins to fix

                  Function pop has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  export default function pop(arity, compare, swap, a, i, j) {
                  Severity: Minor
                  Found in src/core/pop.js - About 45 mins to fix

                    Function push has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    export default function push(arity, compare, swap, a, i, j) {
                    Severity: Minor
                    Found in src/core/push.js - About 45 mins to fix
                      Severity
                      Category
                      Status
                      Source
                      Language