eiriksm/msg2svg

View on GitHub

Showing 207 of 537 total issues

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

  function circleStream(stream, radius, delta, direction, t0, t1) {
Severity: Minor
Found in out.js - About 45 mins to fix

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

      function clipLine(a, b, x0, y0, x1, y1) {
    Severity: Minor
    Found in out.js - About 45 mins to fix

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

          arc: function(x, y, r, a0, a1, ccw) {
      Severity: Minor
      Found in out.js - About 45 mins to fix

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

            function translate(xa, ya, xb, yb, s, q) {
        Severity: Minor
        Found in out.js - About 45 mins to fix

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

            function bindIndex(parent, group, enter, update, exit, data) {
          Severity: Minor
          Found in out.js - About 45 mins to fix

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

                function scale(xa, ya, xb, yb, s, q) {
            Severity: Minor
            Found in out.js - About 45 mins to fix

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

                function schedule(node, name, id, index, group, timing) {
              Severity: Minor
              Found in out.js - About 45 mins to fix

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

                  function Quadtree(x, y, x0, y0, x1, y1) {
                Severity: Minor
                Found in out.js - About 45 mins to fix

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

                      bezierCurveTo: function(x1, y1, x2, y2, x, y) { this._context.bezierCurveTo(y1, x1, y2, x2, y, x); }
                  Severity: Minor
                  Found in out.js - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                if (t > v) break;
                    Severity: Major
                    Found in out.js - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                  if (t < u) continue;
                      Severity: Major
                      Found in out.js - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                    if (t < u) continue;
                        Severity: Major
                        Found in out.js - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                    if ((t = typenames[i]).type === o.type && t.name === o.name) {
                                      return o.value;
                                    }
                          Severity: Major
                          Found in out.js - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                        if (child = children[k]) {
                                          schedule(child, name, id, k, children, inherit);
                                        }
                            Severity: Major
                            Found in out.js - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                          if (t > v) break;
                              Severity: Major
                              Found in out.js - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                            if (angle(lambda0$1, lambda) > angle(lambda0$1, lambda1)) lambda1 = lambda;
                                Severity: Major
                                Found in out.js - About 45 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                              if (angle(lambda, lambda1) > angle(lambda0$1, lambda1)) lambda0$1 = lambda;
                                  Severity: Major
                                  Found in out.js - About 45 mins to fix

                                    Avoid deeply nested control flow statements.
                                    Open

                                                for (i = points.length - 1; i >= 0; --i) stream.point((point = points[i])[0], point[1]);
                                    Severity: Major
                                    Found in out.js - About 45 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                  if (intersects(j._, c._)) {
                                                    b = j, a.next = b, b.previous = a, --i;
                                                    continue pack;
                                                  }
                                      Severity: Major
                                      Found in out.js - About 45 mins to fix

                                        Avoid deeply nested control flow statements.
                                        Open

                                                    if (intersects(k._, c._)) {
                                                      a = k, a.next = b, b.previous = a, --i;
                                                      continue pack;
                                                    }
                                        Severity: Major
                                        Found in out.js - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language