angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

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

    _setupHeightStyle: function( heightStyle ) {
        var maxHeight,
            parent = this.element.parent();

        if ( heightStyle === "fill" ) {

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

        sliceRangeByRow: function(range) {
            var daysPerRow = this.daysPerRow;
            var normalRange = this.view.computeDayRange(range); // make whole-day range, considering nextDayThreshold
            var rangeFirst = this.getDateDayIndex(normalRange.start); // inclusive first index
            var rangeLast = this.getDateDayIndex(normalRange.end.clone().subtract(1, 'days')); // inclusive last index

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

                  hitOver: function(hit, isOrig, origHit) {
                      var dragHelperEls;
      
                      // starting hit could be forced (DayGrid.limit)
                      if (seg.hit) {

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

                  display: function() {
                    var
                      title = settings.name + ':',
                      totalTime = 0
                    ;

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

                    display: function() {
                      var
                        title = settings.name + ':',
                        totalTime = 0
                      ;

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

                      display: function() {
                        var
                          title = settings.name + ':',
                          totalTime = 0
                        ;

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

                        display: function() {
                          var
                            title = settings.name + ':',
                            totalTime = 0
                          ;

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

                          display: function() {
                            var
                              title = settings.name + ':',
                              totalTime = 0
                            ;

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

                            display: function() {
                              var
                                title = settings.name + ':',
                                totalTime = 0
                              ;

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

                              display: function() {
                                var
                                  title = settings.name + ':',
                                  totalTime = 0
                                ;

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

                                display: function() {
                                  var
                                    title = settings.name + ':',
                                    totalTime = 0
                                  ;

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

                                legacyPushPage: function(callback) {
                                  var
                                    distance   = $module.width(),
                                    direction  = module.get.direction(),
                                    properties = {}

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

                                    display: function() {
                                      var
                                        title = settings.name + ':',
                                        totalTime = 0
                                      ;

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

                                      display: function() {
                                        var
                                          title = settings.name + ':',
                                          totalTime = 0
                                        ;

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

                                  when: function( singleValue ) {
                                      var
                              
                                          // count of uncompleted subordinates
                                          remaining = arguments.length,

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

                                          text: function() {
                                            if( module.is.textEnabled() ) {
                                              if(module.is.disabled() ) {
                                                module.verbose('Changing text to disabled text', text.hover);
                                                module.update.text(text.disabled);

                                  Function speed has 26 lines of code (exceeds 25 allowed). 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,

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

                                              display: function() {
                                                var
                                                  title = settings.name + ':',
                                                  totalTime = 0
                                                ;

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

                                                display: function() {
                                                  var
                                                    title = settings.name + ':',
                                                    totalTime = 0
                                                  ;

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

                                            remove: function( owner, key ) {
                                                var i,
                                                    cache = owner[ this.expando ];
                                        
                                                if ( cache === undefined ) {
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language