angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function _createWrapper has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _createWrapper: function() {
        this.uiDialog = $("<div>")
            .addClass( "ui-dialog ui-widget ui-widget-content ui-corner-all ui-front " +
                this.options.dialogClass )
            .hide()

    Function _generatePosition has 46 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        _generatePosition: function(event) {
    
            var top, left,
                o = this.options,
                pageX = event.pageX,

      Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      $.widget.bridge = function( name, object ) {
          var fullName = object.prototype.widgetFullName || name;
          $.fn[ name ] = function( options ) {
              var isMethodCall = typeof options === "string",
                  args = widget_slice.call( arguments, 1 ),

        Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        $.widget.bridge = function( name, object ) {
            var fullName = object.prototype.widgetFullName || name;
            $.fn[ name ] = function( options ) {
                var isMethodCall = typeof options === "string",
                    args = widget_slice.call( arguments, 1 ),

          Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          $.widget.bridge = function( name, object ) {
              var fullName = object.prototype.widgetFullName || name;
              $.fn[ name ] = function( options ) {
                  var isMethodCall = typeof options === "string",
                      args = widget_slice.call( arguments, 1 ),

            Function _toggle has 46 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                _toggle: function( event, eventData ) {
                    var that = this,
                        toShow = eventData.newPanel,
                        toHide = eventData.oldPanel;
            
            

              Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              $.widget.bridge = function( name, object ) {
                  var fullName = object.prototype.widgetFullName || name;
                  $.fn[ name ] = function( options ) {
                      var isMethodCall = typeof options === "string",
                          args = widget_slice.call( arguments, 1 ),

                Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                $.widget.bridge = function( name, object ) {
                    var fullName = object.prototype.widgetFullName || name;
                    $.fn[ name ] = function( options ) {
                        var isMethodCall = typeof options === "string",
                            args = widget_slice.call( arguments, 1 ),

                  Function fold has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  return $.effects.effect.fold = function( o, done ) {
                  
                      // Create element
                      var el = $( this ),
                          props = [ "position", "top", "bottom", "left", "right", "height", "width" ],

                    Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    $.widget.bridge = function( name, object ) {
                        var fullName = object.prototype.widgetFullName || name;
                        $.fn[ name ] = function( options ) {
                            var isMethodCall = typeof options === "string",
                                args = widget_slice.call( arguments, 1 ),

                      Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      $.widget.bridge = function( name, object ) {
                          var fullName = object.prototype.widgetFullName || name;
                          $.fn[ name ] = function( options ) {
                              var isMethodCall = typeof options === "string",
                                  args = widget_slice.call( arguments, 1 ),

                        Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        $.widget.bridge = function( name, object ) {
                            var fullName = object.prototype.widgetFullName || name;
                            $.fn[ name ] = function( options ) {
                                var isMethodCall = typeof options === "string",
                                    args = widget_slice.call( arguments, 1 ),

                          Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          $.widget.bridge = function( name, object ) {
                              var fullName = object.prototype.widgetFullName || name;
                              $.fn[ name ] = function( options ) {
                                  var isMethodCall = typeof options === "string",
                                      args = widget_slice.call( arguments, 1 ),

                            Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            $.widget.bridge = function( name, object ) {
                                var fullName = object.prototype.widgetFullName || name;
                                $.fn[ name ] = function( options ) {
                                    var isMethodCall = typeof options === "string",
                                        args = widget_slice.call( arguments, 1 ),

                              Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              $.widget.bridge = function( name, object ) {
                                  var fullName = object.prototype.widgetFullName || name;
                                  $.fn[ name ] = function( options ) {
                                      var isMethodCall = typeof options === "string",
                                          args = widget_slice.call( arguments, 1 ),

                                Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                $.widget.bridge = function( name, object ) {
                                    var fullName = object.prototype.widgetFullName || name;
                                    $.fn[ name ] = function( options ) {
                                        var isMethodCall = typeof options === "string",
                                            args = widget_slice.call( arguments, 1 ),

                                  Function fold has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  return $.effects.effect.fold = function( o, done ) {
                                  
                                      // Create element
                                      var el = $( this ),
                                          props = [ "position", "top", "bottom", "left", "right", "height", "width" ],

                                    Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    $.widget.bridge = function( name, object ) {
                                        var fullName = object.prototype.widgetFullName || name;
                                        $.fn[ name ] = function( options ) {
                                            var isMethodCall = typeof options === "string",
                                                args = widget_slice.call( arguments, 1 ),

                                      Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      $.widget.bridge = function( name, object ) {
                                          var fullName = object.prototype.widgetFullName || name;
                                          $.fn[ name ] = function( options ) {
                                              var isMethodCall = typeof options === "string",
                                                  args = widget_slice.call( arguments, 1 ),

                                        Function _createWrapper has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            _createWrapper: function() {
                                                this.uiDialog = $("<div>")
                                                    .addClass( "ui-dialog ui-widget ui-widget-content ui-corner-all ui-front " +
                                                        this.options.dialogClass )
                                                    .hide()
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language