VSVverkeerskunde/gvq-api

View on GitHub

Showing 428 of 1,426 total issues

Avoid deeply nested control flow statements.
Open

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

Severity: Major
Found in public/js/jquery.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                            if ( attrs[ i ] ) {
                                name = attrs[ i ].name;
                                if ( name.indexOf( "data-" ) === 0 ) {
                                    name = camelCase( name.slice( 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 ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
                                      return true;
                                  }
      Severity: Major
      Found in public/js/jquery.js - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                if ( (elem = matcherOut[i]) ) {
                                    // Restore matcherIn since elem is not yet a final match
                                    temp.push( (matcherIn[i] = elem) );
                                }
        Severity: Major
        Found in public/js/jquery.js - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

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

            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 ( ofType ?
                                                      node.nodeName.toLowerCase() === name :
                                                      node.nodeType === 1 ) {
              
                                                      return false;
              Severity: Major
              Found in public/js/jquery.js - About 45 mins to fix

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

                        this.fnFilter = function( sInput, iColumn, bRegex, bSmart, bShowGlobal, bCaseInsensitive )
                Severity: Minor
                Found in public/js/jquery.dataTables.js - About 45 mins to fix

                  Avoid deeply nested control flow statements.
                  Open

                                          if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
                                              cur += clazz + " ";
                                          }
                  Severity: Major
                  Found in public/js/jquery.js - About 45 mins to fix

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

                        function _fnFilter( settings, input, force, regex, smart, caseInsensitive )
                    Severity: Minor
                    Found in public/js/jquery.dataTables.js - About 45 mins to fix

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

                      function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {
                      Severity: Minor
                      Found in public/js/jquery.js - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                            while ( i-- ) {
                                                groups[i] = "#" + nid + " " + toSelector( groups[i] );
                                            }
                        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 ( ! detectedType && j !== types.length-1 ) {
                                                        break;
                                                    }
                            Severity: Major
                            Found in public/js/jquery.dataTables.js - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                                      if ( detectedType === 'html' ) {
                                                          break;
                                                      }
                              Severity: Major
                              Found in public/js/jquery.dataTables.js - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                                    for ( j=0, jen=items.length ; j<jen ; j++ ) {
                                                        item = items[j];
                                    
                                                        if ( type === 'cell' ) {
                                                            ret = fn.call( apiInst, context[i], item.row, item.column, i, j );
                                Severity: Major
                                Found in public/js/jquery.dataTables.js - About 45 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                                          if ( data === null || data[ a[i] ] === undefined )
                                                          {
                                                              return undefined;
                                                          }
                                  Severity: Major
                                  Found in public/js/jquery.dataTables.js - About 45 mins to fix

                                    Avoid deeply nested control flow statements.
                                    Open

                                                        if ( cOption == aoFeatures[k].cFeature )
                                                        {
                                                            featureNode = aoFeatures[k].fnInit( oSettings );
                                                            break;
                                                        }
                                    Severity: Major
                                    Found in public/js/jquery.dataTables.js - About 45 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                      if (activeElement) {
                                                        $$$1(activeElement).removeClass(ClassName.ACTIVE);
                                                      }
                                      Severity: Major
                                      Found in public/js/bootstrap.js - About 45 mins to fix

                                        Avoid deeply nested control flow statements.
                                        Open

                                                                    if ( s( o, _fnGetCellData(settings, row, j), host.anCells ? host.anCells[j] : null ) ) {
                                                                        a.push( o );
                                                                    }
                                        Severity: Major
                                        Found in public/js/jquery.dataTables.js - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language