angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    createWrapper: function( element ) {

        // if the element is already wrapped, return it
        if ( element.parent().is( ".ui-effects-wrapper" )) {
            return element.parent();

    Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        createWrapper: function( element ) {
    
            // if the element is already wrapped, return it
            if ( element.parent().is( ".ui-effects-wrapper" )) {
                return element.parent();

      Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          createWrapper: function( element ) {
      
              // if the element is already wrapped, return it
              if ( element.parent().is( ".ui-effects-wrapper" )) {
                  return element.parent();

        Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            createWrapper: function( element ) {
        
                // if the element is already wrapped, return it
                if ( element.parent().is( ".ui-effects-wrapper" )) {
                    return element.parent();

          Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              createWrapper: function( element ) {
          
                  // if the element is already wrapped, return it
                  if ( element.parent().is( ".ui-effects-wrapper" )) {
                      return element.parent();

            Function _generateMonthYearHeader has 56 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                _generateMonthYearHeader: function(inst, drawMonth, drawYear, minDate, maxDate,
                        secondary, monthNames, monthNamesShort) {
            
                    var inMinYear, inMaxYear, month, years, thisYear, determineYear, year, endYear,
                        changeMonth = this._get(inst, "changeMonth"),

              Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  createWrapper: function( element ) {
              
                      // if the element is already wrapped, return it
                      if ( element.parent().is( ".ui-effects-wrapper" )) {
                          return element.parent();

                Function _setContainment has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    _setContainment: function() {
                
                        var isUserScrollable, c, ce,
                            o = this.options,
                            document = this.document[ 0 ];

                  Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      createWrapper: function( element ) {
                  
                          // if the element is already wrapped, return it
                          if ( element.parent().is( ".ui-effects-wrapper" )) {
                              return element.parent();

                    Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        createWrapper: function( element ) {
                    
                            // if the element is already wrapped, return it
                            if ( element.parent().is( ".ui-effects-wrapper" )) {
                                return element.parent();

                      Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          createWrapper: function( element ) {
                      
                              // if the element is already wrapped, return it
                              if ( element.parent().is( ".ui-effects-wrapper" )) {
                                  return element.parent();

                        Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            createWrapper: function( element ) {
                        
                                // if the element is already wrapped, return it
                                if ( element.parent().is( ".ui-effects-wrapper" )) {
                                    return element.parent();

                          Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              createWrapper: function( element ) {
                          
                                  // if the element is already wrapped, return it
                                  if ( element.parent().is( ".ui-effects-wrapper" )) {
                                      return element.parent();

                            Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                createWrapper: function( element ) {
                            
                                    // if the element is already wrapped, return it
                                    if ( element.parent().is( ".ui-effects-wrapper" )) {
                                        return element.parent();

                              Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  createWrapper: function( element ) {
                              
                                      // if the element is already wrapped, return it
                                      if ( element.parent().is( ".ui-effects-wrapper" )) {
                                          return element.parent();

                                Function _setContainment has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    _setContainment: function() {
                                
                                        var isUserScrollable, c, ce,
                                            o = this.options,
                                            document = this.document[ 0 ];

                                  Function _generateMonthYearHeader has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      _generateMonthYearHeader: function(inst, drawMonth, drawYear, minDate, maxDate,
                                              secondary, monthNames, monthNamesShort) {
                                  
                                          var inMinYear, inMaxYear, month, years, thisYear, determineYear, year, endYear,
                                              changeMonth = this._get(inst, "changeMonth"),

                                    Function createWrapper has 56 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        createWrapper: function( element ) {
                                    
                                            // if the element is already wrapped, return it
                                            if ( element.parent().is( ".ui-effects-wrapper" )) {
                                                return element.parent();

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

                                          data: function( key, value ) {
                                              var i, name, data,
                                                  elem = this[ 0 ],
                                                  attrs = elem && elem.attributes;
                                      
                                      

                                        Function category has 55 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            category: function(response) {
                                              var
                                                html = '',
                                                escape = $.fn.search.settings.templates.escape
                                              ;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language