cipele46/cipele46-web

View on GitHub

Showing 215 of 215 total issues

Avoid deeply nested control flow statements.
Open

                    if ( conv && s["throws"] ) {
                        response = conv( response );
                    } else {
                        try {
                            response = conv( response );
Severity: Major
Found in public/js/jquery.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                        if ( Expr.relative[ tokens[j].type ] ) {
                            break;
                        }
    Severity: Major
    Found in public/js/jquery.js - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                          for ( conv2 in converters ) {
      
                              // If conv2 outputs current
                              tmp = conv2.split(" ");
                              if ( tmp[ 1 ] === current ) {
      Severity: Major
      Found in public/js/jquery.js - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                            if ( xhrOnUnloadAbort ) {
                                                delete xhrCallbacks[ handle ];
                                            }
        Severity: Major
        Found in public/js/jquery.js - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

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

            Avoid deeply nested control flow statements.
            Open

                                    while ( className.indexOf(" " + removes[ c ] + " ") >= 0 ) {
                                        className = className.replace( " " + removes[ c ] + " " , " " );
                                    }
            Severity: Major
            Found in public/js/jquery.js - About 45 mins to fix

              Avoid deeply nested control flow statements.
              Open

                                      if ( !name.indexOf( "data-" ) ) {
                                          name = jQuery.camelCase( name.substring(5) );
              
                                          dataAttr( elem, name, data[ name ] );
                                      }
              Severity: Major
              Found in public/js/jquery.js - About 45 mins to fix

                Avoid deeply nested control flow statements.
                Open

                                    if ( elem && elem.parentNode ) {
                                        // Handle the case where IE, Opera, and Webkit return items
                                        // by name instead of ID
                                        if ( elem.id === m ) {
                                            results.push( elem );
                Severity: Major
                Found in public/js/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/js/jquery.js - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                            for ( type in data.events ) {
                                                if ( special[ type ] ) {
                                                    jQuery.event.remove( elem, type );
                    
                                                // This is a shortcut to avoid jQuery.event.remove's overhead
                    Severity: Major
                    Found in public/js/jquery.js - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                              if ( selMatch[ sel ] ) {
                                                  matches.push( handleObj );
                                              }
                      Severity: Major
                      Found in public/js/jquery.js - About 45 mins to fix

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

                        function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
                        Severity: Minor
                        Found in public/js/jquery.js - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                              if ( copyIsArray ) {
                                                  copyIsArray = false;
                                                  clone = src && jQuery.isArray(src) ? src : [];
                          
                                              } else {
                          Severity: Major
                          Found in public/js/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/js/jquery.js - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                                      if ( name in thisCache ) {
                                                          name = [ name ];
                                                      } else {
                                                          name = name.split(" ");
                                                      }
                              Severity: Major
                              Found in public/js/jquery.js - About 45 mins to fix

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

                                    init: function( elem, options, prop, end, easing, unit ) {
                                Severity: Minor
                                Found in public/js/jquery.js - About 45 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                                                  if ( elem === node ) {
                                                                      break;
                                                                  }
                                  Severity: Major
                                  Found in public/js/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/js/jquery.js - About 45 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                                          if ( xml && xml.documentElement /* #4958 */ ) {
                                                                              responses.xml = xml;
                                                                          }
                                      Severity: Major
                                      Found in public/js/jquery.js - About 45 mins to fix

                                        Avoid deeply nested control flow statements.
                                        Open

                                                                    if ( !xhrCallbacks ) {
                                                                        xhrCallbacks = {};
                                                                        jQuery( window ).unload( xhrOnUnloadAbort );
                                                                    }
                                        Severity: Major
                                        Found in public/js/jquery.js - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language