angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function TreeProcessor has 164 lines of code (exceeds 25 allowed). Consider refactoring.
Open

getJasmineRequireObj().TreeProcessor = function() {
  function TreeProcessor(attrs) {
    var tree = attrs.tree,
        runnableIds = attrs.runnableIds,
        queueRunnerFactory = attrs.queueRunnerFactory,

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

        $.fn.tooltip = function (options) {
          var timeout = null,
          margin = 5;
    
          // Defaults

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

          $.fn.tooltip = function (options) {
            var timeout = null,
            margin = 5;
      
            // Defaults

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

            $.fn.tooltip = function (options) {
              var timeout = null,
              margin = 5;
        
              // Defaults

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

            function TreeProcessor(attrs) {
              var tree = attrs.tree,
                  runnableIds = attrs.runnableIds,
                  queueRunnerFactory = attrs.queueRunnerFactory,
                  nodeStart = attrs.nodeStart || function() {},

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

                      position: function(position, arrowOffset) {
                        var
                          windowWidth   = $(window).width(),
                          windowHeight  = $(window).height(),
            
            

              File position-e693ced4ecfa1a276f0b794f32c1d30d792764b08788bf68ecfa3b388c291333.js has 430 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              /*!
               * jQuery UI Position 1.11.4
               * http://jqueryui.com
               *
               * Copyright jQuery Foundation and other contributors

                File widget-c1602241ddc51216b58391768667068867b8e15b9efc722befcd25771eda6819.js has 427 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                /*!
                 * jQuery UI Widget 1.11.4
                 * http://jqueryui.com
                 *
                 * Copyright jQuery Foundation and other contributors

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

                  return $.effects.effect.size = function( o, done ) {
                  
                      // Create element
                      var original, baseline, factor,
                          el = $( this ),

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

                    return $.effects.effect.size = function( o, done ) {
                    
                        // Create element
                        var original, baseline, factor,
                            el = $( this ),

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

                      return $.effects.effect.size = function( o, done ) {
                      
                          // Create element
                          var original, baseline, factor,
                              el = $( this ),

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

                        return $.effects.effect.size = function( o, done ) {
                        
                            // Create element
                            var original, baseline, factor,
                                el = $( this ),

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

                          var effectSize = $.effects.effect.size = function( o, done ) {
                          
                              // Create element
                              var original, baseline, factor,
                                  el = $( this ),

                            Function scale has 152 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                scale: function( options ) {
                            
                                    var self = this;
                            
                                    // extend some defaults

                              Function jasmineDone has 151 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  this.jasmineDone = function(doneResult) {
                                    var banner = find('.jasmine-banner');
                                    var alert = find('.jasmine-alert');
                                    var order = doneResult && doneResult.order;
                                    alert.appendChild(createDom('span', {className: 'jasmine-duration'}, 'finished in ' + timer.elapsed() / 1000 + 's'));

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

                                    parseDate: function (format, value, settings) {
                                        if (format == null || value == null) {
                                            throw "Invalid arguments";
                                        }
                                
                                

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

                                      parseDate: function (format, value, settings) {
                                          if (format == null || value == null) {
                                              throw "Invalid arguments";
                                          }
                                  
                                  

                                    File nag-e28bbe83184598e515413d0ed29a56b3d034a380cf6a3b6f8d1b5018b02b3004.js has 412 lines of code (exceeds 250 allowed). Consider refactoring.
                                    Open

                                    /*
                                     * # Semantic - Nag
                                     * http://github.com/semantic-org/semantic-ui/
                                     *
                                     *

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

                                      $.fn.position = function( options ) {
                                          if ( !options || !options.of ) {
                                              return _position.apply( this, arguments );
                                          }
                                      
                                      

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

                                        $.fn.position = function( options ) {
                                            if ( !options || !options.of ) {
                                                return _position.apply( this, arguments );
                                            }
                                        
                                        
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language