klein0r/affiliate-dashboard

View on GitHub

Showing 288 of 320 total issues

Function fix has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    fix: function( event ) {
        if ( event[ jQuery.expando ] ) {
            return event;
        }

Severity: Minor
Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

    Function finish has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        finish: function( type ) {
            if ( type !== false ) {
                type = type || "fx";
            }
            return this.each(function() {
    Severity: Minor
    Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

      Function activate has 27 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        Tab.prototype.activate = function (element, container, callback) {
          var $active    = container.find('> .active')
          var transition = callback
            && $.support.transition
            && $active.hasClass('fade')
      Severity: Minor
      Found in web/js/bootstrap_tab_11.js - About 1 hr to fix

        Function activate has 27 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          Tab.prototype.activate = function (element, container, callback) {
            var $active    = container.find('> .active')
            var transition = callback
              && $.support.transition
              && $active.hasClass('fade')
        Severity: Minor
        Found in web/js/bootstrap.js - About 1 hr to fix

          Function propFilter has 27 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function propFilter( props, specialEasing ) {
              var index, name, easing, value, hooks;
          
              // camelCase, specialEasing and expand cssHook pass
              for ( index in props ) {
          Severity: Minor
          Found in web/js/jquery.js - About 1 hr to fix

            Function setup has 27 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                    setup: function() {
            
                        if ( rformElems.test( this.nodeName ) ) {
                            // IE doesn't fire change on a check/radio until blur; trigger it on click
                            // after a propertychange. Eat the blur-change in special.change.handle.
            Severity: Minor
            Found in web/js/jquery.js - About 1 hr to fix

              Function propFilter has 27 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function propFilter( props, specialEasing ) {
                  var index, name, easing, value, hooks;
              
                  // camelCase, specialEasing and expand cssHook pass
                  for ( index in props ) {
              Severity: Minor
              Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

                Method crawl has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function crawl(File $file)
                    {
                        $sales = [];
                
                        $crawler = new Crawler(file_get_contents($file->getPathname()));
                Severity: Minor
                Found in src/AffiliateDashboardBundle/Service/Xmlfile.php - About 1 hr to fix

                  Function setup has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                          setup: function() {
                  
                              if ( rformElems.test( this.nodeName ) ) {
                                  // IE doesn't fire change on a check/radio until blur; trigger it on click
                                  // after a propertychange. Eat the blur-change in special.change.handle.
                  Severity: Minor
                  Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

                    Function off has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        off: function( types, selector, fn ) {
                            var handleObj, type;
                            if ( types && types.preventDefault && types.handleObj ) {
                                // ( event )  dispatched jQuery.Event
                                handleObj = types.handleObj;
                    Severity: Minor
                    Found in web/js/jquery.js - About 1 hr to fix

                      Function * has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                              "*": [ function( prop, value ) {
                                  var tween = this.createTween( prop, value ),
                                      target = tween.cur(),
                                      parts = rfxnum.exec( value ),
                                      unit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
                      Severity: Minor
                      Found in web/js/jquery.js - About 1 hr to fix

                        Function offset has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            offset: function( options ) {
                                if ( arguments.length ) {
                                    return options === undefined ?
                                        this :
                                        this.each(function( i ) {
                        Severity: Minor
                        Found in web/js/jquery.js - About 1 hr to fix

                          Function offset has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              offset: function( options ) {
                                  if ( arguments.length ) {
                                      return options === undefined ?
                                          this :
                                          this.each(function( i ) {
                          Severity: Minor
                          Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

                            Function off has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                off: function( types, selector, fn ) {
                                    var handleObj, type;
                                    if ( types && types.preventDefault && types.handleObj ) {
                                        // ( event )  dispatched jQuery.Event
                                        handleObj = types.handleObj;
                            Severity: Minor
                            Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

                              Function * has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      "*": [ function( prop, value ) {
                                          var tween = this.createTween( prop, value ),
                                              target = tween.cur(),
                                              parts = rfxnum.exec( value ),
                                              unit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
                              Severity: Minor
                              Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

                                Consider simplifying this complex logical expression.
                                Open

                                        if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
                                                support.getById && context.nodeType === 9 && documentIsHTML &&
                                                Expr.relative[ tokens[1].type ] ) {
                                
                                            context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
                                Severity: Major
                                Found in web/js/jquery.js - About 1 hr to fix

                                  Consider simplifying this complex logical expression.
                                  Open

                                          if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
                                                  support.getById && context.nodeType === 9 && documentIsHTML &&
                                                  Expr.relative[ tokens[1].type ] ) {
                                  
                                              context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
                                  Severity: Major
                                  Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

                                    Function access has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                                    Severity: Major
                                    Found in web/js/jquery.js - About 50 mins to fix

                                      Function access has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                      var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                                      Severity: Major
                                      Found in web/js/jquery_jquery-1.11.1_1.js - About 50 mins to fix

                                        Method __construct has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            public function __construct($cfgName, $evaluation, $approveCfgAbsence = false, $testMessage = null, $helpHtml = null, $helpText = null, $optional = false)
                                        Severity: Major
                                        Found in var/SymfonyRequirements.php - About 50 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language