preston/bittorious

View on GitHub

Showing 181 of 235 total issues

Function $get has 239 lines of code (exceeds 25 allowed). Consider refactoring.
Open

       function($$jqLite,   $rootScope,   $injector,   $$AnimateRunner,   $$rAFScheduler) {

    var animationQueue = [];
    var applyAnimationClasses = applyAnimationClassesFactory($$jqLite);

Severity: Major
Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 1 day to fix

    Function $RouteProvider has 216 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function $RouteProvider() {
      function inherit(parent, extra) {
        return angular.extend(Object.create(parent), extra);
      }
    
    
    Severity: Major
    Found in lib/assets/bower_components/angular-route/angular-route.js - About 1 day to fix

      Function $$AnimateJsProvider has 203 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      var $$AnimateJsProvider = ['$animateProvider', function($animateProvider) {
        this.$get = ['$injector', '$$AnimateRunner', '$$rAFMutex', '$$jqLite',
             function($injector,   $$AnimateRunner,   $$rAFMutex,   $$jqLite) {
      
          var applyAnimationClasses = applyAnimationClassesFactory($$jqLite);
      Severity: Major
      Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 1 day to fix

        Function $get has 200 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

               function($injector,   $$AnimateRunner,   $$rAFMutex,   $$jqLite) {
        
            var applyAnimationClasses = applyAnimationClassesFactory($$jqLite);
                 // $animateJs(element, 'enter');
            return function(element, event, classes, options) {
        Severity: Major
        Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 1 day to fix

          Function $$AnimateCssDriverProvider has 180 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          var $$AnimateCssDriverProvider = ['$$animationProvider', function($$animationProvider) {
            $$animationProvider.drivers.push('$$animateCssDriver');
          
            var NG_ANIMATE_SHIM_CLASS_NAME = 'ng-animate-shim';
            var NG_ANIMATE_ANCHOR_CLASS_NAME = 'ng-anchor';
          Severity: Major
          Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 7 hrs to fix

            Function $get has 172 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                   function($animateCss,   $rootScope,   $$AnimateRunner,   $rootElement,   $document,   $sniffer) {
            
                // only browsers that support these properties can render animations
                if (!$sniffer.animations && !$sniffer.transitions) return noop;
            
            
            Severity: Major
            Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 6 hrs to fix

              Function translateDirective has 169 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function translateDirective($translate, $q, $interpolate, $compile, $parse, $rootScope) {
              
                'use strict';
              
                /**
              Severity: Major
              Found in lib/assets/bower_components/angular-translate/angular-translate.js - About 6 hrs to fix

                Function compile has 159 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    compile: function (tElement, tAttr) {
                
                      var translateValuesExist = (tAttr.translateValues) ?
                        tAttr.translateValues : undefined;
                
                
                Severity: Major
                Found in lib/assets/bower_components/angular-translate/angular-translate.js - About 6 hrs to fix

                  Function queueAnimation has 155 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      function queueAnimation(element, event, options) {
                        var node, parent;
                        element = stripCommentsFromElement(element);
                        if (element) {
                          node = getDomNode(element);
                  Severity: Major
                  Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 6 hrs to fix

                    Function linkFn has 150 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                          return function linkFn(scope, iElement, iAttr) {
                    
                            scope.interpolateParams = {};
                            scope.preText = '';
                            scope.postText = '';
                    Severity: Major
                    Found in lib/assets/bower_components/angular-translate/angular-translate.js - About 6 hrs to fix

                      File angular-growl.js has 414 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      /**
                       * angular-growl-v2 - v0.7.4 - 2015-06-17
                       * http://janstevens.github.io/angular-growl-2
                       * Copyright (c) 2015 Marco Rinck,Jan Stevens; Licensed MIT
                       */
                      Severity: Minor
                      Found in lib/assets/bower_components/angular-growl-v2/build/angular-growl.js - About 5 hrs to fix

                        Function $get has 145 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                              function($rootScope, $location, $routeParams, $q, $injector, $templateRequest, $sce) {
                        
                            /**
                             * @ngdoc service
                             * @name $route
                        Severity: Major
                        Found in lib/assets/bower_components/angular-route/angular-route.js - About 5 hrs to fix

                          Function exports has 121 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          module.exports = function(grunt) {
                            'use strict';
                          
                            // Project configuration.
                            grunt.initConfig({
                          Severity: Major
                          Found in lib/assets/bower_components/restangular/Gruntfile.js - About 4 hrs to fix

                            Function start has 119 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                  function start() {
                                    if (animationClosed) return;
                                    if (!node.parentNode) {
                                      close();
                                      return;
                            Severity: Major
                            Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 4 hrs to fix

                              Function $$AnimateRunnerFactory has 114 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              var $$AnimateRunnerFactory = ['$q', '$$rAFMutex', function($q, $$rAFMutex) {
                                var INITIAL_STATE = 0;
                                var DONE_PENDING_STATE = 1;
                                var DONE_COMPLETE_STATE = 2;
                              
                              
                              Severity: Major
                              Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 4 hrs to fix

                                Function $translateSanitizationProvider has 112 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                function $translateSanitizationProvider () {
                                
                                  'use strict';
                                
                                  var $sanitize,
                                Severity: Major
                                Found in lib/assets/bower_components/angular-translate/angular-translate.js - About 4 hrs to fix

                                  Function $get has 103 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      function ($rootScope, $interpolate, $sce, $filter, $timeout, growlMessages) {
                                        var translate;
                                        growlMessages.onlyUnique = _onlyUniqueMessages;
                                        growlMessages.reverseOrder = _reverseOrder;
                                        try {
                                  Severity: Major
                                  Found in lib/assets/bower_components/angular-growl-v2/build/angular-growl.js - About 4 hrs to fix

                                    Function debounce has 97 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        function debounce(func, wait, options) {
                                          var args,
                                              maxTimeoutId,
                                              result,
                                              stamp,
                                    Severity: Major
                                    Found in lib/assets/bower_components/lodash/lodash.js - About 3 hrs to fix

                                      Function prepareAnchoredAnimation has 92 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          function prepareAnchoredAnimation(classes, outAnchor, inAnchor) {
                                            var clone = jqLite(getDomNode(outAnchor).cloneNode(true));
                                            var startingClasses = filterCssClasses(getClassVal(clone));
                                      
                                            outAnchor.addClass(NG_ANIMATE_SHIM_CLASS_NAME);
                                      Severity: Major
                                      Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 3 hrs to fix

                                        File angular-route.js has 310 lines of code (exceeds 250 allowed). Consider refactoring.
                                        Open

                                        /**
                                         * @license AngularJS v1.4.3
                                         * (c) 2010-2015 Google, Inc. http://angularjs.org
                                         * License: MIT
                                         */
                                        Severity: Minor
                                        Found in lib/assets/bower_components/angular-route/angular-route.js - About 3 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language