angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Avoid deeply nested control flow statements.
Open

                        if ( matches[ sel ] ) {
                            matches.push( handleObj );
                        }

    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

      Avoid deeply nested control flow statements.
      Open

                          if ( conv && s[ "throws" ] ) { // jscs:ignore requireDotNotation
                              response = conv( response );
                          } else {
                              try {
                                  response = conv( response );

        Avoid deeply nested control flow statements.
        Open

                                        if ( !status && options.isLocal && !options.crossDomain ) {
                                            status = responses.text ? 200 : 404;
        
                                        // IE - #1450: sometimes returns 1223 when it should be 204
                                        } else if ( status === 1223 ) {

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

              init: function( elem, options, prop, end, easing, unit ) {

            Avoid deeply nested control flow statements.
            Open

                                    if ( matches[ sel ] === undefined ) {
                                        matches[ sel ] = handleObj.needsContext ?
                                            jQuery( sel, this ).index( cur ) > -1 :
                                            jQuery.find( sel, this, null, [ cur ] ).length;
                                    }

              Avoid deeply nested control flow statements.
              Open

                                      while ( cur.indexOf( " " + clazz + " " ) > -1 ) {
                                          cur = cur.replace( " " + clazz + " ", " " );
                                      }

                Avoid deeply nested control flow statements.
                Open

                                } else if ( match[2] ) {
                                    push.apply( results, context.getElementsByTagName( selector ) );
                                    return results;
                
                                // Class selector

                  Avoid deeply nested control flow statements.
                  Open

                                      if ( hasScripts ) {
                  
                                          // Support: Android<4.1, PhantomJS<2
                                          // push.apply(_, arraylike) throws on ancient WebKit
                                          jQuery.merge( scripts, getAll( node, "script" ) );

                    Avoid deeply nested control flow statements.
                    Open

                                            if ( nid === expando ) {
                                                context.removeAttribute( "id" );
                                            }

                      Avoid deeply nested control flow statements.
                      Open

                                                  if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
                                                      return true;
                                                  }

                        Avoid deeply nested control flow statements.
                        Open

                                                            if ( ( ofType ?
                                                                node.nodeName.toLowerCase() === name :
                                                                node.nodeType === 1 ) &&
                                                                ++diff ) {
                        
                        

                          Avoid deeply nested control flow statements.
                          Open

                                              if ( !selector ) {
                                                  push.apply( results, seed );
                                                  return results;
                                              }

                            Avoid deeply nested control flow statements.
                            Open

                                                                if ( ofType ?
                                                                    node.nodeName.toLowerCase() === name :
                                                                    node.nodeType === 1 ) {
                            
                                                                    return false;

                              Avoid deeply nested control flow statements.
                              Open

                                                      for ( match in context ) {
                              
                                                          // Properties of context are called as methods if possible
                                                          if ( jQuery.isFunction( this[ match ] ) ) {
                                                              this[ match ]( context[ match ] );

                                Avoid deeply nested control flow statements.
                                Open

                                                    while ( j-- ) {
                                                        if ( jQuery.nodeName( ( tbody = elem.childNodes[ j ] ), "tbody" ) &&
                                                            !tbody.childNodes.length ) {
                                
                                                            elem.removeChild( tbody );

                                  Avoid deeply nested control flow statements.
                                  Open

                                                                  if ( xhr.readyState !== 4 ) {
                                                                      xhr.abort();
                                                                  }

                                    Avoid deeply nested control flow statements.
                                    Open

                                                    if (func instanceof Code && func.bound) {
                                                      this.boundFuncs.push(base);
                                                      func.bound = false;
                                                    }

                                      Avoid deeply nested control flow statements.
                                      Open

                                                  if (obj instanceof Assign) {
                                                    defaultValue = obj.value;
                                                    obj = obj.variable;
                                                  }

                                        Avoid deeply nested control flow statements.
                                        Open

                                                            if ( copyIsArray ) {
                                                                copyIsArray = false;
                                                                clone = src && jQuery.isArray( src ) ? src : [];
                                        
                                                            } else {
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language