JohnMunsch/PaperQuik

View on GitHub

Showing 1,311 of 1,311 total issues

Avoid deeply nested control flow statements.
Open

                        if (k > 0)
                            length -= lengths[k - 1];
Severity: Major
Found in app/bower_components/paper/dist/paper-full.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                                if (value._owner)
                                    value = value.clone();
    Severity: Major
    Found in app/bower_components/paper/dist/paper-full.js - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                                  if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
                                      return true;
                                  }
      Severity: Major
      Found in app/bower_components/jquery/dist/jquery.js - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                if ( (elem = matcherOut[i]) ) {
                                    // Restore matcherIn since elem is not yet a final match
                                    temp.push( (matcherIn[i] = elem) );
                                }
        Severity: Major
        Found in app/bower_components/jquery/dist/jquery.js - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

                                  if ( (event.result = ret) === false ) {
                                      event.preventDefault();
                                      event.stopPropagation();
                                  }
          Severity: Major
          Found in app/bower_components/jquery/dist/jquery.js - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                    for ( type in data.events ) {
                                        if ( special[ type ] ) {
                                            jQuery.event.remove( elem, type );
            
                                        // This is a shortcut to avoid jQuery.event.remove's overhead
            Severity: Major
            Found in app/bower_components/jquery/dist/jquery.js - About 45 mins to fix

              Avoid deeply nested control flow statements.
              Open

                                  } else if (x0 <= xBefore) {
                                      windLeft += winding;
                                  } else if (x0 >= xAfter) {
                                      windRight += winding;
                                  }
              Severity: Major
              Found in app/bower_components/paper/dist/paper-full.js - About 45 mins to fix

                Avoid deeply nested control flow statements.
                Open

                                        if (w3 * w4 !== 0) {
                                            var curve = w3 < w4 ? c3 : c4,
                                                nextCurve = operator(curve._segment1._winding)
                                                    ? curve
                                                    : w3 < w4 ? c4 : c3,
                Severity: Major
                Found in app/bower_components/paper/dist/paper-full.js - About 45 mins to fix

                  Avoid deeply nested control flow statements.
                  Open

                                          while ( cur.indexOf( " " + clazz + " " ) >= 0 ) {
                                              cur = cur.replace( " " + clazz + " ", " " );
                                          }
                  Severity: Major
                  Found in app/bower_components/jquery/dist/jquery.js - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                    } else if ( copy !== undefined ) {
                                        target[ name ] = copy;
                                    }
                    Severity: Major
                    Found in app/bower_components/jquery/dist/jquery.js - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                          if (obj.hasOwnProperty(i))
                                              res[i] = Base.serialize(obj[i], options, compact,
                                                      dictionary);
                      Severity: Major
                      Found in app/bower_components/paper/dist/paper-full.js - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                                    if (from > 0 || to > 0)
                                                        flattener.drawPart(ctx,
                                                                Math.max(from, 0), Math.max(to, 0));
                        Severity: Major
                        Found in app/bower_components/paper/dist/paper-full.js - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                              if ( copyIsArray ) {
                                                  copyIsArray = false;
                                                  clone = src && jQuery.isArray(src) ? src : [];
                          
                                              } else {
                          Severity: Major
                          Found in app/bower_components/jquery/dist/jquery.js - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                                if (!compare.test(value))
                                                    return false;
                            Severity: Major
                            Found in app/bower_components/paper/dist/paper-full.js - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                                      if (sx == -1) tx = ty;
                                                      else if (sy == -1) ty = tx;
                              Severity: Major
                              Found in app/bower_components/paper/dist/paper-full.js - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                                    if (arg.constructor === Color) {
                                                        type = arg._type;
                                                        components = arg._components.slice();
                                                        alpha = arg._alpha;
                                                        if (type === 'gradient') {
                                Severity: Major
                                Found in app/bower_components/paper/dist/paper-full.js - About 45 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                                      if ( Expr.relative[ tokens[j].type ] ) {
                                                          break;
                                                      }
                                  Severity: Major
                                  Found in app/bower_components/jquery/dist/jquery.js - About 45 mins to fix

                                    Avoid deeply nested control flow statements.
                                    Open

                                                            if ('setLineDash' in ctx) {
                                                                ctx.setLineDash(dashArray);
                                                                ctx.lineDashOffset = dashOffset;
                                                            } else {
                                                                ctx.mozDash = dashArray;
                                    Severity: Major
                                    Found in app/bower_components/paper/dist/paper-full.js - About 45 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                          if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&
                                                              contains( context, elem ) && elem.id === m ) {
                                                              results.push( elem );
                                                              return results;
                                                          }
                                      Severity: Major
                                      Found in app/bower_components/jquery/dist/jquery.js - About 45 mins to fix

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

                                            init: function( elem, options, prop, end, easing, unit ) {
                                        Severity: Minor
                                        Found in app/bower_components/jquery/src/effects/Tween.js - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language