angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

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 when has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

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

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

                      offset: function( options ) {
                  
                          // Preserve chaining for setter
                          if ( arguments.length ) {
                              return options === undefined ?

                    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 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 ) {

                          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 prepareStackTrace has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                              Error.prepareStackTrace = function(err, stack) {
                                var frame, frames, getSourceMapping;
                                getSourceMapping = function(filename, line, column) {
                                  var answer, sourceMap;
                                  sourceMap = getSourceMap(filename);

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

                                  function eifelerRegelAppliesToNumber(number) {
                                      number = parseInt(number, 10);
                                      if (isNaN(number)) {
                                          return false;
                                      }

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

                                    Lexer.prototype.tagParameters = function() {
                                      var i, stack, tok, tokens;
                                      if (this.tag() !== ')') {
                                        return this;
                                      }

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

                                        return this.unfoldedSoak != null ? this.unfoldedSoak : this.unfoldedSoak = (function(_this) {
                                          return function() {
                                            var fst, i, ifn, j, len1, prop, ref, ref3, ref4, snd;
                                            if (ifn = _this.base.unfoldSoak(o)) {
                                              (ref3 = ifn.body.properties).push.apply(ref3, _this.properties);

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

                                        offset: function( options ) {
                                            if ( arguments.length ) {
                                                return options === undefined ?
                                                    this :
                                                    this.each( function( i ) {

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

                                      function getWidthOrHeight( elem, name, extra ) {
                                      
                                          // Start with offset property, which is equivalent to the border-box value
                                          var valueIsBorderBox = true,
                                              val = name === "width" ? elem.offsetWidth : elem.offsetHeight,

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

                                        getJasmineRequireObj().toHaveBeenCalledWith = function(j$) {
                                        
                                          var getErrorMsg = j$.formatErrorMsg('<toHaveBeenCalledWith>', 'expect(<spyObj>).toHaveBeenCalledWith(...arguments)');
                                        
                                          function toHaveBeenCalledWith(util, customEqualityTesters) {
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language