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

            for(key in o1) {
              if (key.charAt(0) === '$' || isFunction(o1[key])) continue;
              if (!equals(o1[key], o2[key])) return false;
              keySet[key] = true;
            }
    Severity: Major
    Found in bower_components/angular/angular.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 (obj.hasOwnProperty(key)) {
                  iterator.call(context, obj[key], key);
                }
        Severity: Major
        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

            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 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

                          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 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 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

                      Avoid deeply nested control flow statements.
                      Open

                                for(key=0; key<length; key++) {
                                  if (!equals(o1[key], o2[key])) return false;
                                }
                      Severity: Major
                      Found in bower_components/angular/angular.js - About 45 mins to fix

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

                        function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
                        Severity: Minor
                        Found in bower_components/jquery/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 bower_components/jquery/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 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 ) && ++diff ) {
                                                                  // Cache the index of each encountered element
                                                                  if ( useCache ) {
                                                                      (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ];
                                                                  }
                              Severity: Major
                              Found in bower_components/jquery/jquery.js - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                            for (key in arg1) {
                                              fn(this[i], key, arg1[key]);
                                            }
                                Severity: Major
                                Found in bower_components/angular/angular.js - About 45 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                                          if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
                                                              cur += clazz + " ";
                                                          }
                                  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 ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&
                                                              contains( context, elem ) && elem.id === m ) {
                                                              results.push( elem );
                                                              return results;
                                                          }
                                      Severity: Major
                                      Found in bower_components/jquery/jquery.js - About 45 mins to fix

                                        Avoid deeply nested control flow statements.
                                        Open

                                                                if ( name.indexOf( "data-" ) === 0 ) {
                                                                    name = jQuery.camelCase( name.slice(5) );
                                                                    dataAttr( elem, name, data[ name ] );
                                                                }
                                        Severity: Major
                                        Found in bower_components/jquery/jquery.js - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language