ioquatix/financier

View on GitHub

Showing 280 of 590 total issues

Consider simplifying this complex logical expression.
Open

                        if ( forward && useCache ) {

                            // Seek `elem` from a previously-cached index

                            // ...in a gzip-friendly way
Severity: Critical
Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

    Function superMatcher has 65 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            superMatcher = function( seed, context, xml, results, outermost ) {
                var elem, j, matcher,
                    matchedCount = 0,
                    i = "0",
                    unmatched = seed && [],
    Severity: Major
    Found in public/_components/jquery/jquery.js - About 2 hrs to fix

      Function superMatcher has 65 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              superMatcher = function( seed, context, xml, results, outermost ) {
                  var elem, j, matcher,
                      matchedCount = 0,
                      i = "0",
                      unmatched = seed && [],
      Severity: Major
      Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

        Function cardinal has 64 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          Chartist.Interpolation.cardinal = function(options) {
            var defaultOptions = {
              tension: 1,
              fillHoles: false
            };
        Severity: Major
        Found in public/_components/chartist/chartist.js - About 2 hrs to fix

          Function monotoneCubic has 63 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              return function monotoneCubic(pathCoordinates, valueData) {
                // First we try to split the coordinates into segments
                // This is necessary to treat "holes" in line charts
                var segments = Chartist.splitIntoSegments(pathCoordinates, valueData, {
                  fillHoles: options.fillHoles,
          Severity: Major
          Found in public/_components/chartist/chartist.js - About 2 hrs to fix

            Function createAnimate has 61 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                  function createAnimate(animationDefinition, guided) {
                    var attributeProperties = {},
                      animate,
                      timeout,
                      easing;
            Severity: Major
            Found in public/_components/chartist/chartist.js - About 2 hrs to fix

              Function domManip has 60 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function domManip( collection, args, callback, ignored ) {
              
                  // Flatten any nested arrays
                  args = flat( args );
              
              
              Severity: Major
              Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                Function domManip has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                function domManip( collection, args, callback, ignored ) {
                
                    // Flatten any nested arrays
                    args = flat( args );
                
                
                Severity: Major
                Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

                  Function ajaxConvert has 59 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  function ajaxConvert( s, response, jqXHR, isSuccess ) {
                      var conv2, current, conv, tmp, prev,
                          converters = {},
                  
                          // Work with a copy of dataTypes in case we need to modify it for conversion
                  Severity: Major
                  Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                    Function cardinal has 55 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        return function cardinal(pathCoordinates, valueData) {
                          // First we try to split the coordinates into segments
                          // This is necessary to treat "holes" in line charts
                          var segments = Chartist.splitIntoSegments(pathCoordinates, valueData, {
                            fillHoles: options.fillHoles
                    Severity: Major
                    Found in public/_components/chartist/chartist.js - About 2 hrs to fix

                      Function init has 54 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          init = jQuery.fn.init = function( selector, context, root ) {
                              var match, elem;
                      
                              // HANDLE: $(""), $(null), $(undefined), $(false)
                              if ( !selector ) {
                      Severity: Major
                      Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                        Function init has 54 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            init = jQuery.fn.init = function( selector, context, root ) {
                                var match, elem;
                        
                                // HANDLE: $(""), $(null), $(undefined), $(false)
                                if ( !selector ) {
                        Severity: Major
                        Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

                          Function remove has 52 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              remove: function( elem, types, handler, selector, mappedTypes ) {
                          
                                  var j, origCount, tmp,
                                      events, t, handleObj,
                                      special, handlers, type, namespaces, origType,
                          Severity: Major
                          Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                            Function remove has 52 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                remove: function( elem, types, handler, selector, mappedTypes ) {
                            
                                    var j, origCount, tmp,
                                        events, t, handleObj,
                                        special, handlers, type, namespaces, origType,
                            Severity: Major
                            Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

                              Function buildFragment has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              function buildFragment( elems, context, scripts, selection, ignored ) {
                                  var elem, tmp, tag, wrap, attached, j,
                                      fragment = context.createDocumentFragment(),
                                      nodes = [],
                                      i = 0,
                              Severity: Major
                              Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                                Function buildFragment has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                function buildFragment( elems, context, scripts, selection, ignored ) {
                                    var elem, tmp, tag, wrap, attached, j,
                                        fragment = context.createDocumentFragment(),
                                        nodes = [],
                                        i = 0,
                                Severity: Major
                                Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

                                  Consider simplifying this complex logical expression.
                                  Open

                                                  if ( ( mappedTypes || origType === handleObj.origType ) &&
                                                      ( !handler || handler.guid === handleObj.guid ) &&
                                                      ( !tmp || tmp.test( handleObj.namespace ) ) &&
                                                      ( !selector || selector === handleObj.selector ||
                                                          selector === "**" && handleObj.selector ) ) {
                                  Severity: Critical
                                  Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                                    Consider simplifying this complex logical expression.
                                    Open

                                                    if ( ( mappedTypes || origType === handleObj.origType ) &&
                                                        ( !handler || handler.guid === handleObj.guid ) &&
                                                        ( !tmp || tmp.test( handleObj.namespace ) ) &&
                                                        ( !selector || selector === handleObj.selector ||
                                                            selector === "**" && handleObj.selector ) ) {
                                    Severity: Critical
                                    Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

                                      Function select has 48 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      select = Sizzle.select = function( selector, context, results, seed ) {
                                          var i, tokens, token, type, find,
                                              compiled = typeof selector === "function" && selector,
                                              match = !seed && tokenize( ( selector = compiled.selector || selector ) );
                                      
                                      
                                      Severity: Minor
                                      Found in public/_components/jquery/jquery.js - About 1 hr to fix

                                        Function matcherFromTokens has 48 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        function matcherFromTokens( tokens ) {
                                            var checkContext, matcher, j,
                                                len = tokens.length,
                                                leadingRelative = Expr.relative[ tokens[ 0 ].type ],
                                                implicitRelative = leadingRelative || Expr.relative[ " " ],
                                        Severity: Minor
                                        Found in public/_components/jquery/jquery.js - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language