fiuba/alfred

View on GitHub

Showing 339 of 654 total issues

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

/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.ui.effect.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.effect-blind.js, jquery.ui.effect-bounce.js, jquery.ui.effect-clip.js, jquery.ui.effect-drop.js, jquery.ui.effect-explode.js, jquery.ui.effect-fade.js, jquery.ui.effect-fold.js, jquery.ui.effect-highlight.js, jquery.ui.effect-pulsate.js, jquery.ui.effect-scale.js, jquery.ui.effect-shake.js, jquery.ui.effect-slide.js, jquery.ui.effect-transfer.js, jquery.ui.menu.js, jquery.ui.position.js, jquery.ui.progressbar.js, jquery.ui.slider.js, jquery.ui.spinner.js, jquery.ui.tabs.js, jquery.ui.tooltip.js
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */

Severity: Major
Found in public/javascripts/jquery-ui/jquery-ui.js - About 1 mo to fix

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

    /*!
     * jQuery JavaScript Library v1.9.0
     * http://jquery.com/
     *
     * Includes Sizzle.js
    Severity: Major
    Found in public/javascripts/jquery-1.9.0.js - About 2 wks to fix

      File editablegrid-2.0.1.js has 1104 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /*
       * src/editablegrid.js
       * 
       * This file is part of EditableGrid.
       * http://editablegrid.net
      Severity: Major
      Found in public/javascripts/editablegrid-2.0.1.js - About 2 days to fix

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

        /**
         * jQuery Validation Plugin 1.11.0pre
         *
         * http://bassistance.de/jquery-plugins/jquery-plugin-validation/
         * http://docs.jquery.com/Plugins/Validation
        Severity: Major
        Found in public/javascripts/jquery.validate.js - About 2 days to fix

          Function processXML has a Cognitive Complexity of 74 (exceeds 5 allowed). Consider refactoring.
          Open

          EditableGrid.prototype.processXML = function()
          {
              with (this) {
          
                  // clear model and pointer to current table
          Severity: Minor
          Found in public/javascripts/editablegrid-2.0.1.js - About 1 day to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Function _rendergrid has a Cognitive Complexity of 65 (exceeds 5 allowed). Consider refactoring.
          Open

          EditableGrid.prototype._rendergrid = function(containerid, className, tableid)
          {
              with (this) {
          
                  // if we are already attached to an existing table, just update the cell contents
          Severity: Minor
          Found in public/javascripts/editablegrid-2.0.1.js - About 1 day to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Function ajax has 237 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/javascripts/jquery-1.9.0.js - About 1 day to fix

            Function setDocument has 232 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            setDocument = Sizzle.setDocument = function( node ) {
                var doc = node ? node.ownerDocument || node : preferredDoc;
            
                // If no document and documentElement is available, return
                if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {
            Severity: Major
            Found in public/javascripts/jquery-1.9.0.js - About 1 day to fix

              Function processJSON has a Cognitive Complexity of 54 (exceeds 5 allowed). Consider refactoring.
              Open

              EditableGrid.prototype.processJSON = function(jsonData)
              {    
                  if (typeof jsonData == "string") jsonData = eval("(" + jsonData + ")");
                  if (!jsonData) return false;
              
              
              Severity: Minor
              Found in public/javascripts/editablegrid-2.0.1.js - About 1 day to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Function _create has 194 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  _create: function() {
                      // Some browsers only repeat keydown events, not keypress events,
                      // so we use the suppressKeyPress flag to determine if we've already
                      // handled the keydown event. #7269
                      // Unfortunately the code for & in keypress is the same as the up arrow,
              Severity: Major
              Found in public/javascripts/jquery-ui/jquery-ui.js - About 7 hrs to fix

                Function _generateHTML has 163 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    _generateHTML: function(inst) {
                        var today = new Date();
                        today = this._daylightSavingAdjust(
                            new Date(today.getFullYear(), today.getMonth(), today.getDate())); // clear time
                        var isRTL = this._get(inst, 'isRTL');
                Severity: Major
                Found in public/javascripts/jquery-ui/jquery-ui.js - About 6 hrs to fix

                  Function position has 161 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  $.fn.position = function( options ) {
                      if ( !options || !options.of ) {
                          return _position.apply( this, arguments );
                      }
                  
                  
                  Severity: Major
                  Found in public/javascripts/jquery-ui/jquery-ui.js - About 6 hrs to fix

                    Function size has 156 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    $.effects.effect.size = function( o, done ) {
                    
                        // Create element
                        var original, baseline, factor,
                            el = $( this ),
                    Severity: Major
                    Found in public/javascripts/jquery-ui/jquery-ui.js - About 6 hrs to fix

                      Function sort has a Cognitive Complexity of 37 (exceeds 5 allowed). Consider refactoring.
                      Open

                      EditableGrid.prototype.sort = function(columnIndexOrName, descending, backOnFirstPage)
                      {
                          with (this) {
                      
                              if (typeof columnIndexOrName  == 'undefined' && sortedColumnName === -1) {
                      Severity: Minor
                      Found in public/javascripts/editablegrid-2.0.1.js - About 5 hrs to fix

                      Cognitive Complexity

                      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                      A method's cognitive complexity is based on a few simple rules:

                      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                      • Code is considered more complex for each "break in the linear flow of the code"
                      • Code is considered more complex when "flow breaking structures are nested"

                      Further reading

                      Function _create has 138 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          _create: function() {
                              var i, handleCount,
                                  o = this.options,
                                  existingHandles = this.element.find( ".ui-slider-handle" ).addClass( "ui-state-default ui-corner-all" ),
                                  handle = "<a class='ui-slider-handle ui-state-default ui-corner-all' href='#'></a>",
                      Severity: Major
                      Found in public/javascripts/jquery-ui/jquery-ui.js - About 5 hrs to fix

                        Function _create has 137 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            _create: function() {
                                this.element.closest( "form" )
                                    .unbind( "reset" + this.eventNamespace )
                                    .bind( "reset" + this.eventNamespace, formResetHandler );
                        
                        
                        Severity: Major
                        Found in public/javascripts/jquery-ui/jquery-ui.js - About 5 hrs to fix

                          Function parseDate has 134 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              parseDate: function (format, value, settings) {
                                  if (format == null || value == null)
                                      throw 'Invalid arguments';
                                  value = (typeof value == 'object' ? value.toString() : value + '');
                                  if (value == '')
                          Severity: Major
                          Found in public/javascripts/jquery-ui/jquery-ui.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/javascripts/jquery-1.9.0.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/javascripts/jquery-1.9.0.js - About 5 hrs to fix

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

                                jQuery.support = (function() {
                                
                                    var support, all, a, select, opt, input, fragment, eventName, isSupported, i,
                                        div = document.createElement("div");
                                
                                
                                Severity: Major
                                Found in public/javascripts/jquery-1.9.0.js - About 4 hrs to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language