ablanco/yith-library-web-client

View on GitHub

Showing 32 of 71 total issues

File yith-1.1.1.js has 840 lines of code (exceeds 250 allowed). Consider refactoring.
Open



// Source: yithwebclient/static/js/app.js


Severity: Major
Found in yithwebclient/static/js/prod/yith-1.1.1.js - About 2 days to fix

    File yith-1.1.0.js has 840 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    // Source: yithwebclient/static/js/app.js
    
    
    // Yith Library web client
    // Copyright (C) 2012 - 2013  Alejandro Blanco <alejandro.b.e@gmail.com>
    Severity: Major
    Found in yithwebclient/static/js/prod/yith-1.1.0.js - About 2 days to fix

      File yith-1.1.2.js has 840 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      
      
      // Source: yithwebclient/static/js/app.js
      
      
      
      Severity: Major
      Found in yithwebclient/static/js/prod/yith-1.1.2.js - About 2 days to fix

        File yith-1.0.2.js has 800 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        // Source: yithwebclient/static/js/app.js
        
        
        // Yith Library web client
        // Copyright (C) 2012 - 2013  Alejandro Blanco <alejandro.b.e@gmail.com>
        Severity: Major
        Found in yithwebclient/static/js/prod/yith-1.0.2.js - About 1 day to fix

          File yith-1.0.1.js has 800 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          // Source: yithwebclient/static/js/app.js
          
          
          // Yith Library web client
          // Copyright (C) 2012 - 2013  Alejandro Blanco <alejandro.b.e@gmail.com>
          Severity: Major
          Found in yithwebclient/static/js/prod/yith-1.0.1.js - About 1 day to fix

            File yith-1.0.0.js has 796 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            // Source: yithwebclient/static/js/app.js
            
            
            // Yith Library web client
            // Copyright (C) 2012 - 2013  Alejandro Blanco <alejandro.b.e@gmail.com>
            Severity: Major
            Found in yithwebclient/static/js/prod/yith-1.0.0.js - About 1 day to fix

              Function exports has 102 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              module.exports = function (grunt) {
                  "use strict";
              
                  // Project configuration
                  grunt.initConfig({
              Severity: Major
              Found in Gruntfile.js - About 4 hrs to fix

                Function askMasterPassword has 69 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        askMasterPassword: function (callback, changeMaster) {
                            var firstTime = Yith.ViewsUtils.masterModal === undefined,
                                keyHandler,
                                $master,
                                $newMaster;
                Severity: Major
                Found in yithwebclient/static/js/prod/yith-1.0.1.js - About 2 hrs to fix

                  Function askMasterPassword has 69 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                          askMasterPassword: function (callback, changeMaster) {
                              var firstTime = Yith.ViewsUtils.masterModal === undefined,
                                  keyHandler,
                                  $master,
                                  $newMaster;
                  Severity: Major
                  Found in yithwebclient/static/js/prod/yith-1.0.0.js - About 2 hrs to fix

                    Function askMasterPassword has 69 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                            askMasterPassword: function (callback, changeMaster) {
                                var firstTime = Yith.ViewsUtils.masterModal === undefined,
                                    keyHandler,
                                    $master,
                                    $newMaster;
                    Severity: Major
                    Found in yithwebclient/static/js/prod/yith-1.0.2.js - About 2 hrs to fix

                      Function click has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                              click: function (evt) {
                                  var that = this;
                      
                                  Yith.ViewsUtils.askMasterPassword(function (masterPassword) {
                                      var $node = $(evt.target).parents("tr"),
                      Severity: Minor
                      Found in yithwebclient/static/js/prod/yith-1.0.2.js - About 1 hr to fix

                        Function click has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                click: function (evt) {
                                    var that = this;
                        
                                    Yith.ViewsUtils.askMasterPassword(function (masterPassword) {
                                        var $node = $(evt.target).parents("tr"),
                        Severity: Minor
                        Found in yithwebclient/static/js/prod/yith-1.0.1.js - About 1 hr to fix

                          Function click has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                  click: function (evt) {
                                      var that = this;
                          
                                      Yith.ViewsUtils.askMasterPassword(function (masterPassword) {
                                          var $node = $(evt.target).parents("tr"),
                          Severity: Minor
                          Found in yithwebclient/static/js/prod/yith-1.0.0.js - About 1 hr to fix

                            Function processedPasswordList has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                    processedPasswordList: Ember.computed(function () {
                                        var filters = this.activeFilters,
                                            that = this,
                                            result;
                            
                            
                            Severity: Minor
                            Found in yithwebclient/static/js/prod/yith-1.0.0.js - About 1 hr to fix

                              Function processedPasswordList has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      processedPasswordList: Ember.computed("@each", "activeFilters.@each", function () {
                                          var filters = this.activeFilters,
                                              that = this,
                                              result;
                              
                              
                              Severity: Minor
                              Found in yithwebclient/static/js/controllers.js - About 1 hr to fix

                                Function processedPasswordList has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                        processedPasswordList: Ember.computed("@each", "activeFilters.@each", function () {
                                            var filters = this.activeFilters,
                                                that = this,
                                                result;
                                
                                
                                Severity: Minor
                                Found in yithwebclient/static/js/prod/yith-1.1.0.js - About 1 hr to fix

                                  Function processedPasswordList has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                          processedPasswordList: Ember.computed(function () {
                                              var filters = this.activeFilters,
                                                  that = this,
                                                  result;
                                  
                                  
                                  Severity: Minor
                                  Found in yithwebclient/static/js/prod/yith-1.0.1.js - About 1 hr to fix

                                    Function processedPasswordList has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                            processedPasswordList: Ember.computed("@each", "activeFilters.@each", function () {
                                                var filters = this.activeFilters,
                                                    that = this,
                                                    result;
                                    
                                    
                                    Severity: Minor
                                    Found in yithwebclient/static/js/prod/yith-1.1.1.js - About 1 hr to fix

                                      Function processedPasswordList has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                              processedPasswordList: Ember.computed(function () {
                                                  var filters = this.activeFilters,
                                                      that = this,
                                                      result;
                                      
                                      
                                      Severity: Minor
                                      Found in yithwebclient/static/js/prod/yith-1.0.2.js - About 1 hr to fix

                                        Function processedPasswordList has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                                processedPasswordList: Ember.computed("@each", "activeFilters.@each", function () {
                                                    var filters = this.activeFilters,
                                                        that = this,
                                                        result;
                                        
                                        
                                        Severity: Minor
                                        Found in yithwebclient/static/js/prod/yith-1.1.2.js - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language