VSVverkeerskunde/gvq-api

View on GitHub

Showing 1,426 of 1,426 total issues

Avoid deeply nested control flow statements.
Open

                    if ( !selector ) {
                        push.apply( results, seed );
                        return results;
                    }
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

                              while( columns.length <= aTargets[j] )
                              {
                                  _fnAddColumn( oSettings );
                              }
      Severity: Major
      Found in public/js/jquery.dataTables.js - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                if ( cache[k] === undefined ) {
                                    cache[k] = _fnGetCellData( settings, k, i, 'type' );
                                }
        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

                                        if (value[props[prop_index]] != null) {
                                            value = value[props[prop_index]];
                                        }
            Severity: Major
            Found in public/js/bootstrap-table.js - About 45 mins to fix

              Avoid deeply nested control flow statements.
              Open

                                  if ((tmp === -1 && search == 'removed') ||
                                      (tmp >= 0   && search == 'applied') )
                                  {
                                      a.push( i );
                                  }
              Severity: Major
              Found in public/js/jquery.dataTables.js - About 45 mins to fix

                Avoid deeply nested control flow statements.
                Open

                                        if ( arrayNotation )
                                        {
                                            // Array notation
                                            a[i] = a[i].replace(__reArray, '');
                    
                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

                                        else if ( typeof aTargets[j] === 'number' && aTargets[j] < 0 )
                                        {
                                            /* Negative integer, right to left column counting */
                                            fn( columns.length+aTargets[j], def );
                                        }
                    Severity: Major
                    Found in public/js/jquery.dataTables.js - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                                  for ( var j=0, jLen=val.length ; j<jLen ; j++ )
                                                  {
                                                      o = {};
                                                      setData( o, val[j], innerSrc );
                                                      data[ a[i] ].push( o );
                      Severity: Major
                      Found in public/js/jquery.dataTables.js - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                                if ( typeof cellData !== 'string' && cellData.toString ) {
                                                    cellData = cellData.toString();
                                                }
                        Severity: Major
                        Found in public/js/jquery.dataTables.js - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                                      if ((value + '').toLowerCase() === s) {
                                                          return true;
                                                      }
                          Severity: Major
                          Found in public/js/bootstrap-table.js - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                                        if ((value + '').toLowerCase().indexOf(s) !== -1) {
                                                            return true;
                                                        }
                            Severity: Major
                            Found in public/js/bootstrap-table.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

                                Avoid deeply nested control flow statements.
                                Open

                                                        if ( fomatters[ column.sType ] ) {
                                                            cellData = fomatters[ column.sType ]( cellData );
                                                        }
                                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

                                                            for ( k=0 ; k<iRowspan ; k++ )
                                                            {
                                                                aLayout[i+k][iColShifted+l] = {
                                                                    "cell": nCell,
                                                                    "unique": bUnique
                                    Severity: Major
                                    Found in public/js/jquery.dataTables.js - About 45 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                              for ( k=0 ; k<iRowspan ; k++ )
                                                              {
                                                                  aApplied[i+k][j+iColspan] = 1;
                                                              }
                                      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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language