webcol/Calima

View on GitHub
public_/librerias/flot/jquery.js

Summary

Maintainability
F
4 mos
Test Coverage

File jquery.js has 6532 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
 * jQuery JavaScript Library v1.8.3
 * http://jquery.com/
 *
 * Includes Sizzle.js
Severity: Major
Found in public_/librerias/flot/jquery.js - About 2 wks to fix

    Function ajax has 240 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        ajax: function( url, options ) {
    
            // If url is an object, simulate pre-1.5 signature
            if ( typeof url === "object" ) {
                options = url;
    Severity: Major
    Found in public_/librerias/flot/jquery.js - About 1 day to fix

      Function support has 143 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      jQuery.support = (function() {
      
          var support,
              all,
              a,
      Severity: Major
      Found in public_/librerias/flot/jquery.js - About 5 hrs to fix

        Function Callbacks has 127 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        jQuery.Callbacks = function( options ) {
        
            // Convert options from String-formatted to Object-formatted if needed
            // (we check in cache first)
            options = typeof options === "string" ?
        Severity: Major
        Found in public_/librerias/flot/jquery.js - About 5 hrs to fix

          Consider simplifying this complex logical expression.
          Open

                      if ( event.pageX == null && original.clientX != null ) {
                          eventDoc = event.target.ownerDocument || document;
                          doc = eventDoc.documentElement;
                          body = eventDoc.body;
          
          
          Severity: Critical
          Found in public_/librerias/flot/jquery.js - About 5 hrs to fix

            Function defaultPrefilter has 95 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            function defaultPrefilter( elem, props, opts ) {
                var index, prop, value, length, dataShow, toggle, tween, hooks, oldfire,
                    anim = this,
                    style = elem.style,
                    orig = {},
            Severity: Major
            Found in public_/librerias/flot/jquery.js - About 3 hrs to fix

              Function trigger has 93 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  trigger: function( event, data, elem, onlyHandlers ) {
                      // Don't do events on text and comment nodes
                      if ( elem && (elem.nodeType === 3 || elem.nodeType === 8) ) {
                          return;
                      }
              Severity: Major
              Found in public_/librerias/flot/jquery.js - About 3 hrs to fix

                Function send has 90 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                                send: function( headers, complete ) {
                
                                    // Get a new xhr
                                    var handle, i,
                                        xhr = s.xhr();
                Severity: Major
                Found in public_/librerias/flot/jquery.js - About 3 hrs to fix

                  Function clean has 86 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      clean: function( elems, context, fragment, scripts ) {
                          var i, j, elem, tag, wrap, depth, div, hasBody, tbody, len, handleScript, jsTags,
                              safe = context === document && safeFragment,
                              ret = [];
                  
                  
                  Severity: Major
                  Found in public_/librerias/flot/jquery.js - About 3 hrs to fix

                    Function Animation has 77 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function Animation( elem, properties, options ) {
                        var result,
                            index = 0,
                            tweenerIndex = 0,
                            length = animationPrefilters.length,
                    Severity: Major
                    Found in public_/librerias/flot/jquery.js - About 3 hrs to fix

                      Function add has 71 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          add: function( elem, types, handler, data, selector ) {
                      
                              var elemData, eventHandle, events,
                                  t, tns, type, namespaces, handleObj,
                                  handleObjIn, handlers, special;
                      Severity: Major
                      Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

                        Function matcherFromGroupMatchers has 69 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
                            var bySet = setMatchers.length > 0,
                                byElement = elementMatchers.length > 0,
                                superMatcher = function( seed, context, xml, results, expandContext ) {
                                    var elem, j, matcher,
                        Severity: Major
                        Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

                          Function setMatcher has 66 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
                              if ( postFilter && !postFilter[ expando ] ) {
                                  postFilter = setMatcher( postFilter );
                              }
                              if ( postFinder && !postFinder[ expando ] ) {
                          Severity: Major
                          Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

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

                                    function done( status, nativeStatusText, responses, headers ) {
                                        var isSuccess, success, error, response, modified,
                                            statusText = nativeStatusText;
                            
                                        // Called once
                            Severity: Major
                            Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

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

                                  domManip: function( args, table, callback ) {
                              
                                      // Flatten any nested arrays
                                      args = [].concat.apply( [], args );
                              
                              
                              Severity: Major
                              Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

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

                                    dispatch: function( event ) {
                                
                                        // Make a writable jQuery.Event from the native event object
                                        event = jQuery.event.fix( event || window.event );
                                
                                
                                Severity: Major
                                Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

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

                                          superMatcher = function( seed, context, xml, results, expandContext ) {
                                              var elem, j, matcher,
                                                  setMatched = [],
                                                  matchedCount = 0,
                                                  i = "0",
                                  Severity: Major
                                  Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

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

                                        Deferred: function( func ) {
                                            var tuples = [
                                                    // action, add listener, listener list, final state
                                                    [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ],
                                                    [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ],
                                    Severity: Major
                                    Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

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

                                          data: function( elem, name, data, pvt /* Internal Use Only */ ) {
                                              if ( !jQuery.acceptData( elem ) ) {
                                                  return;
                                              }
                                      
                                      
                                      Severity: Major
                                      Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

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

                                        function ajaxConvert( s, response ) {
                                        
                                            var conv, conv2, current, tmp,
                                                // Work with a copy of dataTypes in case we need to modify it for conversion
                                                dataTypes = s.dataTypes.slice(),
                                        Severity: Major
                                        Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

                                          Consider simplifying this complex logical expression.
                                          Open

                                              if ( args.length === 1 && typeof first === "string" && first.length < 512 && context === document &&
                                                  first.charAt(0) === "<" && !rnocache.test( first ) &&
                                                  (jQuery.support.checkClone || !rchecked.test( first )) &&
                                                  (jQuery.support.html5Clone || !rnoshimcache.test( first )) ) {
                                          
                                          
                                          Severity: Critical
                                          Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

                                            Consider simplifying this complex logical expression.
                                            Open

                                                            if ( ( mappedTypes || origType === handleObj.origType ) &&
                                                                 ( !handler || handler.guid === handleObj.guid ) &&
                                                                 ( !namespaces || namespaces.test( handleObj.namespace ) ) &&
                                                                 ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) {
                                                                eventType.splice( j--, 1 );
                                            Severity: Critical
                                            Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

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

                                                  init: function( selector, context, rootjQuery ) {
                                                      var match, elem, ret, doc;
                                              
                                                      // Handle $(""), $(null), $(undefined), $(false)
                                                      if ( !selector ) {
                                              Severity: Minor
                                              Found in public_/librerias/flot/jquery.js - About 2 hrs to fix

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

                                                    remove: function( elem, types, handler, selector, mappedTypes ) {
                                                
                                                        var t, tns, type, origType, namespaces, origCount,
                                                            j, events, special, eventType, handleObj,
                                                            elemData = jQuery.hasData( elem ) && jQuery._data( elem );
                                                Severity: Minor
                                                Found in public_/librerias/flot/jquery.js - About 1 hr to fix

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

                                                      data: function( key, value ) {
                                                          var parts, part, attr, name, l,
                                                              elem = this[0],
                                                              i = 0,
                                                              data = null;
                                                  Severity: Minor
                                                  Found in public_/librerias/flot/jquery.js - About 1 hr to fix

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

                                                    function select( selector, context, results, seed, xml ) {
                                                        var i, tokens, token, type, find,
                                                            match = tokenize( selector ),
                                                            j = match.length;
                                                    
                                                    
                                                    Severity: Minor
                                                    Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                      Function removeData has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                                      Open

                                                          removeData: function( elem, name, pvt /* Internal Use Only */ ) {
                                                              if ( !jQuery.acceptData( elem ) ) {
                                                                  return;
                                                              }
                                                      
                                                      
                                                      Severity: Minor
                                                      Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                        Function CHILD has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                                                        Open

                                                                "CHILD": function( type, argument, first, last ) {
                                                        
                                                                    if ( type === "nth" ) {
                                                                        return function( elem ) {
                                                                            var node, diff,
                                                        Severity: Minor
                                                        Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                          Function addCombinator has 44 lines of code (exceeds 25 allowed). Consider refactoring.
                                                          Open

                                                          function addCombinator( matcher, combinator, base ) {
                                                              var dir = combinator.dir,
                                                                  checkNonElements = base && combinator.dir === "parentNode",
                                                                  doneName = done++;
                                                          
                                                          
                                                          Severity: Minor
                                                          Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                            Function ajaxHandleResponses has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                                                            Open

                                                            function ajaxHandleResponses( s, jqXHR, responses ) {
                                                            
                                                                var ct, type, finalDataType, firstDataType,
                                                                    contents = s.contents,
                                                                    dataTypes = s.dataTypes,
                                                            Severity: Minor
                                                            Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                              Function matcherFromTokens has 42 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_/librerias/flot/jquery.js - About 1 hr to fix

                                                                Consider simplifying this complex logical expression.
                                                                Open

                                                                            if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
                                                                                ( jQuery.support.htmlSerialize || !rnoshimcache.test( value )  ) &&
                                                                                ( jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value ) ) &&
                                                                                !wrapMap[ ( rtagName.exec( value ) || ["", ""] )[1].toLowerCase() ] ) {
                                                                
                                                                
                                                                Severity: Critical
                                                                Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                  Function val has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                  Open

                                                                      val: function( value ) {
                                                                          var hooks, ret, isFunction,
                                                                              elem = this[0];
                                                                  
                                                                          if ( !arguments.length ) {
                                                                  Severity: Minor
                                                                  Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                    Function Sizzle has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                    Open

                                                                    function Sizzle( selector, context, results, seed ) {
                                                                        results = results || [];
                                                                        context = context || document;
                                                                        var match, elem, xml, m,
                                                                            nodeType = context.nodeType;
                                                                    Severity: Minor
                                                                    Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                      Function extend has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                      Open

                                                                      jQuery.extend = jQuery.fn.extend = function() {
                                                                          var options, name, src, copy, copyIsArray, clone,
                                                                              target = arguments[0] || {},
                                                                              i = 1,
                                                                              length = arguments.length,
                                                                      Severity: Minor
                                                                      Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                        Function stop has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                        Open

                                                                            stop: function( type, clearQueue, gotoEnd ) {
                                                                                var stopQueue = function( hooks ) {
                                                                                    var stop = hooks.stop;
                                                                                    delete hooks.stop;
                                                                                    stop( gotoEnd );
                                                                        Severity: Minor
                                                                        Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                          Function tokenize has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                          Open

                                                                          function tokenize( selector, parseOnly ) {
                                                                              var matched, match, tokens, type,
                                                                                  soFar, groups, preFilters,
                                                                                  cached = tokenCache[ expando ][ selector + " " ];
                                                                          
                                                                          
                                                                          Severity: Minor
                                                                          Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                            Function on has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                            Open

                                                                                on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
                                                                                    var origFn, type;
                                                                            
                                                                                    // Types can be a map of types/handlers
                                                                                    if ( typeof types === "object" ) {
                                                                            Severity: Minor
                                                                            Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                              Function load has 38 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                              Open

                                                                              jQuery.fn.load = function( url, params, callback ) {
                                                                                  if ( typeof url !== "string" && _load ) {
                                                                                      return _load.apply( this, arguments );
                                                                                  }
                                                                              
                                                                              
                                                                              Severity: Minor
                                                                              Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                Function when has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                Open

                                                                                    when: function( subordinate /* , ..., subordinateN */ ) {
                                                                                        var i = 0,
                                                                                            resolveValues = core_slice.call( arguments ),
                                                                                            length = resolveValues.length,
                                                                                
                                                                                
                                                                                Severity: Minor
                                                                                Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                  Function showHide has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                  Open

                                                                                  function showHide( elements, show ) {
                                                                                      var elem, display,
                                                                                          values = [],
                                                                                          index = 0,
                                                                                          length = elements.length;
                                                                                  Severity: Minor
                                                                                  Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                    Function access has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                    Open

                                                                                        access: function( elems, fn, key, value, chainable, emptyGet, pass ) {
                                                                                            var exec,
                                                                                                bulk = key == null,
                                                                                                i = 0,
                                                                                                length = elems.length;
                                                                                    Severity: Minor
                                                                                    Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                      Function cleanData has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                      Open

                                                                                          cleanData: function( elems, /* internal */ acceptData ) {
                                                                                              var data, id, elem, type,
                                                                                                  i = 0,
                                                                                                  internalKey = jQuery.expando,
                                                                                                  cache = jQuery.cache,
                                                                                      Severity: Minor
                                                                                      Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                        Function each has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                        Open

                                                                                            each: function( obj, callback, args ) {
                                                                                                var name,
                                                                                                    i = 0,
                                                                                                    length = obj.length,
                                                                                                    isObj = length === undefined || jQuery.isFunction( obj );
                                                                                        Severity: Minor
                                                                                        Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                          Function attr has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                          Open

                                                                                              attr: function( elem, name, value, pass ) {
                                                                                                  var ret, hooks, notxml,
                                                                                                      nType = elem.nodeType;
                                                                                          
                                                                                                  // don't get/set attributes on text, comment and attribute nodes
                                                                                          Severity: Minor
                                                                                          Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                            Function clone has 33 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                            Open

                                                                                                clone: function( elem, dataAndEvents, deepDataAndEvents ) {
                                                                                                    var srcElements,
                                                                                                        destElements,
                                                                                                        i,
                                                                                                        clone;
                                                                                            Severity: Minor
                                                                                            Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                              Function offset has 33 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                              Open

                                                                                              jQuery.fn.offset = function( options ) {
                                                                                                  if ( arguments.length ) {
                                                                                                      return options === undefined ?
                                                                                                          this :
                                                                                                          this.each(function( i ) {
                                                                                              Severity: Minor
                                                                                              Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                Function setOffset has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                Open

                                                                                                    setOffset: function( elem, options, i ) {
                                                                                                        var position = jQuery.css( elem, "position" );
                                                                                                
                                                                                                        // set position first, in-case top/left are set even on static elem
                                                                                                        if ( position === "static" ) {
                                                                                                Severity: Minor
                                                                                                Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                  Function cloneFixAttributes has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                  Open

                                                                                                  function cloneFixAttributes( src, dest ) {
                                                                                                      var nodeName;
                                                                                                  
                                                                                                      // We do not need to do anything for non-Elements
                                                                                                      if ( dest.nodeType !== 1 ) {
                                                                                                  Severity: Minor
                                                                                                  Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                    Function style has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                    Open

                                                                                                        style: function( elem, name, value, extra ) {
                                                                                                            // Don't set styles on text and comment nodes
                                                                                                            if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
                                                                                                                return;
                                                                                                            }
                                                                                                    Severity: Minor
                                                                                                    Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                      Function promise has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                      Open

                                                                                                      jQuery.ready.promise = function( obj ) {
                                                                                                          if ( !readyList ) {
                                                                                                      
                                                                                                              readyList = jQuery.Deferred();
                                                                                                      
                                                                                                      
                                                                                                      Severity: Minor
                                                                                                      Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                        Function html has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                        Open

                                                                                                            html: function( value ) {
                                                                                                                return jQuery.access( this, function( value ) {
                                                                                                                    var elem = this[0] || {},
                                                                                                                        i = 0,
                                                                                                                        l = this.length;
                                                                                                        Severity: Minor
                                                                                                        Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                          Function setup has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                          Open

                                                                                                                  setup: function() {
                                                                                                          
                                                                                                                      if ( rformElems.test( this.nodeName ) ) {
                                                                                                                          // IE doesn't fire change on a check/radio until blur; trigger it on click
                                                                                                                          // after a propertychange. Eat the blur-change in special.change.handle.
                                                                                                          Severity: Minor
                                                                                                          Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                            Function addClass has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                            Open

                                                                                                                addClass: function( value ) {
                                                                                                                    var classNames, i, l, elem,
                                                                                                                        setClass, c, cl;
                                                                                                            
                                                                                                                    if ( jQuery.isFunction( value ) ) {
                                                                                                            Severity: Minor
                                                                                                            Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                              Function find has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                              Open

                                                                                                                  find: function( selector ) {
                                                                                                                      var i, l, length, n, r, ret,
                                                                                                                          self = this;
                                                                                                              
                                                                                                                      if ( typeof selector !== "string" ) {
                                                                                                              Severity: Minor
                                                                                                              Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                                Function propFilter has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                                Open

                                                                                                                function propFilter( props, specialEasing ) {
                                                                                                                    var index, name, easing, value, hooks;
                                                                                                                
                                                                                                                    // camelCase, specialEasing and expand cssHook pass
                                                                                                                    for ( index in props ) {
                                                                                                                Severity: Minor
                                                                                                                Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                                  Function off has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                                  Open

                                                                                                                      off: function( types, selector, fn ) {
                                                                                                                          var handleObj, type;
                                                                                                                          if ( types && types.preventDefault && types.handleObj ) {
                                                                                                                              // ( event )  dispatched jQuery.Event
                                                                                                                              handleObj = types.handleObj;
                                                                                                                  Severity: Minor
                                                                                                                  Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                                    Consider simplifying this complex logical expression.
                                                                                                                    Open

                                                                                                                                    if ( unit !== "px" && start ) {
                                                                                                                                        // Iteratively approximate from a nonzero starting point
                                                                                                                                        // Prefer the current property, because this process will be trivial if it uses the same units
                                                                                                                                        // Fallback to end or a simple constant
                                                                                                                                        start = jQuery.css( tween.elem, prop, true ) || end || 1;
                                                                                                                    Severity: Major
                                                                                                                    Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                                      Consider simplifying this complex logical expression.
                                                                                                                      Open

                                                                                                                                      if ( run_all || (!event.namespace && !handleObj.namespace) || event.namespace_re && event.namespace_re.test( handleObj.namespace ) ) {
                                                                                                                      
                                                                                                                                          event.data = handleObj.data;
                                                                                                                                          event.handleObj = handleObj;
                                                                                                                      
                                                                                                                      
                                                                                                                      Severity: Major
                                                                                                                      Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                                        Consider simplifying this complex logical expression.
                                                                                                                        Open

                                                                                                                        if ( jQuery.expr && jQuery.expr.filters ) {
                                                                                                                            jQuery.expr.filters.hidden = function( elem ) {
                                                                                                                                return ( elem.offsetWidth === 0 && elem.offsetHeight === 0 ) || (!jQuery.support.reliableHiddenOffsets && ((elem.style && elem.style.display) || curCSS( elem, "display" )) === "none");
                                                                                                                            };
                                                                                                                        
                                                                                                                        
                                                                                                                        Severity: Major
                                                                                                                        Found in public_/librerias/flot/jquery.js - About 1 hr to fix

                                                                                                                          Function access has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                          Open

                                                                                                                              access: function( elems, fn, key, value, chainable, emptyGet, pass ) {
                                                                                                                          Severity: Major
                                                                                                                          Found in public_/librerias/flot/jquery.js - About 50 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_/librerias/flot/jquery.js - About 45 mins to fix

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

                                                                                                                              function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR,
                                                                                                                                      dataType /* internal */, inspected /* internal */ ) {
                                                                                                                              Severity: Minor
                                                                                                                              Found in public_/librerias/flot/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_/librerias/flot/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_/librerias/flot/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_/librerias/flot/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_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                        Avoid deeply nested control flow statements.
                                                                                                                                        Open

                                                                                                                                                                if ( selMatch[ sel ] === undefined ) {
                                                                                                                                                                    selMatch[ sel ] = handleObj.needsContext ?
                                                                                                                                                                        jQuery( sel, this ).index( cur ) >= 0 :
                                                                                                                                                                        jQuery.find( sel, this, null, [ cur ] ).length;
                                                                                                                                                                }
                                                                                                                                        Severity: Major
                                                                                                                                        Found in public_/librerias/flot/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_/librerias/flot/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_/librerias/flot/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_/librerias/flot/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_/librerias/flot/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_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                    Avoid deeply nested control flow statements.
                                                                                                                                                    Open

                                                                                                                                                                                if ( elem.sizset ) {
                                                                                                                                                                                    return elem;
                                                                                                                                                                                }
                                                                                                                                                    Severity: Major
                                                                                                                                                    Found in public_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                      Avoid deeply nested control flow statements.
                                                                                                                                                      Open

                                                                                                                                                                                          if ( !status && s.isLocal && !s.crossDomain ) {
                                                                                                                                                                                              status = responses.text ? 200 : 404;
                                                                                                                                                                                          // IE - #1450: sometimes returns 1223 when it should be 204
                                                                                                                                                                                          } else if ( status === 1223 ) {
                                                                                                                                                                                              status = 204;
                                                                                                                                                      Severity: Major
                                                                                                                                                      Found in public_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                        Avoid deeply nested control flow statements.
                                                                                                                                                        Open

                                                                                                                                                                        } else if ( copy !== undefined ) {
                                                                                                                                                                            target[ name ] = copy;
                                                                                                                                                                        }
                                                                                                                                                        Severity: Major
                                                                                                                                                        Found in public_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                          Avoid deeply nested control flow statements.
                                                                                                                                                          Open

                                                                                                                                                                                              if ( xhrOnUnloadAbort ) {
                                                                                                                                                                                                  delete xhrCallbacks[ handle ];
                                                                                                                                                                                              }
                                                                                                                                                          Severity: Major
                                                                                                                                                          Found in public_/librerias/flot/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_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                              Avoid deeply nested control flow statements.
                                                                                                                                                              Open

                                                                                                                                                                                          if ( !(unmatched[i] || setMatched[i]) ) {
                                                                                                                                                                                              setMatched[i] = pop.call( results );
                                                                                                                                                                                          }
                                                                                                                                                              Severity: Major
                                                                                                                                                              Found in public_/librerias/flot/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_/librerias/flot/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_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                                    Avoid deeply nested control flow statements.
                                                                                                                                                                    Open

                                                                                                                                                                                            if ( ret === false ) {
                                                                                                                                                                                                event.preventDefault();
                                                                                                                                                                                                event.stopPropagation();
                                                                                                                                                                                            }
                                                                                                                                                                    Severity: Major
                                                                                                                                                                    Found in public_/librerias/flot/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_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                                        Avoid deeply nested control flow statements.
                                                                                                                                                                        Open

                                                                                                                                                                                                        if ( elem === node ) {
                                                                                                                                                                                                            break;
                                                                                                                                                                                                        }
                                                                                                                                                                        Severity: Major
                                                                                                                                                                        Found in public_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                                          Avoid deeply nested control flow statements.
                                                                                                                                                                          Open

                                                                                                                                                                                                      if ( matcher( elem, context, xml ) ) {
                                                                                                                                                                                                          elem.sizset = true;
                                                                                                                                                                                                          return elem;
                                                                                                                                                                                                      }
                                                                                                                                                                          Severity: Major
                                                                                                                                                                          Found in public_/librerias/flot/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_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                                              Avoid deeply nested control flow statements.
                                                                                                                                                                              Open

                                                                                                                                                                                                  if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&
                                                                                                                                                                                                      contains( context, elem ) && elem.id === m ) {
                                                                                                                                                                                                      results.push( elem );
                                                                                                                                                                                                      return results;
                                                                                                                                                                                                  }
                                                                                                                                                                              Severity: Major
                                                                                                                                                                              Found in public_/librerias/flot/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_/librerias/flot/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_/librerias/flot/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_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                                                      Avoid deeply nested control flow statements.
                                                                                                                                                                                      Open

                                                                                                                                                                                                          if ( (seed = find(
                                                                                                                                                                                                              token.matches[0].replace( rbackslash, "" ),
                                                                                                                                                                                                              rsibling.test( tokens[0].type ) && context.parentNode || context,
                                                                                                                                                                                                              xml
                                                                                                                                                                                                          )) ) {
                                                                                                                                                                                      Severity: Major
                                                                                                                                                                                      Found in public_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                                                        Avoid deeply nested control flow statements.
                                                                                                                                                                                        Open

                                                                                                                                                                                                                for ( j = tbody.length - 1; j >= 0 ; --j ) {
                                                                                                                                                                                                                    if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {
                                                                                                                                                                                                                        tbody[ j ].parentNode.removeChild( tbody[ j ] );
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                        Severity: Major
                                                                                                                                                                                        Found in public_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                                                          Avoid deeply nested control flow statements.
                                                                                                                                                                                          Open

                                                                                                                                                                                                                  if ( deleteExpando ) {
                                                                                                                                                                                                                      delete elem[ internalKey ];
                                                                                                                                                                                          
                                                                                                                                                                                                                  } else if ( elem.removeAttribute ) {
                                                                                                                                                                                                                      elem.removeAttribute( internalKey );
                                                                                                                                                                                          Severity: Major
                                                                                                                                                                                          Found in public_/librerias/flot/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_/librerias/flot/jquery.js - About 45 mins to fix

                                                                                                                                                                                              Consider simplifying this complex logical expression.
                                                                                                                                                                                              Open

                                                                                                                                                                                                              if ( ontype && elem[ type ] && ((type !== "focus" && type !== "blur") || event.target.offsetWidth !== 0) && !jQuery.isWindow( elem ) ) {
                                                                                                                                                                                              
                                                                                                                                                                                                                  // Don't re-trigger an onFOO event when we call its FOO() method
                                                                                                                                                                                                                  old = elem[ ontype ];
                                                                                                                                                                                              
                                                                                                                                                                                              
                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js - About 40 mins to fix

                                                                                                                                                                                                Consider simplifying this complex logical expression.
                                                                                                                                                                                                Open

                                                                                                                                                                                                        if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && getByName && data === undefined ) {
                                                                                                                                                                                                            return;
                                                                                                                                                                                                        }
                                                                                                                                                                                                Severity: Major
                                                                                                                                                                                                Found in public_/librerias/flot/jquery.js - About 40 mins to fix

                                                                                                                                                                                                  Consider simplifying this complex logical expression.
                                                                                                                                                                                                  Open

                                                                                                                                                                                                  if ( !jQuery.support.opacity ) {
                                                                                                                                                                                                      jQuery.cssHooks.opacity = {
                                                                                                                                                                                                          get: function( elem, computed ) {
                                                                                                                                                                                                              // IE uses filters for opacity
                                                                                                                                                                                                              return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filter) || "" ) ?
                                                                                                                                                                                                  Severity: Major
                                                                                                                                                                                                  Found in public_/librerias/flot/jquery.js - About 40 mins to fix

                                                                                                                                                                                                    Consider simplifying this complex logical expression.
                                                                                                                                                                                                    Open

                                                                                                                                                                                                                if ( matcher[ expando ] ) {
                                                                                                                                                                                                                    // Find the next relative operator (if any) for proper handling
                                                                                                                                                                                                                    j = ++i;
                                                                                                                                                                                                                    for ( ; j < len; j++ ) {
                                                                                                                                                                                                                        if ( Expr.relative[ tokens[j].type ] ) {
                                                                                                                                                                                                    Severity: Major
                                                                                                                                                                                                    Found in public_/librerias/flot/jquery.js - About 40 mins to fix

                                                                                                                                                                                                      Consider simplifying this complex logical expression.
                                                                                                                                                                                                      Open

                                                                                                                                                                                                              if ( s.crossDomain == null ) {
                                                                                                                                                                                                                  parts = rurl.exec( s.url.toLowerCase() );
                                                                                                                                                                                                                  s.crossDomain = !!( parts &&
                                                                                                                                                                                                                      ( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||
                                                                                                                                                                                                                          ( parts[ 3 ] || ( parts[ 1 ] === "http:" ? 80 : 443 ) ) !=
                                                                                                                                                                                                      Severity: Major
                                                                                                                                                                                                      Found in public_/librerias/flot/jquery.js - About 40 mins to fix

                                                                                                                                                                                                        Function superMatcher has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                        Open

                                                                                                                                                                                                                superMatcher = function( seed, context, xml, results, expandContext ) {
                                                                                                                                                                                                        Severity: Minor
                                                                                                                                                                                                        Found in public_/librerias/flot/jquery.js - About 35 mins to fix

                                                                                                                                                                                                          Function remove has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                          Open

                                                                                                                                                                                                              remove: function( elem, types, handler, selector, mappedTypes ) {
                                                                                                                                                                                                          Severity: Minor
                                                                                                                                                                                                          Found in public_/librerias/flot/jquery.js - About 35 mins to fix

                                                                                                                                                                                                            Function on has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                            Open

                                                                                                                                                                                                                on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
                                                                                                                                                                                                            Severity: Minor
                                                                                                                                                                                                            Found in public_/librerias/flot/jquery.js - About 35 mins to fix

                                                                                                                                                                                                              Function condense has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                              Open

                                                                                                                                                                                                              function condense( unmatched, map, filter, context, xml ) {
                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                Function add has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                Open

                                                                                                                                                                                                                    add: function( elem, types, handler, data, selector ) {
                                                                                                                                                                                                                Severity: Minor
                                                                                                                                                                                                                Found in public_/librerias/flot/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                  Function Tween has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                  Open

                                                                                                                                                                                                                  function Tween( elem, options, prop, end, easing ) {
                                                                                                                                                                                                                  Severity: Minor
                                                                                                                                                                                                                  Found in public_/librerias/flot/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                    Function select has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                    Open

                                                                                                                                                                                                                    function select( selector, context, results, seed, xml ) {
                                                                                                                                                                                                                    Severity: Minor
                                                                                                                                                                                                                    Found in public_/librerias/flot/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                      Avoid too many return statements within this function.
                                                                                                                                                                                                                      Open

                                                                                                                                                                                                                                      return ret;
                                                                                                                                                                                                                      Severity: Major
                                                                                                                                                                                                                      Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                        Avoid too many return statements within this function.
                                                                                                                                                                                                                        Open

                                                                                                                                                                                                                            return select( selector.replace( rtrim, "$1" ), context, results, seed, xml );
                                                                                                                                                                                                                        Severity: Major
                                                                                                                                                                                                                        Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                          Avoid too many return statements within this function.
                                                                                                                                                                                                                          Open

                                                                                                                                                                                                                              return {
                                                                                                                                                                                                                                  top: box.top  + scrollTop  - clientTop,
                                                                                                                                                                                                                                  left: box.left + scrollLeft - clientLeft
                                                                                                                                                                                                                              };
                                                                                                                                                                                                                          Severity: Major
                                                                                                                                                                                                                          Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                            Avoid too many return statements within this function.
                                                                                                                                                                                                                            Open

                                                                                                                                                                                                                                        return rootjQuery.ready( selector );
                                                                                                                                                                                                                            Severity: Major
                                                                                                                                                                                                                            Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                              Avoid too many return statements within this function.
                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                      return results;
                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                Avoid too many return statements within this function.
                                                                                                                                                                                                                                Open

                                                                                                                                                                                                                                                return results;
                                                                                                                                                                                                                                Severity: Major
                                                                                                                                                                                                                                Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                  Avoid too many return statements within this function.
                                                                                                                                                                                                                                  Open

                                                                                                                                                                                                                                                  return elem[ name ];
                                                                                                                                                                                                                                  Severity: Major
                                                                                                                                                                                                                                  Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                    Avoid too many return statements within this function.
                                                                                                                                                                                                                                    Open

                                                                                                                                                                                                                                            return i === al ?
                                                                                                                                                                                                                                                siblingCheck( a, bp[i], -1 ) :
                                                                                                                                                                                                                                                siblingCheck( ap[i], b, 1 );
                                                                                                                                                                                                                                    Severity: Major
                                                                                                                                                                                                                                    Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                      Avoid too many return statements within this function.
                                                                                                                                                                                                                                      Open

                                                                                                                                                                                                                                                      return value;
                                                                                                                                                                                                                                      Severity: Major
                                                                                                                                                                                                                                      Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                        Avoid too many return statements within this function.
                                                                                                                                                                                                                                        Open

                                                                                                                                                                                                                                                        return this.constructor( context ).find( selector );
                                                                                                                                                                                                                                        Severity: Major
                                                                                                                                                                                                                                        Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                          Avoid too many return statements within this function.
                                                                                                                                                                                                                                          Open

                                                                                                                                                                                                                                                      return ret;
                                                                                                                                                                                                                                          Severity: Major
                                                                                                                                                                                                                                          Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                            Avoid too many return statements within this function.
                                                                                                                                                                                                                                            Open

                                                                                                                                                                                                                                                            return ( context || rootjQuery ).find( selector );
                                                                                                                                                                                                                                            Severity: Major
                                                                                                                                                                                                                                            Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                              Avoid too many return statements within this function.
                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                      return event.result;
                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                Avoid too many return statements within this function.
                                                                                                                                                                                                                                                Open

                                                                                                                                                                                                                                                        return jQuery.makeArray( selector, this );
                                                                                                                                                                                                                                                Severity: Major
                                                                                                                                                                                                                                                Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                  Avoid too many return statements within this function.
                                                                                                                                                                                                                                                  Open

                                                                                                                                                                                                                                                              return;
                                                                                                                                                                                                                                                  Severity: Major
                                                                                                                                                                                                                                                  Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                    Avoid too many return statements within this function.
                                                                                                                                                                                                                                                    Open

                                                                                                                                                                                                                                                                        return this;
                                                                                                                                                                                                                                                    Severity: Major
                                                                                                                                                                                                                                                    Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                      Avoid too many return statements within this function.
                                                                                                                                                                                                                                                      Open

                                                                                                                                                                                                                                                                  return ret === null ?
                                                                                                                                                                                                                                                                      undefined :
                                                                                                                                                                                                                                                                      ret;
                                                                                                                                                                                                                                                      Severity: Major
                                                                                                                                                                                                                                                      Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                        Avoid too many return statements within this function.
                                                                                                                                                                                                                                                        Open

                                                                                                                                                                                                                                                                        return results;
                                                                                                                                                                                                                                                        Severity: Major
                                                                                                                                                                                                                                                        Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                          Avoid too many return statements within this function.
                                                                                                                                                                                                                                                          Open

                                                                                                                                                                                                                                                                      return 1;
                                                                                                                                                                                                                                                          Severity: Major
                                                                                                                                                                                                                                                          Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                            Avoid too many return statements within this function.
                                                                                                                                                                                                                                                            Open

                                                                                                                                                                                                                                                                            return siblingCheck( ap[i], bp[i] );
                                                                                                                                                                                                                                                            Severity: Major
                                                                                                                                                                                                                                                            Found in public_/librerias/flot/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
                                                                                                                                                                                                                                                                  if ( postFilter && !postFilter[ expando ] ) {
                                                                                                                                                                                                                                                                      postFilter = setMatcher( postFilter );
                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                  if ( postFinder && !postFinder[ expando ] ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 3 days to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2199..2290

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 617.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              if ( !jQuery.support.changeBubbles ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                  jQuery.event.special.change = {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      setup: function() {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 3 days to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5076..5132

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 518.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              Tween.prototype = {
                                                                                                                                                                                                                                                                  constructor: Tween,
                                                                                                                                                                                                                                                                  init: function( elem, options, prop, end, easing, unit ) {
                                                                                                                                                                                                                                                                      this.elem = elem;
                                                                                                                                                                                                                                                                      this.prop = prop;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 days to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6897..6939

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 470.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  when: function( subordinate /* , ..., subordinateN */ ) {
                                                                                                                                                                                                                                                                      var i = 0,
                                                                                                                                                                                                                                                                          resolveValues = core_slice.call( arguments ),
                                                                                                                                                                                                                                                                          length = resolveValues.length,
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 days to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3340..3390

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 423.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  mouseHooks: {
                                                                                                                                                                                                                                                                      props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),
                                                                                                                                                                                                                                                                      filter: function( event, original ) {
                                                                                                                                                                                                                                                                          var eventDoc, doc, body,
                                                                                                                                                                                                                                                                              button = original.button,
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 days to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 4774..4804

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 395.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.speed = function( speed, easing, fn ) {
                                                                                                                                                                                                                                                                  var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
                                                                                                                                                                                                                                                                      complete: fn || !fn && easing ||
                                                                                                                                                                                                                                                                          jQuery.isFunction( speed ) && speed,
                                                                                                                                                                                                                                                                      duration: speed,
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 days to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7415..7445

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 356.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.each({
                                                                                                                                                                                                                                                                  parent: function( elem ) {
                                                                                                                                                                                                                                                                      var parent = elem.parentNode;
                                                                                                                                                                                                                                                                      return parent && parent.nodeType !== 11 ? parent : null;
                                                                                                                                                                                                                                                                  },
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2981..3021

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 351.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              if ( !jQuery.support.submitBubbles ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                  jQuery.event.special.submit = {
                                                                                                                                                                                                                                                                      setup: function() {
                                                                                                                                                                                                                                                                          // Only need this for delegated form submit events
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5029..5073

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 330.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.param = function( a, traditional ) {
                                                                                                                                                                                                                                                                  var prefix,
                                                                                                                                                                                                                                                                      s = [],
                                                                                                                                                                                                                                                                      add = function( key, value ) {
                                                                                                                                                                                                                                                                          // If value is a function, invoke it and return its value
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9471..9502

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 279.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function propFilter( props, specialEasing ) {
                                                                                                                                                                                                                                                                  var index, name, easing, value, hooks;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                  // camelCase, specialEasing and expand cssHook pass
                                                                                                                                                                                                                                                                  for ( index in props ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7245..7280

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 276.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      "PSEUDO": function( pseudo, argument ) {
                                                                                                                                                                                                                                                                          // pseudo-class names are case-insensitive
                                                                                                                                                                                                                                                                          // http://www.w3.org/TR/selectors/#pseudo-classes
                                                                                                                                                                                                                                                                          // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters
                                                                                                                                                                                                                                                                          // Remember that setFilters inherits from pseudos
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 1773..1808

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 262.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  off: function( types, selector, fn ) {
                                                                                                                                                                                                                                                                      var handleObj, type;
                                                                                                                                                                                                                                                                      if ( types && types.preventDefault && types.handleObj ) {
                                                                                                                                                                                                                                                                          // ( event )  dispatched jQuery.Event
                                                                                                                                                                                                                                                                          handleObj = types.handleObj;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5226..5256
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 5552..5587

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 252.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  for ( ; i < length; i++ ) {
                                                                                                                                                                                                                                                                      // Only deal with non-null/undefined values
                                                                                                                                                                                                                                                                      if ( (options = arguments[ i ]) != null ) {
                                                                                                                                                                                                                                                                          // Extend the base object
                                                                                                                                                                                                                                                                          for ( name in options ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 201..233
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 254..290

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 250.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function cloneCopyEvent( src, dest ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                  if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) {
                                                                                                                                                                                                                                                                      return;
                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5388..5414

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 225.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  wrapAll: function( html ) {
                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( html ) ) {
                                                                                                                                                                                                                                                                          return this.each(function(i) {
                                                                                                                                                                                                                                                                              jQuery(this).wrapAll( html.call(this, i) );
                                                                                                                                                                                                                                                                          });
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9353..9380

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 221.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function dataAttr( elem, key, data ) {
                                                                                                                                                                                                                                                                  // If nothing was found internally, try to fetch any
                                                                                                                                                                                                                                                                  // data from the HTML5 data-* attribute
                                                                                                                                                                                                                                                                  if ( data === undefined && elem.nodeType === 1 ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3633..3662

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 218.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      fire = function( data ) {
                                                                                                                                                                                                                                                                          memory = options.memory && data;
                                                                                                                                                                                                                                                                          fired = true;
                                                                                                                                                                                                                                                                          firingIndex = firingStart || 0;
                                                                                                                                                                                                                                                                          firingStart = 0;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3111..3136

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 218.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          add: function() {
                                                                                                                                                                                                                                                                              if ( list ) {
                                                                                                                                                                                                                                                                                  // First, we save the current length
                                                                                                                                                                                                                                                                                  var start = list.length;
                                                                                                                                                                                                                                                                                  (function add( args ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3140..3169

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 215.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  dequeue: function( elem, type ) {
                                                                                                                                                                                                                                                                      type = type || "fx";
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      var queue = jQuery.queue( elem, type ),
                                                                                                                                                                                                                                                                          startLength = queue.length,
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3977..4010
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 4349..4382

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 215.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.Animation = jQuery.extend( Animation, {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                  tweener: function( props, callback ) {
                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( props ) ) {
                                                                                                                                                                                                                                                                          callback = props;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7386..7413

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 208.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  if ( !opts.queue ) {
                                                                                                                                                                                                                                                                      hooks = jQuery._queueHooks( elem, "fx" );
                                                                                                                                                                                                                                                                      if ( hooks.unqueued == null ) {
                                                                                                                                                                                                                                                                          hooks.unqueued = 0;
                                                                                                                                                                                                                                                                          oldfire = hooks.empty.fire;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 day to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7113..7136

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 202.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  var checkContext, matcher, j,
                                                                                                                                                                                                                                                                      len = tokens.length,
                                                                                                                                                                                                                                                                      leadingRelative = Expr.relative[ tokens[0].type ],
                                                                                                                                                                                                                                                                      implicitRelative = leadingRelative || Expr.relative[" "],
                                                                                                                                                                                                                                                                      i = leadingRelative ? 1 : 0,
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 7 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2293..2311

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 192.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      "not": markFunction(function( selector ) {
                                                                                                                                                                                                                                                                          // Trim the selector passed to compile
                                                                                                                                                                                                                                                                          // to avoid treating leading and trailing
                                                                                                                                                                                                                                                                          // spaces as combinators
                                                                                                                                                                                                                                                                          var input = [],
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 7 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 1813..1839

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 191.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  parseXML: function( data ) {
                                                                                                                                                                                                                                                                      var xml, tmp;
                                                                                                                                                                                                                                                                      if ( !data || typeof data !== "string" ) {
                                                                                                                                                                                                                                                                          return null;
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 7 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8521..8542

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 189.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      set: function( tween ) {
                                                                                                                                                                                                                                                                          // use step hook for back compat - use cssHook if its there - use .style if its
                                                                                                                                                                                                                                                                          // available and use plain properties where available
                                                                                                                                                                                                                                                                          if ( jQuery.fx.step[ tween.prop ] ) {
                                                                                                                                                                                                                                                                              jQuery.fx.step[ tween.prop ]( tween );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 7 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6961..6971

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 184.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( !transport ) {
                                                                                                                                                                                                                                                                          done( -1, "No Transport" );
                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                          jqXHR.readyState = 1;
                                                                                                                                                                                                                                                                          // Send global event
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 6 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9158..9186

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 165.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( (m = match[1]) ) {
                                                                                                                                                                                                                                                                              if ( nodeType === 9 ) {
                                                                                                                                                                                                                                                                                  elem = context.getElementById( m );
                                                                                                                                                                                                                                                                                  // Check parentNode to catch when Blackberry 4.6 returns
                                                                                                                                                                                                                                                                                  // nodes that are no longer in the document #6963
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 6 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 798..831

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 164.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.fx.tick = function() {
                                                                                                                                                                                                                                                                  var timer,
                                                                                                                                                                                                                                                                      timers = jQuery.timers,
                                                                                                                                                                                                                                                                      i = 0;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 6 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7591..7610

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 159.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( !arguments.length ) {
                                                                                                                                                                                                                                                                          if ( elem ) {
                                                                                                                                                                                                                                                                              hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ];
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                              if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 5 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7720..7738

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 151.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      return jQuery.access( this, function( elem, method, val ) {
                                                                                                                                                                                                                                                                          var win = getWindow( elem );
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                          if ( val === undefined ) {
                                                                                                                                                                                                                                                                              return win ? (prop in win) ? win[ prop ] :
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 5 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 10161..10179

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 150.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  wrapInner: function( html ) {
                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( html ) ) {
                                                                                                                                                                                                                                                                          return this.each(function(i) {
                                                                                                                                                                                                                                                                              jQuery(this).wrapInner( html.call(this, i) );
                                                                                                                                                                                                                                                                          });
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 5 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9382..9400

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 143.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  inArray: function( elem, arr, i ) {
                                                                                                                                                                                                                                                                      var len;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      if ( arr ) {
                                                                                                                                                                                                                                                                          if ( core_indexOf ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 5 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 428..448

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 140.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  queue: function( elem, type, data ) {
                                                                                                                                                                                                                                                                      var queue;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      if ( elem ) {
                                                                                                                                                                                                                                                                          type = ( type || "fx" ) + "queue";
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 5 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3958..3975
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 4330..4347

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 136.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function genFx( type, includeWidth ) {
                                                                                                                                                                                                                                                                  var which,
                                                                                                                                                                                                                                                                      attrs = { height: type },
                                                                                                                                                                                                                                                                      i = 0;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7069..7087

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 132.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  simulate: function( type, elem, event, bubble ) {
                                                                                                                                                                                                                                                                      // Piggyback on a donor event to simulate a different one.
                                                                                                                                                                                                                                                                      // Fake originalEvent to avoid donor's stopPropagation, but if the
                                                                                                                                                                                                                                                                      // simulated event prevents default then we do the same on the donor.
                                                                                                                                                                                                                                                                      var e = jQuery.extend(
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 4863..4884

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 131.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                              if ( match[1] ) {
                                                                                                                                                                                                                                                                                  context = context instanceof jQuery ? context[0] : context;
                                                                                                                                                                                                                                                                                  doc = ( context && context.nodeType ? context.ownerDocument || context : document );
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                  // scripts is true for back-compat
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2769..2817

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 128.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function condense( unmatched, map, filter, context, xml ) {
                                                                                                                                                                                                                                                                  var elem,
                                                                                                                                                                                                                                                                      newUnmatched = [],
                                                                                                                                                                                                                                                                      i = 0,
                                                                                                                                                                                                                                                                      len = unmatched.length,
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2178..2197
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 2295..2314

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 128.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          remove: function() {
                                                                                                                                                                                                                                                                              if ( list ) {
                                                                                                                                                                                                                                                                                  jQuery.each( arguments, function( _, arg ) {
                                                                                                                                                                                                                                                                                      var index;
                                                                                                                                                                                                                                                                                      while( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3171..3190

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 128.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  dir: function( elem, dir, until ) {
                                                                                                                                                                                                                                                                      var matched = [],
                                                                                                                                                                                                                                                                          cur = elem[ dir ];
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2869..2880

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 127.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( !handlers ) {
                                                                                                                                                                                                                                                                              handlers = events[ type ] = [];
                                                                                                                                                                                                                                                                              handlers.delegateCount = 0;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                              // Only use addEventListener/attachEvent if the special events handler returns false
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 4351..4365

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 125.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      jqXHR.always(function() {
                                                                                                                                                                                                                                                                          // Restore preexisting value
                                                                                                                                                                                                                                                                          window[ callbackName ] = overwritten;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                          // Save back as free
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9873..9892

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 125.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function vendorPropName( style, name ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                  // shortcut for names that are not vendor prefixed
                                                                                                                                                                                                                                                                  if ( name in style ) {
                                                                                                                                                                                                                                                                      return name;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6433..6453

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 121.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  hasClass: function( selector ) {
                                                                                                                                                                                                                                                                      var className = " " + selector + " ",
                                                                                                                                                                                                                                                                          i = 0,
                                                                                                                                                                                                                                                                          l = this.length;
                                                                                                                                                                                                                                                                      for ( ; i < l; i++ ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8415..8426

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 121.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.each( [ "get", "post" ], function( i, method ) {
                                                                                                                                                                                                                                                                  jQuery[ method ] = function( url, data, callback, type ) {
                                                                                                                                                                                                                                                                      // shift arguments if data argument was omitted
                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( data ) ) {
                                                                                                                                                                                                                                                                          type = type || callback;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9313..9330

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 120.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.each({
                                                                                                                                                                                                                                                                  slideDown: genFx("show"),
                                                                                                                                                                                                                                                                  slideUp: genFx("hide"),
                                                                                                                                                                                                                                                                  slideToggle: genFx("toggle"),
                                                                                                                                                                                                                                                                  fadeIn: { opacity: "show" },
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7577..7588
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 7411..7422

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 119.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  for ( index = 0; index < length; index++ ) {
                                                                                                                                                                                                                                                                      elem = elements[ index ];
                                                                                                                                                                                                                                                                      if ( !elem.style ) {
                                                                                                                                                                                                                                                                          continue;
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 4 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6493..6501

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 119.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( data == null && fn == null ) {
                                                                                                                                                                                                                                                                          // ( types, fn )
                                                                                                                                                                                                                                                                          fn = selector;
                                                                                                                                                                                                                                                                          data = selector = undefined;
                                                                                                                                                                                                                                                                      } else if ( fn == null ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 3 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5187..5202
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 4901..4919

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 107.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  delay: function( time, type ) {
                                                                                                                                                                                                                                                                      time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
                                                                                                                                                                                                                                                                      type = type || "fx";
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      return this.queue( type, function( next, hooks ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 3 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7644..7654

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 106.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      jqXHR.setRequestHeader(
                                                                                                                                                                                                                                                                          "Accept",
                                                                                                                                                                                                                                                                          s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?
                                                                                                                                                                                                                                                                              s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
                                                                                                                                                                                                                                                                              s.accepts[ "*" ]
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 3 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9128..9133
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 9149..9155

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 104.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                              if ( conv !== true ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                  // Unless errors are allowed to bubble, catch and return them
                                                                                                                                                                                                                                                                                  if ( conv && s["throws"] ) {
                                                                                                                                                                                                                                                                                      response = conv( response );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 3 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8801..8813

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 102.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                              var value, option,
                                                                                                                                                                                                                                                                                  options = elem.options,
                                                                                                                                                                                                                                                                                  index = elem.selectedIndex,
                                                                                                                                                                                                                                                                                  one = elem.type === "select-one" || index < 0,
                                                                                                                                                                                                                                                                                  values = one ? null : [],
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 3 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7790..7798

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 101.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                              if ( elem.nodeType === 9 ) {
                                                                                                                                                                                                                                                                                  doc = elem.documentElement;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                  // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], whichever is greatest
                                                                                                                                                                                                                                                                                  // unfortunately, this causes bug #3838 in IE6/8 only, but there is currently no good, small way to fix it.
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 3 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 10221..10231
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 10178..10188

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 97.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( one === 1 ) {
                                                                                                                                                                                                                                                                          origFn = fn;
                                                                                                                                                                                                                                                                          fn = function( event ) {
                                                                                                                                                                                                                                                                              // Can use an empty set, since event contains the info
                                                                                                                                                                                                                                                                              jQuery().off( event );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 3 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5209..5218
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 4926..4937

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 96.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  has: function( target ) {
                                                                                                                                                                                                                                                                      var i,
                                                                                                                                                                                                                                                                          targets = jQuery( target, this ),
                                                                                                                                                                                                                                                                          len = targets.length;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 3 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2896..2908

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 95.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( typeof name === "object" || typeof name === "function" ) {
                                                                                                                                                                                                                                                                          if ( pvt ) {
                                                                                                                                                                                                                                                                              cache[ id ] = jQuery.extend( cache[ id ], name );
                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                              cache[ id ].data = jQuery.extend( cache[ id ].data, name );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3725..3731

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 93.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                  do {
                                                                                                                                                                                                                                                                                      // If previous iteration zeroed out, double until we get *something*
                                                                                                                                                                                                                                                                                      // Use a string for doubling factor so we don't accidentally see scale as unchanged below
                                                                                                                                                                                                                                                                                      scale = scale || ".5";
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7032..7043

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 93.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
                                                                                                                                                                                                                                                                  set: function( tween ) {
                                                                                                                                                                                                                                                                      if ( tween.elem.nodeType && tween.elem.parentNode ) {
                                                                                                                                                                                                                                                                          tween.elem[ tween.prop ] = tween.now;
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6978..6984
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 6774..6780

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 92.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                  if ( state === 2 ) {
                                                                                                                                                                                                                                                                                      if ( !responseHeaders ) {
                                                                                                                                                                                                                                                                                          responseHeaders = {};
                                                                                                                                                                                                                                                                                          while( ( match = rheaders.exec( responseHeadersString ) ) ) {
                                                                                                                                                                                                                                                                                              responseHeaders[ match[1].toLowerCase() ] = match[ 2 ];
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8969..8977

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 91.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          var currentTime = fxNow || createFxNow(),
                                                                                                                                                                                                                                                                              remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
                                                                                                                                                                                                                                                                              // archaic crash bug won't allow us to use 1 - ( 0.5 || 0 ) (#12497)
                                                                                                                                                                                                                                                                              temp = remaining / animation.duration || 0,
                                                                                                                                                                                                                                                                              percent = 1 - temp,
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7295..7301

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 90.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) {
                                                                                                                                                                                                                                                                              // Assume that strings that start and end with <> are HTML and skip the regex check
                                                                                                                                                                                                                                                                              match = [ null, selector, null ];
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2757..2763

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 89.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      get: function( elem, computed ) {
                                                                                                                                                                                                                                                                          // IE uses filters for opacity
                                                                                                                                                                                                                                                                          return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filter) || "" ) ?
                                                                                                                                                                                                                                                                              ( 0.01 * parseFloat( RegExp.$1 ) ) + "" :
                                                                                                                                                                                                                                                                              computed ? "1" : "";
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6766..6771

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 87.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                              if ( !jQuery.isArray( name ) ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                  // try the string as a key before any manipulation
                                                                                                                                                                                                                                                                                  if ( name in thisCache ) {
                                                                                                                                                                                                                                                                                      name = [ name ];
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3795..3818

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 86.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  keyHooks: {
                                                                                                                                                                                                                                                                      props: "char charCode key keyCode".split(" "),
                                                                                                                                                                                                                                                                      filter: function( event, original ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                          // Add which for key events
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 4761..4772

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 84.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function elementMatcher( matchers ) {
                                                                                                                                                                                                                                                                  return matchers.length > 1 ?
                                                                                                                                                                                                                                                                      function( elem, context, xml ) {
                                                                                                                                                                                                                                                                          var i = matchers.length;
                                                                                                                                                                                                                                                                          while ( i-- ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2155..2167
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 2272..2284

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 83.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  removeProp: function( name ) {
                                                                                                                                                                                                                                                                      name = jQuery.propFix[ name ] || name;
                                                                                                                                                                                                                                                                      return this.each(function() {
                                                                                                                                                                                                                                                                          // try/catch handles cases where IE balks (such as removing a property on window)
                                                                                                                                                                                                                                                                          try {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8158..8167

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 82.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( type === "string" && (ret = rrelNum.exec( value )) ) {
                                                                                                                                                                                                                                                                              value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );
                                                                                                                                                                                                                                                                              // Fixes bug #9237
                                                                                                                                                                                                                                                                              type = "number";
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6657..6661

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 82.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.ajaxPrefilter( "script", function( s ) {
                                                                                                                                                                                                                                                                  if ( s.cache === undefined ) {
                                                                                                                                                                                                                                                                      s.cache = false;
                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                  if ( s.crossDomain ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9745..9753

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 81.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( tween.elem[ tween.prop ] != null &&
                                                                                                                                                                                                                                                                              (!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) {
                                                                                                                                                                                                                                                                              return tween.elem[ tween.prop ];
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6948..6951

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 81.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      return jQuery.access( this, function( value ) {
                                                                                                                                                                                                                                                                          return value === undefined ?
                                                                                                                                                                                                                                                                              jQuery.text( this ) :
                                                                                                                                                                                                                                                                              this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( value ) );
                                                                                                                                                                                                                                                                      }, null, value, arguments.length );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5721..5725

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 80.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( calculatePosition ) {
                                                                                                                                                                                                                                                                          curPosition = curElem.position();
                                                                                                                                                                                                                                                                          curTop = curPosition.top;
                                                                                                                                                                                                                                                                          curLeft = curPosition.left;
                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 10041..10048

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 79.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          var style = elem.style,
                                                                                                                                                                                                                                                                              currentStyle = elem.currentStyle,
                                                                                                                                                                                                                                                                              opacity = jQuery.isNumeric( value ) ? "alpha(opacity=" + value * 100 + ")" : "",
                                                                                                                                                                                                                                                                              filter = currentStyle && currentStyle.filter || style.filter || "";
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6774..6777

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 79.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function createSafeFragment( document ) {
                                                                                                                                                                                                                                                                  var list = nodeNames.split( "|" ),
                                                                                                                                                                                                                                                                  safeFrag = document.createDocumentFragment();
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                  if ( safeFrag.createElement ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5272..5284

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 79.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( !( prop in dataShow ) ) {
                                                                                                                                                                                                                                                                              dataShow[ prop ] = tween.start;
                                                                                                                                                                                                                                                                              if ( hidden ) {
                                                                                                                                                                                                                                                                                  tween.end = tween.start;
                                                                                                                                                                                                                                                                                  tween.start = prop === "width" || prop === "height" ? 1 : 0;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7230..7236

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 79.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  return animation.progress( animation.opts.progress )
                                                                                                                                                                                                                                                                      .done( animation.opts.done, animation.opts.complete )
                                                                                                                                                                                                                                                                      .fail( animation.opts.fail )
                                                                                                                                                                                                                                                                      .always( animation.opts.always );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7380..7383

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 78.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  unwrap: function() {
                                                                                                                                                                                                                                                                      return this.parent().each(function() {
                                                                                                                                                                                                                                                                          if ( !jQuery.nodeName( this, "body" ) ) {
                                                                                                                                                                                                                                                                              jQuery( this ).replaceWith( this.childNodes );
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9410..9416

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 77.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  if ( jQuery.isArray( obj ) ) {
                                                                                                                                                                                                                                                                      // Serialize array item.
                                                                                                                                                                                                                                                                      jQuery.each( obj, function( i, v ) {
                                                                                                                                                                                                                                                                          if ( traditional || rbracket.test( prefix ) ) {
                                                                                                                                                                                                                                                                              // Treat each array item as a scalar.
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9444..9466

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 77.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.ajaxSetup({
                                                                                                                                                                                                                                                                  jsonp: "callback",
                                                                                                                                                                                                                                                                  jsonpCallback: function() {
                                                                                                                                                                                                                                                                      var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) );
                                                                                                                                                                                                                                                                      this[ callback ] = true;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9822..9829
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 9697..9704

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 77.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( !jQuery.support.shrinkWrapBlocks ) {
                                                                                                                                                                                                                                                                          anim.done(function() {
                                                                                                                                                                                                                                                                              style.overflow = opts.overflow[ 0 ];
                                                                                                                                                                                                                                                                              style.overflowX = opts.overflow[ 1 ];
                                                                                                                                                                                                                                                                              style.overflowY = opts.overflow[ 2 ];
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7168..7174

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 77.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                  operator === "$=" ? check && result.substr( result.length - check.length ) === check :
                                                                                                                                                                                                                                                                                  operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 :
                                                                                                                                                                                                                                                                                  operator === "|=" ? result === check || result.substr( 0, check.length + 1 ) === check + "-" :
                                                                                                                                                                                                                                                                                  false;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 1677..1680

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 77.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                  if ( data.events ) {
                                                                                                                                                                                                                                                                                      for ( type in data.events ) {
                                                                                                                                                                                                                                                                                          if ( special[ type ] ) {
                                                                                                                                                                                                                                                                                              jQuery.event.remove( elem, type );
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5681..5691

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 76.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      try {
                                                                                                                                                                                                                                                                          // Not own constructor property must be Object
                                                                                                                                                                                                                                                                          if ( obj.constructor &&
                                                                                                                                                                                                                                                                              !core_hasOwn.call(obj, "constructor") &&
                                                                                                                                                                                                                                                                              !core_hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 293..303

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 76.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  clone: function( dataAndEvents, deepDataAndEvents ) {
                                                                                                                                                                                                                                                                      dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
                                                                                                                                                                                                                                                                      deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      return this.map( function () {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5809..5816
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 5949..5956

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 75.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  globalEval: function( data ) {
                                                                                                                                                                                                                                                                      if ( data && core_rnotwhite.test( data ) ) {
                                                                                                                                                                                                                                                                          // We use execScript on Internet Explorer
                                                                                                                                                                                                                                                                          // We use an anonymous function so that context is window
                                                                                                                                                                                                                                                                          // rather than jQuery in Firefox
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 2 hrs to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 332..341

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 75.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  } else if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
                                                                                                                                                                                                                                                                      // IE6-8 fails to persist the checked state of a cloned checkbox
                                                                                                                                                                                                                                                                      // or radio button. Worse, IE6-7 fail to give the cloned element
                                                                                                                                                                                                                                                                      // a checked appearance if the defaultChecked value isn't also set
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5458..5480

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 74.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  sibling: function( n, elem ) {
                                                                                                                                                                                                                                                                      var r = [];
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      for ( ; n; n = n.nextSibling ) {
                                                                                                                                                                                                                                                                          if ( n.nodeType === 1 && n !== elem ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2882..2892

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 74.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  wrap: function( html ) {
                                                                                                                                                                                                                                                                      var isFunction = jQuery.isFunction( html );
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      return this.each(function(i) {
                                                                                                                                                                                                                                                                          jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9402..9408

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 73.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function isEmptyDataObject( obj ) {
                                                                                                                                                                                                                                                                  var name;
                                                                                                                                                                                                                                                                  for ( name in obj ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      // if the public data object is empty, the private is still empty
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3665..3679

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 72.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      "checked": function( elem ) {
                                                                                                                                                                                                                                                                          // In CSS3, :checked should return both checked and selected elements
                                                                                                                                                                                                                                                                          // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
                                                                                                                                                                                                                                                                          var nodeName = elem.nodeName.toLowerCase();
                                                                                                                                                                                                                                                                          return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 1904..1909
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 2010..2015

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 71.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) {
                                                                                                                                                                                                                                                                              // Wrapped to prevent IE from throwing errors when 'invalid' values are provided
                                                                                                                                                                                                                                                                              // Fixes bug #5509
                                                                                                                                                                                                                                                                              try {
                                                                                                                                                                                                                                                                                  style[ name ] = value;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6680..6687

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 71.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              try {
                                                                                                                                                                                                                                                                  ajaxLocation = location.href;
                                                                                                                                                                                                                                                              } catch( e ) {
                                                                                                                                                                                                                                                                  // Use the href attribute of an A element
                                                                                                                                                                                                                                                                  // since IE will modify it given document.location
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8582..8590

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 70.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                      if ( selMatch[ sel ] === undefined ) {
                                                                                                                                                                                                                                                                                          selMatch[ sel ] = handleObj.needsContext ?
                                                                                                                                                                                                                                                                                              jQuery( sel, this ).index( cur ) >= 0 :
                                                                                                                                                                                                                                                                                              jQuery.find( sel, this, null, [ cur ] ).length;
                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 4686..4690

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 70.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                                  if ( !status && s.isLocal && !s.crossDomain ) {
                                                                                                                                                                                                                                                                                                      status = responses.text ? 200 : 404;
                                                                                                                                                                                                                                                                                                  // IE - #1450: sometimes returns 1223 when it should be 204
                                                                                                                                                                                                                                                                                                  } else if ( status === 1223 ) {
                                                                                                                                                                                                                                                                                                      status = 204;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9674..9679

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 70.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  hasData: function( elem ) {
                                                                                                                                                                                                                                                                      elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ];
                                                                                                                                                                                                                                                                      return !!elem && !isEmptyDataObject( elem );
                                                                                                                                                                                                                                                                  },
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3872..3875

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 69.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.ajaxSetup({
                                                                                                                                                                                                                                                                  accepts: {
                                                                                                                                                                                                                                                                      script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
                                                                                                                                                                                                                                                                  },
                                                                                                                                                                                                                                                                  contents: {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9729..9742

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 69.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( stateString ) {
                                                                                                                                                                                                                                                                              list.add(function() {
                                                                                                                                                                                                                                                                                  // state = [ resolved | rejected ]
                                                                                                                                                                                                                                                                                  state = stateString;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3310..3317

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 68.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  jQuery.propHooks.selected = jQuery.extend( jQuery.propHooks.selected, {
                                                                                                                                                                                                                                                                      get: function( elem ) {
                                                                                                                                                                                                                                                                          var parent = elem.parentNode;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                          if ( parent ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8240..8254

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 67.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      var cur,
                                                                                                                                                                                                                                                                          i = 0,
                                                                                                                                                                                                                                                                          l = this.length,
                                                                                                                                                                                                                                                                          ret = [],
                                                                                                                                                                                                                                                                          pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ?
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2911..2917

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 67.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( s.data && s.processData && typeof s.data !== "string" ) {
                                                                                                                                                                                                                                                                          s.data = jQuery.param( s.data, s.traditional );
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9060..9062
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 9072..9074

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 65.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( special.add ) {
                                                                                                                                                                                                                                                                              special.add.call( elem, handleObj );
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                              if ( !handleObj.handler.guid ) {
                                                                                                                                                                                                                                                                                  handleObj.handler.guid = handler.guid;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 4367..4373
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 5044..5050

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 65.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              jQuery.easing = {
                                                                                                                                                                                                                                                                  linear: function( p ) {
                                                                                                                                                                                                                                                                      return p;
                                                                                                                                                                                                                                                                  },
                                                                                                                                                                                                                                                                  swing: function( p ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6986..6993

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 64.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  jQuery.valHooks[ this ] = jQuery.extend( jQuery.valHooks[ this ], {
                                                                                                                                                                                                                                                                      set: function( elem, value ) {
                                                                                                                                                                                                                                                                          if ( jQuery.isArray( value ) ) {
                                                                                                                                                                                                                                                                              return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7868..7874

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 64.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( value ) ) {
                                                                                                                                                                                                                                                                          return this.each(function( i ) {
                                                                                                                                                                                                                                                                              jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );
                                                                                                                                                                                                                                                                          });
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8376..8380

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 63.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  indexOf = [].indexOf || function( elem ) {
                                                                                                                                                                                                                                                                      var i = 0,
                                                                                                                                                                                                                                                                          len = this.length;
                                                                                                                                                                                                                                                                      for ( ; i < len; i++ ) {
                                                                                                                                                                                                                                                                          if ( this[i] === elem ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 647..656

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 62.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  jQuery.expr.filters.animated = function( elem ) {
                                                                                                                                                                                                                                                                      return jQuery.grep(jQuery.timers, function( fn ) {
                                                                                                                                                                                                                                                                          return elem === fn.elem;
                                                                                                                                                                                                                                                                      }).length;
                                                                                                                                                                                                                                                                  };
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9999..10003
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 9934..9938

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 62.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  if ( jQuery.isFunction( params ) ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      // We assume that it's the callback
                                                                                                                                                                                                                                                                      callback = params;
                                                                                                                                                                                                                                                                      params = undefined;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9954..9963

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 62.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  cssHooks: {
                                                                                                                                                                                                                                                                      opacity: {
                                                                                                                                                                                                                                                                          get: function( elem, computed ) {
                                                                                                                                                                                                                                                                              if ( computed ) {
                                                                                                                                                                                                                                                                                  // We should always get a number back from opacity
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6599..6609
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 6406..6417

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 61.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 4 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( value ) ) {
                                                                                                                                                                                                                                                                          return this.each(function( j ) {
                                                                                                                                                                                                                                                                              jQuery( this ).removeClass( value.call(this, j, this.className) );
                                                                                                                                                                                                                                                                          });
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 3 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/flot/jquery.js on lines 2033..2037
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8289..8293
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8332..8336

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 61.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 4 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( value ) ) {
                                                                                                                                                                                                                                                                          return this.each(function( j ) {
                                                                                                                                                                                                                                                                              jQuery( this ).addClass( value.call(this, j, this.className) );
                                                                                                                                                                                                                                                                          });
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 3 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/flot/jquery.js on lines 2069..2073
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8289..8293
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8332..8336

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 61.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      "contains": markFunction(function( text ) {
                                                                                                                                                                                                                                                                          return function( elem ) {
                                                                                                                                                                                                                                                                              return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;
                                                                                                                                                                                                                                                                          };
                                                                                                                                                                                                                                                                      }),
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 1847..1851

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 61.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  relative: {
                                                                                                                                                                                                                                                                      ">": { dir: "parentNode", first: true },
                                                                                                                                                                                                                                                                      " ": { dir: "parentNode" },
                                                                                                                                                                                                                                                                      "+": { dir: "previousSibling", first: true },
                                                                                                                                                                                                                                                                      "~": { dir: "previousSibling" }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 1557..1562
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 1625..1630

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 60.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( type.indexOf( "." ) >= 0 ) {
                                                                                                                                                                                                                                                                          // Namespaced trigger; create a regexp to match event type in handle()
                                                                                                                                                                                                                                                                          namespaces = type.split(".");
                                                                                                                                                                                                                                                                          type = namespaces.shift();
                                                                                                                                                                                                                                                                          namespaces.sort();
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 4483..4488

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 60.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      var t, tns, type, origType, namespaces, origCount,
                                                                                                                                                                                                                                                                          j, events, special, eventType, handleObj,
                                                                                                                                                                                                                                                                          elemData = jQuery.hasData( elem ) && jQuery._data( elem );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 4392..4396
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 5068..5071

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 60.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( elem.style.display === "" && isHidden( elem ) ) {
                                                                                                                                                                                                                                                                              values[ index ] = jQuery._data( elem, "olddisplay", css_defaultDisplay(elem.nodeName) );
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6479..6481

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 60.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( match && (match[1] || !context) ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                              // HANDLE: $(html) -> $(array)
                                                                                                                                                                                                                                                                              if ( match[1] ) {
                                                                                                                                                                                                                                                                                  context = context instanceof jQuery ? context[0] : context;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2766..2827
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 2937..2989

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 59.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
                                                                                                                                                                                                                                                                          jqXHR.setRequestHeader( "Content-Type", s.contentType );
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9123..9125
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 9144..9146

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 59.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function multipleContexts( selector, contexts, results ) {
                                                                                                                                                                                                                                                                  var i = 0,
                                                                                                                                                                                                                                                                      len = contexts.length;
                                                                                                                                                                                                                                                                  for ( ; i < len; i++ ) {
                                                                                                                                                                                                                                                                      Sizzle( selector, contexts[i], results );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2169..2176
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 2286..2293

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 58.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( value !== undefined ) {
                                                                                                                                                                                                                                                                          type = typeof value;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                          // convert relative number strings (+= or -=) to relative numbers. #7345
                                                                                                                                                                                                                                                                          if ( type === "string" && (ret = rrelNum.exec( value )) ) {
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6653..6697
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 6465..6513

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 57.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {
                                                                                                                                                                                                                                                                              // Abort if not done already and return
                                                                                                                                                                                                                                                                              return jqXHR.abort();
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9141..9144

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 57.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      "button": function( elem ) {
                                                                                                                                                                                                                                                                          var name = elem.nodeName.toLowerCase();
                                                                                                                                                                                                                                                                          return name === "input" && elem.type === "button" || name === "button";
                                                                                                                                                                                                                                                                      },
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 1948..1951
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 2054..2057

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 56.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( fireGlobals ) {
                                                                                                                                                                                                                                                                              globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
                                                                                                                                                                                                                                                                              // Handle the global AJAX counter
                                                                                                                                                                                                                                                                              if ( !( --jQuery.active ) ) {
                                                                                                                                                                                                                                                                                  jQuery.event.trigger( "ajaxStop" );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9292..9298
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 9322..9329

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 56.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  undelegate: function( selector, types, fn ) {
                                                                                                                                                                                                                                                                      // ( namespace ) or ( selector, types [, fn] )
                                                                                                                                                                                                                                                                      return arguments.length === 1 ? this.off( selector, "**" ) : this.off( types, selector || "**", fn );
                                                                                                                                                                                                                                                                  },
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 8462..8465
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 10237..10243

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 55.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( hidden ) {
                                                                                                                                                                                                                                                                          jQuery( elem ).show();
                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                          anim.done(function() {
                                                                                                                                                                                                                                                                              jQuery( elem ).hide();
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7213..7219

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 55.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  if ( arguments.length ) {
                                                                                                                                                                                                                                                                      return options === undefined ?
                                                                                                                                                                                                                                                                          this :
                                                                                                                                                                                                                                                                          this.each(function( i ) {
                                                                                                                                                                                                                                                                              jQuery.offset.setOffset( this, options, i );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 10071..10077

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 55.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      "odd": createPositionalPseudo(function( matchIndexes, length ) {
                                                                                                                                                                                                                                                                          for ( var i = 1; i < length; i += 2 ) {
                                                                                                                                                                                                                                                                              matchIndexes.push( i );
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                          return matchIndexes;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/flot/jquery.js on lines 4530..4535

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 55.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  var options, name, src, copy, copyIsArray, clone,
                                                                                                                                                                                                                                                                      target = arguments[0] || {},
                                                                                                                                                                                                                                                                      i = 1,
                                                                                                                                                                                                                                                                      length = arguments.length,
                                                                                                                                                                                                                                                                      deep = false;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 175..179
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 228..232

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 55.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      s.converters["script json"] = function() {
                                                                                                                                                                                                                                                                          if ( !responseContainer ) {
                                                                                                                                                                                                                                                                              jQuery.error( callbackName + " was not called" );
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                          return responseContainer[ 0 ];
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9856..9861
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 9734..9739

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 55.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      "even": createPositionalPseudo(function( matchIndexes, length ) {
                                                                                                                                                                                                                                                                          for ( var i = 0; i < length; i += 2 ) {
                                                                                                                                                                                                                                                                              matchIndexes.push( i );
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                          return matchIndexes;
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/flot/jquery.js on lines 4537..4542

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 55.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                              if ( bySet ) {
                                                                                                                                                                                                                                                                                  // They will have gone through all possible matchers
                                                                                                                                                                                                                                                                                  if ( (elem = !matcher && elem) ) {
                                                                                                                                                                                                                                                                                      matchedCount--;
                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 1 hr to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2386..2396
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 2509..2519

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 55.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                  if ( ( option.selected || i === index ) &&
                                                                                                                                                                                                                                                                                          // Don't return options that are disabled or in a disabled optgroup
                                                                                                                                                                                                                                                                                          ( jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null ) &&
                                                                                                                                                                                                                                                                                          ( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 55 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7805..7820
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 8076..8093

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 53.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( getByName ) {
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                          // First Try to find as-is property data
                                                                                                                                                                                                                                                                          ret = thisCache[ name ];
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 55 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3752..3765

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 53.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                              return function( elem ) {
                                                                                                                                                                                                                                                                                  var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id");
                                                                                                                                                                                                                                                                                  return node && node.value === id;
                                                                                                                                                                                                                                                                              };
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 55 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 1145..1148

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 53.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) {
                                                                                                                                                                                                                                                                          return false;
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 50 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 289..291

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 52.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
                                                                                                                                                                                                                                                                              extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 50 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 10207..10208
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 10163..10164

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 52.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  map: function( callback ) {
                                                                                                                                                                                                                                                                      return this.pushStack( jQuery.map(this, function( elem, i ) {
                                                                                                                                                                                                                                                                          return callback.call( elem, i, elem );
                                                                                                                                                                                                                                                                      }));
                                                                                                                                                                                                                                                                  },
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 50 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 139..143
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 192..196

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 51.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) {
                                                                                                                                                                                                                                                                              ret = jQuery.style( elem, name );
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 50 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6132..6134

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 51.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  for ( ; index < length ; index++ ) {
                                                                                                                                                                                                                                                                      result = animationPrefilters[ index ].call( animation, elem, props, animation.opts );
                                                                                                                                                                                                                                                                      if ( result ) {
                                                                                                                                                                                                                                                                          return result;
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 50 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 7358..7363

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 51.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                  if ( (old = context.getAttribute("id")) ) {
                                                                                                                                                                                                                                                                                      nid = old.replace( rescape, "\\$&" );
                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                      context.setAttribute( "id", nid );
                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 50 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 847..851

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 51.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( !pvt ) {
                                                                                                                                                                                                                                                                          delete cache[ id ].data;
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                          // Don't destroy the parent cache unless the internal data object
                                                                                                                                                                                                                                                                          // had been the only thing left in it
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 45 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3834..3842

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 50.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                                  if ( returned && jQuery.isFunction( returned.promise ) ) {
                                                                                                                                                                                                                                                                                                      returned.promise()
                                                                                                                                                                                                                                                                                                          .done( newDefer.resolve )
                                                                                                                                                                                                                                                                                                          .fail( newDefer.reject )
                                                                                                                                                                                                                                                                                                          .progress( newDefer.notify );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 45 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3277..3284
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 3502..3512

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 50.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      var tuples = [
                                                                                                                                                                                                                                                                              // action, add listener, listener list, final state
                                                                                                                                                                                                                                                                              [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ],
                                                                                                                                                                                                                                                                              [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ],
                                                                                                                                                                                                                                                                              [ "notify", "progress", jQuery.Callbacks("memory") ]
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 40 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3254..3259

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 49.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( !pvt ) {
                                                                                                                                                                                                                                                                          if ( !thisCache.data ) {
                                                                                                                                                                                                                                                                              thisCache.data = {};
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 40 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 3738..3744

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 49.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
                                                                                                                                                                                                                                                                          return;
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 40 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6637..6639
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 6444..6446

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 48.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  addBack: function( selector ) {
                                                                                                                                                                                                                                                                      return this.add( selector == null ?
                                                                                                                                                                                                                                                                          this.prevObject : this.prevObject.filter(selector)
                                                                                                                                                                                                                                                                      );
                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 40 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2966..2970
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 3101..3105

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 48.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                  if ( elem.src ) {
                                                                                                                                                                                                                                                                                      if ( jQuery.ajax ) {
                                                                                                                                                                                                                                                                                          jQuery.ajax({
                                                                                                                                                                                                                                                                                              url: elem.src,
                                                                                                                                                                                                                                                                                              type: "GET",
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 40 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5950..5957

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 48.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( isSuccess ) {
                                                                                                                                                                                                                                                                              deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                              deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 35 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9274..9278
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 9304..9308

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 47.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      "selected": function( elem ) {
                                                                                                                                                                                                                                                                          // Accessing this property makes selected-by-default
                                                                                                                                                                                                                                                                          // options in Safari work properly
                                                                                                                                                                                                                                                                          if ( elem.parentNode ) {
                                                                                                                                                                                                                                                                              elem.parentNode.selectedIndex;
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 35 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 1911..1919
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 2017..2025

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 47.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                              function getWindow( elem ) {
                                                                                                                                                                                                                                                                  return jQuery.isWindow( elem ) ?
                                                                                                                                                                                                                                                                      elem :
                                                                                                                                                                                                                                                                      elem.nodeType === 9 ?
                                                                                                                                                                                                                                                                          elem.defaultView || elem.parentWindow :
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 35 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 10014..10020

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 47.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                  if ( s.xhrFields ) {
                                                                                                                                                                                                                                                                                      for ( i in s.xhrFields ) {
                                                                                                                                                                                                                                                                                          xhr[ i ] = s.xhrFields[ i ];
                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 35 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9595..9599
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 9497..9501

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 47.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          for ( ; i < length; i++ ) {
                                                                                                                                                                                                                                                                              value = callback( elems[ i ], i, arg );
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                              if ( value != null ) {
                                                                                                                                                                                                                                                                                  ret[ ret.length ] = value;
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 35 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/flot/jquery.js on lines 739..745

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 47.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          for ( key in elems ) {
                                                                                                                                                                                                                                                                              value = callback( elems[ key ], key, arg );
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                              if ( value != null ) {
                                                                                                                                                                                                                                                                                  ret[ ret.length ] = value;
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 35 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/flot/jquery.js on lines 729..735

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 47.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  jQuery.expr.filters.visible = function( elem ) {
                                                                                                                                                                                                                                                                      return !jQuery.expr.filters.hidden( elem );
                                                                                                                                                                                                                                                                  };
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 35 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 9428..9430
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 9448..9450

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 46.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  trigger: function( type, data ) {
                                                                                                                                                                                                                                                                      return this.each(function() {
                                                                                                                                                                                                                                                                          jQuery.event.trigger( type, data, this );
                                                                                                                                                                                                                                                                      });
                                                                                                                                                                                                                                                                  },
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 30 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5258..5262
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 8325..8329

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 45.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 3 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( selector ) {
                                                                                                                                                                                                                                                                              handlers.splice( handlers.delegateCount++, 0, handleObj );
                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                              handlers.push( handleObj );
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 2 other locations - About 30 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 4376..4380
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-3.3.1.js on lines 5053..5057

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 45.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                  nodeName: function( elem, name ) {
                                                                                                                                                                                                                                                                      return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
                                                                                                                                                                                                                                                                  },
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 30 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 349..351

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 45.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          handler = function( event ) {
                                                                                                                                                                                                                                                                              jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
                                                                                                                                                                                                                                                                          };
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 30 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 5139..5141

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 45.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                              if ( typeof context.getElementById !== strundefined && !xml ) {
                                                                                                                                                                                                                                                                                  var m = context.getElementById( id );
                                                                                                                                                                                                                                                                                  // Check parentNode to catch when Blackberry 4.6 returns
                                                                                                                                                                                                                                                                                  // nodes that are no longer in the document #6963
                                                                                                                                                                                                                                                                                  return m && m.parentNode ? [m] : [];
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 30 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 1125..1130

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 45.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Identical blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      if ( selector.selector !== undefined ) {
                                                                                                                                                                                                                                                                          this.selector = selector.selector;
                                                                                                                                                                                                                                                                          this.context = selector.context;
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 30 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 2844..2847

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 45.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( extra !== "margin" ) {
                                                                                                                                                                                                                                                                              val -= parseFloat( curCSS( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0;
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 30 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/flot/jquery.js on lines 6940..6942

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 45.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          if ( extra !== "padding" ) {
                                                                                                                                                                                                                                                                              val += parseFloat( curCSS( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0;
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 30 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/flot/jquery.js on lines 6932..6934

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 45.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                      name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );
                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                              Found in public_/librerias/flot/jquery.js and 1 other location - About 30 mins to fix
                                                                                                                                                                                                                                                              public_/librerias/jquery/jquery-1.11.1.js on lines 6705..6705

                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                              This issue has a mass of 45.

                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                              There are no issues that match your filters.

                                                                                                                                                                                                                                                              Category
                                                                                                                                                                                                                                                              Status