ericduran/chromeHAR

View on GitHub

Showing 371 of 463 total issues

Function stop has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    stop: function( type, clearQueue, gotoEnd ) {
        var stopQueue = function( hooks ) {
            var stop = hooks.stop;
            delete hooks.stop;
            stop( gotoEnd );
Severity: Minor
Found in bower_components/jquery/jquery.js - About 1 hr to fix

    Function val has 40 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        val: function( value ) {
            var hooks, ret, isFunction,
                elem = this[0];
    
            if ( !arguments.length ) {
    Severity: Minor
    Found in bower_components/jquery/jquery.js - About 1 hr to fix

      Function optionDirective has 39 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      var optionDirective = ['$interpolate', function($interpolate) {
        var nullSelectCtrl = {
          addOption: noop,
          removeOption: noop
        };
      Severity: Minor
      Found in bower_components/angular/angular.js - About 1 hr to fix

        Function controller has 39 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            controller: ['$element', '$scope', '$attrs', function($element, $scope, $attrs) {
              var self = this,
                  optionsMap = {},
                  ngModelCtrl = nullModelCtrl,
                  nullOption,
        Severity: Minor
        Found in bower_components/angular/angular.js - About 1 hr to fix

          Function ngIncludeDirective has 39 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                            function($http,   $templateCache,   $anchorScroll,   $compile) {
            return {
              restrict: 'ECA',
              terminal: true,
              compile: function(element, attr) {
          Severity: Minor
          Found in bower_components/angular/angular.js - About 1 hr to fix

            Function loadModules has 38 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

              function loadModules(modulesToLoad){
                var runBlocks = [];
                forEach(modulesToLoad, function(module) {
                  if (loadedModules.get(module)) return;
                  loadedModules.put(module, true);
            Severity: Minor
            Found in bower_components/angular/angular.js - About 1 hr to fix

              Function angularInit has 38 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function angularInit(element, bootstrap) {
                var elements = [element],
                    appElement,
                    module,
                    names = ['ng:app', 'ng-app', 'x-ng-app', 'data-ng-app'],
              Severity: Minor
              Found in bower_components/angular/angular.js - About 1 hr to fix

                Function each has 38 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    each: function( obj, callback, args ) {
                        var value,
                            i = 0,
                            length = obj.length,
                            isArray = isArraylike( obj );
                Severity: Minor
                Found in bower_components/jquery/jquery.js - About 1 hr to fix

                  Function $broadcast has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                        $broadcast: function(name, args) {
                          var target = this,
                              current = target,
                              next = target,
                              event = {
                  Severity: Minor
                  Found in bower_components/angular/angular.js - About 1 hr to fix

                    Function equals has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function equals(o1, o2) {
                      if (o1 === o2) return true;
                      if (o1 === null || o2 === null) return false;
                      if (o1 !== o1 && o2 !== o2) return true; // NaN === NaN
                      var t1 = typeof o1, t2 = typeof o2, length, key, keySet;
                    Severity: Minor
                    Found in bower_components/angular/angular.js - About 1 hr to fix

                      Function $set has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                            $set: function(key, value, writeAttr, attrName) {
                              var booleanKey = getBooleanAttrName(this.$$element[0], key),
                                  $$observers = this.$$observers,
                                  normalizedVal;
                      
                      
                      Severity: Minor
                      Found in bower_components/angular/angular.js - About 1 hr to fix

                        Function link has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            link: function(scope, element, attr) {
                              var lastScope,
                                  onloadExp = attr.onload || '';
                        
                              scope.$on('$routeChangeSuccess', update);
                        Severity: Minor
                        Found in bower_components/angular/angular.js - About 1 hr to fix

                          Function ajaxHandleResponses has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          function ajaxHandleResponses( s, jqXHR, responses ) {
                          
                              var ct, type, finalDataType, firstDataType,
                                  contents = s.contents,
                                  dataTypes = s.dataTypes;
                          Severity: Minor
                          Found in bower_components/jquery/jquery.js - About 1 hr to fix

                            Function showHide has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            function showHide( elements, show ) {
                                var display, elem, hidden,
                                    values = [],
                                    index = 0,
                                    length = elements.length;
                            Severity: Minor
                            Found in bower_components/jquery/jquery.js - About 1 hr to fix

                              Function eventHandler has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                var eventHandler = function (event, type) {
                                  if (!event.preventDefault) {
                                    event.preventDefault = function() {
                                      event.returnValue = false; //ie
                                    };
                              Severity: Minor
                              Found in bower_components/angular/angular.js - About 1 hr to fix

                                Function $LogProvider has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                function $LogProvider(){
                                  this.$get = ['$window', function($window){
                                    return {
                                      /**
                                       * @ngdoc method
                                Severity: Minor
                                Found in bower_components/angular/angular.js - About 1 hr to fix

                                  Function when has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      when: function( subordinate /* , ..., subordinateN */ ) {
                                          var i = 0,
                                              resolveValues = core_slice.call( arguments ),
                                              length = resolveValues.length,
                                  
                                  
                                  Severity: Minor
                                  Found in bower_components/jquery/jquery.js - About 1 hr to fix

                                    Function defineProperty has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        Object.defineProperty = function defineProperty(object, property, descriptor) {
                                            if ((typeof object != "object" && typeof object != "function") || object === null) {
                                                throw new TypeError(ERR_NON_OBJECT_TARGET + object);
                                            }
                                            if ((typeof descriptor != "object" && typeof descriptor != "function") || descriptor === null) {
                                    Severity: Minor
                                    Found in bower_components/es5-shim/es5-sham.js - About 1 hr to fix

                                      Function readSource has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      fs.readFile(path.join(__dirname, "lib", "json3.js"), "utf8", function readSource(exception, source) {
                                        var error, output, compiler, results;
                                        if (exception) {
                                          console.log(exception);
                                        } else {
                                      Severity: Minor
                                      Found in bower_components/json3/build.js - About 1 hr to fix

                                        Function setPrintSupport has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                          function setPrintSupport(ownerDocument) {
                                            var printSheet,
                                                wrappers,
                                                cache = getCache(ownerDocument),
                                                namespaces = ownerDocument.namespaces,
                                        Severity: Minor
                                        Found in bower_components/json3/benchmark/assets/html5.js - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language