diffux/diffux

View on GitHub

Showing 229 of 579 total issues

File jquery.js has 6164 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
 * jQuery JavaScript Library v2.1.4
 * http://jquery.com/
 *
 * Includes Sizzle.js
Severity: Major
Found in bower_components/jquery/dist/jquery.js - About 2 wks to fix

    Function Sizzle has 1355 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    (function( window ) {
    
    var i,
        support,
        Expr,
    Severity: Major
    Found in bower_components/jquery/dist/jquery.js - About 6 days to fix

      File sizzle.js has 1363 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /*!
       * Sizzle CSS Selector Engine v2.2.0-pre
       * http://sizzlejs.com/
       *
       * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
      Severity: Major
      Found in bower_components/jquery/src/sizzle/dist/sizzle.js - About 3 days to fix

        File event.js has 617 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        define([
            "./core",
            "./var/strundefined",
            "./var/rnotwhite",
            "./var/hasOwn",
        Severity: Major
        Found in bower_components/jquery/src/event.js - About 1 day to fix

          Function ajax has 240 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              ajax: function( url, options ) {
          
                  // If url is an object, simulate pre-1.5 signature
                  if ( typeof url === "object" ) {
                      options = url;
          Severity: Major
          Found in bower_components/jquery/src/ajax.js - About 1 day to fix

            Function ajax has 240 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                ajax: function( url, options ) {
            
                    // If url is an object, simulate pre-1.5 signature
                    if ( typeof url === "object" ) {
                        options = url;
            Severity: Major
            Found in bower_components/jquery/dist/jquery.js - About 1 day to fix

              Function setDocument has 218 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              setDocument = Sizzle.setDocument = function( node ) {
                  var hasCompare, parent,
                      doc = node ? node.ownerDocument || node : preferredDoc;
              
                  // If no document and documentElement is available, return
              Severity: Major
              Found in bower_components/jquery/dist/jquery.js - About 1 day to fix

                Function setDocument has 218 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                setDocument = Sizzle.setDocument = function( node ) {
                    var hasCompare, parent,
                        doc = node ? node.ownerDocument || node : preferredDoc;
                
                    // If no document and documentElement is available, return
                Severity: Major
                Found in bower_components/jquery/src/sizzle/dist/sizzle.js - About 1 day to fix

                  File effects.js has 499 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  define([
                      "./core",
                      "./var/pnum",
                      "./css/var/cssExpand",
                      "./css/var/isHidden",
                  Severity: Minor
                  Found in bower_components/jquery/src/effects.js - About 1 day to fix

                    File ajax.js has 486 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    define([
                        "./core",
                        "./var/rnotwhite",
                        "./ajax/var/nonce",
                        "./ajax/var/rquery",
                    Severity: Minor
                    Found in bower_components/jquery/src/ajax.js - About 7 hrs to fix

                      File manipulation.js has 412 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      define([
                          "./core",
                          "./var/concat",
                          "./var/push",
                          "./core/access",
                      Severity: Minor
                      Found in bower_components/jquery/src/manipulation.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 bower_components/jquery/dist/jquery.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 bower_components/jquery/src/callbacks.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 bower_components/jquery/dist/jquery.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 bower_components/jquery/src/event.js - About 5 hrs to fix

                                Function defaultPrefilter has 99 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, checkDisplay,
                                        anim = this,
                                        orig = {},
                                Severity: Major
                                Found in bower_components/jquery/dist/jquery.js - About 3 hrs to fix

                                  Function defaultPrefilter has 99 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, checkDisplay,
                                          anim = this,
                                          orig = {},
                                  Severity: Major
                                  Found in bower_components/jquery/src/effects.js - About 3 hrs to fix

                                    File core.js has 322 lines of code (exceeds 250 allowed). Consider refactoring.
                                    Open

                                    define([
                                        "./var/arr",
                                        "./var/slice",
                                        "./var/concat",
                                        "./var/push",
                                    Severity: Minor
                                    Found in bower_components/jquery/src/core.js - About 3 hrs to fix

                                      File css.js has 317 lines of code (exceeds 250 allowed). Consider refactoring.
                                      Open

                                      define([
                                          "./core",
                                          "./var/pnum",
                                          "./core/access",
                                          "./css/var/rmargin",
                                      Severity: Minor
                                      Found in bower_components/jquery/src/css.js - About 3 hrs to fix

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

                                            trigger: function( event, data, elem, onlyHandlers ) {
                                        
                                                var i, cur, tmp, bubbleType, ontype, handle, special,
                                                    eventPath = [ elem || document ],
                                                    type = hasOwn.call( event, "type" ) ? event.type : event,
                                        Severity: Major
                                        Found in bower_components/jquery/dist/jquery.js - About 3 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language