ericduran/chromeHAR

View on GitHub

Showing 371 of 463 total issues

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

function urlInputType(scope, element, attr, ctrl, $sniffer, $browser) {
Severity: Minor
Found in bower_components/angular/angular.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

              if (handler.comment) handler.comment( html.substring( 4, index ) );
    Severity: Major
    Found in bower_components/angular-sanitize/angular-sanitize.js - About 45 mins to fix

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

                     function($http,   $templateCache,   $route,   $anchorScroll,   $compile,
                              $controller) {
      Severity: Minor
      Found in bower_components/angular/angular.js - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                if ( match ) {
                  html = html.substring( match[0].length );
                  match[0].replace( END_TAG_REGEXP, parseEndTag );
                  chars = false;
                }
        Severity: Major
        Found in bower_components/angular-sanitize/angular-sanitize.js - About 45 mins to fix

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

          function createHttpBackend($browser, XHR, $browserDefer, callbacks, rawDocument, locationProtocol) {
          Severity: Minor
          Found in bower_components/angular/angular.js - About 45 mins to fix

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

            function emailInputType(scope, element, attr, ctrl, $sniffer, $browser) {
            Severity: Minor
            Found in bower_components/angular/angular.js - About 45 mins to fix

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

                    function($httpBackend, $browser, $cacheFactory, $rootScope, $q, $injector) {
              Severity: Minor
              Found in bower_components/angular/angular.js - About 45 mins to fix

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

                function numberInputType(scope, element, attr, ctrl, $sniffer, $browser) {
                Severity: Minor
                Found in bower_components/angular/angular.js - About 45 mins to fix

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

                  function textInputType(scope, element, attr, ctrl, $sniffer, $browser) {
                  Severity: Minor
                  Found in bower_components/angular/angular.js - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                          } else if ( BEGIN_TAG_REGEXP.test(html) ) {
                            match = html.match( START_TAG_REGEXP );
                    
                            if ( match ) {
                              html = html.substring( match[0].length );
                    Severity: Major
                    Found in bower_components/angular-sanitize/angular-sanitize.js - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                              if (isScope(o1) || isScope(o2) || isWindow(o1) || isWindow(o2) || isArray(o2)) return false;
                      Severity: Major
                      Found in bower_components/angular/angular.js - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                                    if ( (data = cache[1]) === true || data === cachedruns ) {
                                                        return data === true;
                                                    }
                        Severity: Major
                        Found in bower_components/jquery/jquery.js - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                                              if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) {
                                                                  return false;
                                                              }
                          Severity: Major
                          Found in bower_components/jquery/jquery.js - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                                    if ( hasScripts ) {
                                                        // Support: QtWebKit
                                                        // jQuery.merge because core_push.apply(_, arraylike) throws
                                                        jQuery.merge( scripts, getAll( node, "script" ) );
                                                    }
                            Severity: Major
                            Found in bower_components/jquery/jquery.js - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

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

                                Avoid deeply nested control flow statements.
                                Open

                                            if (lastCookies[name] === undefined) {
                                              lastCookies[name] = unescape(cookie.substring(index + 1));
                                            }
                                Severity: Major
                                Found in bower_components/angular/angular.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 bower_components/jquery/jquery.js - About 45 mins to fix

                                    Avoid deeply nested control flow statements.
                                    Open

                                                        if(start == 0) { // tiny optimisation #2
                                                            this.unshift.apply(this, args);
                                                            return [];
                                                        }
                                    Severity: Major
                                    Found in bower_components/es5-shim/es5-shim.js - About 45 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                          if (keyName) locals[keyName] = key;
                                      Severity: Major
                                      Found in bower_components/angular/angular.js - About 45 mins to fix

                                        Avoid deeply nested control flow statements.
                                        Open

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