Semantic-Org/Semantic-UI

View on GitHub

Showing 804 of 804 total issues

Function dropdown has 3525 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.fn.dropdown = function(parameters) {
  var
    $allModules    = $(this),
    $document      = $(document),

Severity: Major
Found in src/definitions/modules/dropdown.js - About 2 wks to fix

    File dropdown.js has 3743 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*!
     * # Semantic UI - Dropdown
     * http://github.com/semantic-org/semantic-ui/
     *
     *
    Severity: Major
    Found in src/definitions/modules/dropdown.js - About 1 wk to fix

      Function popup has 1211 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      $.fn.popup = function(parameters) {
        var
          $allModules    = $(this),
          $document      = $(document),
          $window        = $(window),
      Severity: Major
      Found in src/definitions/modules/popup.js - About 6 days to fix

        Function search has 1124 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        $.fn.search = function(parameters) {
          var
            $allModules     = $(this),
            moduleSelector  = $allModules.selector || '',
        
        
        Severity: Major
        Found in src/definitions/modules/search.js - About 5 days to fix

          Function form has 1120 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          $.fn.form = function(parameters) {
            var
              $allModules      = $(this),
              moduleSelector   = $allModules.selector || '',
          
          
          Severity: Major
          Found in src/definitions/behaviors/form.js - About 5 days to fix

            Function visibility has 1096 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            $.fn.visibility = function(parameters) {
              var
                $allModules    = $(this),
                moduleSelector = $allModules.selector || '',
            
            
            Severity: Major
            Found in src/definitions/behaviors/visibility.js - About 5 days to fix

              Function api has 914 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              $.api = $.fn.api = function(parameters) {
              
                var
                  // use window context if none specified
                  $allModules     = $.isFunction(this)
              Severity: Major
              Found in src/definitions/behaviors/api.js - About 4 days to fix

                Function transition has 912 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                $.fn.transition = function() {
                  var
                    $allModules     = $(this),
                    moduleSelector  = $allModules.selector || '',
                
                
                Severity: Major
                Found in src/definitions/modules/transition.js - About 4 days to fix

                  Function modal has 874 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  $.fn.modal = function(parameters) {
                    var
                      $allModules    = $(this),
                      $window        = $(window),
                      $document      = $(document),
                  Severity: Major
                  Found in src/definitions/modules/modal.js - About 4 days to fix

                    Function sidebar has 846 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    $.fn.sidebar = function(parameters) {
                      var
                        $allModules     = $(this),
                        $window         = $(window),
                        $document       = $(document),
                    Severity: Major
                    Found in src/definitions/modules/sidebar.js - About 4 days to fix

                      File form.js has 1544 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      /*!
                       * # Semantic UI - Form Validation
                       * http://github.com/semantic-org/semantic-ui/
                       *
                       *
                      Severity: Major
                      Found in src/definitions/behaviors/form.js - About 4 days to fix

                        Function sticky has 818 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        $.fn.sticky = function(parameters) {
                          var
                            $allModules    = $(this),
                            moduleSelector = $allModules.selector || '',
                        
                        
                        Severity: Major
                        Found in src/definitions/modules/sticky.js - About 4 days to fix

                          Function tab has 793 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          $.fn.tab = function(parameters) {
                          
                            var
                              // use window context if none specified
                              $allModules     = $.isFunction(this)
                          Severity: Major
                          Found in src/definitions/modules/tab.js - About 3 days to fix

                            Function shape has 775 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            $.fn.shape = function(parameters) {
                              var
                                $allModules     = $(this),
                                $body           = $('body'),
                            
                            
                            Severity: Major
                            Found in src/definitions/modules/shape.js - About 3 days to fix

                              Function progress has 772 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              $.fn.progress = function(parameters) {
                                var
                                  $allModules    = $(this),
                              
                                  moduleSelector = $allModules.selector || '',
                              Severity: Major
                              Found in src/definitions/modules/progress.js - About 3 days to fix

                                File search.js has 1369 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                /*!
                                 * # Semantic UI - Search
                                 * http://github.com/semantic-org/semantic-ui/
                                 *
                                 *
                                Severity: Major
                                Found in src/definitions/modules/search.js - About 3 days to fix

                                  File popup.js has 1342 lines of code (exceeds 250 allowed). Consider refactoring.
                                  Open

                                  /*!
                                   * # Semantic UI - Popup
                                   * http://github.com/semantic-org/semantic-ui/
                                   *
                                   *
                                  Severity: Major
                                  Found in src/definitions/modules/popup.js - About 3 days to fix

                                    Function checkbox has 704 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    $.fn.checkbox = function(parameters) {
                                      var
                                        $allModules    = $(this),
                                        moduleSelector = $allModules.selector || '',
                                    
                                    
                                    Severity: Major
                                    Found in src/definitions/modules/checkbox.js - About 3 days to fix

                                      Function dimmer has 598 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      $.fn.dimmer = function(parameters) {
                                        var
                                          $allModules     = $(this),
                                      
                                          time            = new Date().getTime(),
                                      Severity: Major
                                      Found in src/definitions/modules/dimmer.js - About 2 days to fix

                                        File visibility.js has 1160 lines of code (exceeds 250 allowed). Consider refactoring.
                                        Open

                                        /*!
                                         * # Semantic UI - Visibility
                                         * http://github.com/semantic-org/semantic-ui/
                                         *
                                         *
                                        Severity: Major
                                        Found in src/definitions/behaviors/visibility.js - About 2 days to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language