minhaportoalegre/verdade-ou-consequencia

View on GitHub

Showing 206 of 246 total issues

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

/*!
 * jQuery JavaScript Library v1.7.2
 * http://jquery.com/
 *
 * Copyright 2011, John Resig
Severity: Major
Found in app/assets/javascripts/lib/jquery.js - About 2 wks to fix

    Function jQuery has 614 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    var jQuery = (function() {
    
    // Define a local copy of jQuery
    var jQuery = function( selector, context ) {
            // The jQuery object is actually just the init constructor 'enhanced'
    Severity: Major
    Found in app/assets/javascripts/lib/jquery.js - About 3 days to fix

      File chosen.js has 847 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      // Chosen, a Select Box Enhancer for jQuery and Protoype
      // by Patrick Filler for Harvest, http://getharvest.com
      //
      // Version 0.9.8
      // Full source at https://github.com/harvesthq/chosen
      Severity: Major
      Found in app/assets/javascripts/lib/chosen.js - About 2 days to fix

        File backbone.js has 785 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        //     Backbone.js 0.9.1
        
        //     (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc.
        //     Backbone may be freely distributed under the MIT license.
        //     For all details and documentation:
        Severity: Major
        Found in app/assets/javascripts/lib/backbone.js - About 1 day to fix

          File underscore.js has 665 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          //     Underscore.js 1.3.1
          //     (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
          //     Underscore is freely distributable under the MIT license.
          //     Portions of Underscore are inspired or borrowed from Prototype,
          //     Oliver Steele's Functional, and John Resig's Micro-Templating.
          Severity: Major
          Found in app/assets/javascripts/lib/underscore.js - About 1 day to fix

            Function ajax has 242 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 app/assets/javascripts/lib/jquery.js - About 1 day to fix

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

              /*
               * jQuery UI Effects @VERSION
               *
               * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
               * Dual licensed under the MIT or GPL Version 2 licenses.
              Severity: Major
              Found in app/assets/javascripts/lib/jquery.effects.core.js - About 1 day to fix

                Function mask has 184 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        mask: function(mask, settings) {
                            if (!mask && this.length > 0) {
                                var input = $(this[0]);
                                return input.data($.mask.dataName)();
                            }
                Severity: Major
                Found in app/assets/javascripts/lib/jquery.mask.js - About 7 hrs to fix

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

                  jQuery.support = (function() {
                  
                      var support,
                          all,
                          a,
                  Severity: Major
                  Found in app/assets/javascripts/lib/jquery.js - About 6 hrs to fix

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

                    jQuery.Callbacks = function( flags ) {
                    
                        // Convert flags from String-formatted to Object-formatted
                        // (we check in cache first)
                        flags = flags ? ( flagsCache[ flags ] || createFlags( flags ) ) : {};
                    Severity: Major
                    Found in app/assets/javascripts/lib/jquery.js - About 6 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 app/assets/javascripts/lib/jquery.js - About 5 hrs to fix

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

                        var Sizzle = function( selector, context, results, seed ) {
                            results = results || [];
                            context = context || document;
                        
                            var origContext = context;
                        Severity: Major
                        Found in app/assets/javascripts/lib/jquery.js - About 4 hrs to fix

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

                              clean: function( elems, context, fragment, scripts ) {
                                  var checkScriptType, script, j,
                                          ret = [];
                          
                                  context = context || document;
                          Severity: Major
                          Found in app/assets/javascripts/lib/jquery.js - About 3 hrs to fix

                            Function trigger has 94 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 app/assets/javascripts/lib/jquery.js - About 3 hrs to fix

                              Function animate has 94 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  animate: function( prop, speed, easing, callback ) {
                                      var optall = jQuery.speed( speed, easing, callback );
                              
                                      if ( jQuery.isEmptyObject( prop ) ) {
                                          return this.each( optall.complete, [ false ] );
                              Severity: Major
                              Found in app/assets/javascripts/lib/jquery.js - About 3 hrs to fix

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

                                                send: function( headers, complete ) {
                                
                                                    // Get a new xhr
                                                    var xhr = s.xhr(),
                                                        handle,
                                Severity: Major
                                Found in app/assets/javascripts/lib/jquery.js - About 3 hrs to fix

                                  Function doAnimation has 84 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                          function doAnimation() {
                                              // XXX 'this' does not always have a nodeName when running the
                                              // test suite
                                  
                                              if ( optall.queue === false ) {
                                  Severity: Major
                                  Found in app/assets/javascripts/lib/jquery.js - About 3 hrs to fix

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

                                        Deferred: function( func ) {
                                            var doneList = jQuery.Callbacks( "once memory" ),
                                                failList = jQuery.Callbacks( "once memory" ),
                                                progressList = jQuery.Callbacks( "memory" ),
                                                state = "pending",
                                    Severity: Major
                                    Found in app/assets/javascripts/lib/jquery.js - About 3 hrs to fix

                                      Consider simplifying this complex logical expression.
                                      Open

                                      if ( "getBoundingClientRect" in document.documentElement ) {
                                          getOffset = function( elem, doc, docElem, box ) {
                                              try {
                                                  box = elem.getBoundingClientRect();
                                              } catch(e) {}
                                      Severity: Critical
                                      Found in app/assets/javascripts/lib/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, quick, handlers, special;
                                        Severity: Major
                                        Found in app/assets/javascripts/lib/jquery.js - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language