stevenocchipinti/dwi-visualiser

View on GitHub

Showing 620 of 620 total issues

Function inspectPrefiltersOrTransports has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR,
        dataType /* internal */, inspected /* internal */ ) {
Severity: Minor
Found in public/lib/jquery.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                        for ( var i = 0; (item = curLoop[i]) != null; i++ ) {
                            if ( item ) {
                                found = filter( item, match, i, curLoop );
                                var pass = not ^ !!found;
    
    
    Severity: Major
    Found in public/lib/jquery.js - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                              for ( var c = 0, cl = classNames.length; c < cl; c++ ) {
                                  if ( className.indexOf( " " + classNames[c] + " " ) < 0 ) {
                                      setClass += " " + classNames[c];
                                  }
                              }
      Severity: Major
      Found in public/lib/jquery.js - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                if ( pos == null ) {
                                    eventType.splice( j--, 1 );
                                }
        Severity: Major
        Found in public/lib/jquery.js - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

                                  if ( !old ) {
                                      oldContext.removeAttribute( "id" );
                                  }
          Severity: Major
          Found in public/lib/jquery.js - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                if ( tmp[ 0 ] === prev || tmp[ 0 ] === "*" ) {
                                    conv2 = converters[ tmp[1] + " " + current ];
                                    if ( conv2 ) {
                                        conv1 = converters[ conv1 ];
                                        if ( conv1 === true ) {
            Severity: Major
            Found in public/lib/jquery.js - About 45 mins to fix

              Avoid deeply nested control flow statements.
              Open

                                      if ( option.selected && (jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null) &&
                                              (!option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" )) ) {
              
                                          // Get the specific value for the option
                                          value = jQuery(option).val();
              Severity: Major
              Found in public/lib/jquery.js - About 45 mins to fix

                Avoid deeply nested control flow statements.
                Open

                                        if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {
                                            tbody[ j ].parentNode.removeChild( tbody[ j ] );
                                        }
                Severity: Major
                Found in public/lib/jquery.js - About 45 mins to fix

                  Avoid deeply nested control flow statements.
                  Open

                                              if ( display === "inline" ) {
                                                  this.style.display = "inline-block";
                  
                                              } else {
                                                  this.style.display = "inline";
                  Severity: Major
                  Found in public/lib/jquery.js - About 45 mins to fix

                    Function CLASS has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                            CLASS: function( match, curLoop, inplace, result, not, isXML ) {
                    Severity: Minor
                    Found in public/lib/jquery.js - About 45 mins to fix

                      Function dirCheck has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) {
                      Severity: Minor
                      Found in public/lib/jquery.js - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                                            if ( !status && s.isLocal && !s.crossDomain ) {
                                                                status = responses.text ? 200 : 404;
                                                            // IE - #1450: sometimes returns 1223 when it should be 204
                                                            } else if ( status === 1223 ) {
                                                                status = 204;
                        Severity: Major
                        Found in public/lib/jquery.js - About 45 mins to fix

                          Function dirNodeCheck has 6 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) {
                          Severity: Minor
                          Found in public/lib/jquery.js - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                                if ( !match ) {
                                                    anyFound = found = true;
                            
                                                } else if ( match === true ) {
                                                    continue;
                            Severity: Major
                            Found in public/lib/jquery.js - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                                  if ( !old ) {
                                                      context.setAttribute( "id", nid );
                                                  } else {
                                                      nid = nid.replace( /'/g, "\\$&" );
                                                  }
                              Severity: Major
                              Found in public/lib/jquery.js - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                                                    if ( xhr.readyState !== 4 ) {
                                                                        xhr.abort();
                                                                    }
                                Severity: Major
                                Found in public/lib/jquery.js - About 45 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                                          if ( elem.id !== match[2] ) {
                                                              return rootjQuery.find( selector );
                                                          }
                                  Severity: Major
                                  Found in public/lib/jquery.js - About 45 mins to fix

                                    Avoid deeply nested control flow statements.
                                    Open

                                                        if ( typeof cur !== "string" ) {
                                                            if ( elem === cur ) {
                                                                match = true;
                                                                break;
                                                            }
                                    Severity: Major
                                    Found in public/lib/jquery.js - About 45 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                              if ( ret[r] === ret[n] ) {
                                                                  ret.splice(n--, 1);
                                                                  break;
                                                              }
                                      Severity: Major
                                      Found in public/lib/jquery.js - About 45 mins to fix

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

                                            access: function( elems, key, value, exec, fn, pass ) {
                                        Severity: Minor
                                        Found in public/lib/jquery.js - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language