alexwilkinson/filmetric

View on GitHub

Showing 593 of 661 total issues

Function Callbacks has 128 lines of code (exceeds 25 allowed). Consider refactoring.
Open

jQuery.Callbacks = function( options ) {

    // Convert options from String-formatted to Object-formatted if needed
    // (we check in cache first)
    options = typeof options === "string" ?
Severity: Major
Found in public/assets/application-e6172b5f1ce821f01cad495ada62ddf1.js - About 5 hrs to fix

    Function Callbacks has 128 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    jQuery.Callbacks = function( options ) {
    
        // Convert options from String-formatted to Object-formatted if needed
        // (we check in cache first)
        options = typeof options === "string" ?
    Severity: Major
    Found in public/assets/application-f5d029e8e6771e9068f1f27069782ebe.js - About 5 hrs to fix

      Function Callbacks has 128 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      jQuery.Callbacks = function( options ) {
      
          // Convert options from String-formatted to Object-formatted if needed
          // (we check in cache first)
          options = typeof options === "string" ?
      Severity: Major
      Found in public/assets/application-a6fd188a646c5094522c3dec15f8444c.js - About 5 hrs to fix

        Function Callbacks has 128 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        jQuery.Callbacks = function( options ) {
        
            // Convert options from String-formatted to Object-formatted if needed
            // (we check in cache first)
            options = typeof options === "string" ?
        Severity: Major
        Found in public/assets/application-639413713c0d8d65733da467bb9772c5.js - About 5 hrs to fix

          Consider simplifying this complex logical expression.
          Open

                      if ( event.pageX == null && original.clientX != null ) {
                          eventDoc = event.target.ownerDocument || document;
                          doc = eventDoc.documentElement;
                          body = eventDoc.body;
          
          
          Severity: Critical
          Found in public/assets/application-e6172b5f1ce821f01cad495ada62ddf1.js - About 5 hrs to fix

            Consider simplifying this complex logical expression.
            Open

                        if ( event.pageX == null && original.clientX != null ) {
                            eventDoc = event.target.ownerDocument || document;
                            doc = eventDoc.documentElement;
                            body = eventDoc.body;
            
            
            Severity: Critical
            Found in public/assets/application-f5d029e8e6771e9068f1f27069782ebe.js - About 5 hrs to fix

              Consider simplifying this complex logical expression.
              Open

                          if ( event.pageX == null && original.clientX != null ) {
                              eventDoc = event.target.ownerDocument || document;
                              doc = eventDoc.documentElement;
                              body = eventDoc.body;
              
              
              Severity: Critical
              Found in public/assets/application-a6fd188a646c5094522c3dec15f8444c.js - About 5 hrs to fix

                Consider simplifying this complex logical expression.
                Open

                            if ( event.pageX == null && original.clientX != null ) {
                                eventDoc = event.target.ownerDocument || document;
                                doc = eventDoc.documentElement;
                                body = eventDoc.body;
                
                
                Severity: Critical
                Found in public/assets/application-639413713c0d8d65733da467bb9772c5.js - About 5 hrs to fix

                  Function defaultPrefilter has 104 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  function defaultPrefilter( elem, props, opts ) {
                      /* jshint validthis: true */
                      var prop, value, toggle, tween, hooks, oldfire, display, dDisplay,
                          anim = this,
                          orig = {},
                  Severity: Major
                  Found in public/assets/application-e6172b5f1ce821f01cad495ada62ddf1.js - About 4 hrs to fix

                    Function defaultPrefilter has 104 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function defaultPrefilter( elem, props, opts ) {
                        /* jshint validthis: true */
                        var prop, value, toggle, tween, hooks, oldfire, display, dDisplay,
                            anim = this,
                            orig = {},
                    Severity: Major
                    Found in public/assets/application-f5d029e8e6771e9068f1f27069782ebe.js - About 4 hrs to fix

                      Function defaultPrefilter has 104 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      function defaultPrefilter( elem, props, opts ) {
                          /* jshint validthis: true */
                          var prop, value, toggle, tween, hooks, oldfire, display, dDisplay,
                              anim = this,
                              orig = {},
                      Severity: Major
                      Found in public/assets/application-a6fd188a646c5094522c3dec15f8444c.js - About 4 hrs to fix

                        Function defaultPrefilter has 104 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        function defaultPrefilter( elem, props, opts ) {
                            /* jshint validthis: true */
                            var prop, value, toggle, tween, hooks, oldfire, display, dDisplay,
                                anim = this,
                                orig = {},
                        Severity: Major
                        Found in public/assets/application-639413713c0d8d65733da467bb9772c5.js - About 4 hrs to fix

                          Function trigger has 89 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              trigger: function( event, data, elem, onlyHandlers ) {
                                  var handle, ontype, cur,
                                      bubbleType, special, tmp, i,
                                      eventPath = [ elem || document ],
                                      type = hasOwn.call( event, "type" ) ? event.type : event,
                          Severity: Major
                          Found in public/assets/application-e6172b5f1ce821f01cad495ada62ddf1.js - About 3 hrs to fix

                            Function trigger has 89 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                trigger: function( event, data, elem, onlyHandlers ) {
                                    var handle, ontype, cur,
                                        bubbleType, special, tmp, i,
                                        eventPath = [ elem || document ],
                                        type = hasOwn.call( event, "type" ) ? event.type : event,
                            Severity: Major
                            Found in public/assets/application-f5d029e8e6771e9068f1f27069782ebe.js - About 3 hrs to fix

                              Function trigger has 89 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  trigger: function( event, data, elem, onlyHandlers ) {
                                      var handle, ontype, cur,
                                          bubbleType, special, tmp, i,
                                          eventPath = [ elem || document ],
                                          type = hasOwn.call( event, "type" ) ? event.type : event,
                              Severity: Major
                              Found in public/assets/application-a6fd188a646c5094522c3dec15f8444c.js - About 3 hrs to fix

                                Function trigger has 89 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    trigger: function( event, data, elem, onlyHandlers ) {
                                        var handle, ontype, cur,
                                            bubbleType, special, tmp, i,
                                            eventPath = [ elem || document ],
                                            type = hasOwn.call( event, "type" ) ? event.type : event,
                                Severity: Major
                                Found in public/assets/application-639413713c0d8d65733da467bb9772c5.js - About 3 hrs to fix

                                  Function Animation has 84 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  function Animation( elem, properties, options ) {
                                      var result,
                                          stopped,
                                          index = 0,
                                          length = animationPrefilters.length,
                                  Severity: Major
                                  Found in public/assets/application-e6172b5f1ce821f01cad495ada62ddf1.js - About 3 hrs to fix

                                    Function Animation has 84 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    function Animation( elem, properties, options ) {
                                        var result,
                                            stopped,
                                            index = 0,
                                            length = animationPrefilters.length,
                                    Severity: Major
                                    Found in public/assets/application-f5d029e8e6771e9068f1f27069782ebe.js - About 3 hrs to fix

                                      Function Animation has 84 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      function Animation( elem, properties, options ) {
                                          var result,
                                              stopped,
                                              index = 0,
                                              length = animationPrefilters.length,
                                      Severity: Major
                                      Found in public/assets/application-a6fd188a646c5094522c3dec15f8444c.js - About 3 hrs to fix

                                        Function Animation has 84 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        function Animation( elem, properties, options ) {
                                            var result,
                                                stopped,
                                                index = 0,
                                                length = animationPrefilters.length,
                                        Severity: Major
                                        Found in public/assets/application-639413713c0d8d65733da467bb9772c5.js - About 3 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language