gopheracademy/gcon

View on GitHub

Showing 5,803 of 11,092 total issues

File jszip.js has 4894 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!

JSZip - A Javascript class for generating and reading zip files
<http://stuartk.com/jszip>

    File jszip.js has 4894 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*!
    
    JSZip - A Javascript class for generating and reading zip files
    <http://stuartk.com/jszip>
    
    

      File jszip.js has 4894 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /*!
      
      JSZip - A Javascript class for generating and reading zip files
      <http://stuartk.com/jszip>
      
      

        File select2.full.js has 4841 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        /*!
         * Select2 4.0.3
         * https://select2.github.io
         *
         * Released under the MIT license
        Severity: Major
        Found in assets/admin/global/plugins/select2/js/select2.full.js - About 2 wks to fix

          File summernote.js has 4785 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          /**
           * Super simple wysiwyg editor v0.8.1
           * http://summernote.org/
           *
           * summernote.js
          Severity: Major
          Found in assets/admin/global/plugins/bootstrap-summernote/summernote.js - About 1 wk to fix

            File select2.js has 4331 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            /*!
             * Select2 4.0.3
             * https://select2.github.io
             *
             * Released under the MIT license
            Severity: Major
            Found in assets/admin/global/plugins/select2/js/select2.js - About 1 wk to fix

              File bootstrap-editable.js has 3925 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              /*! X-editable - v1.4.6 
              * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
              * http://github.com/vitalets/x-editable
              * Copyright (c) 2013 Vitaliy Potapov; Licensed MIT 
              * Improved by Keenthemes for Bootstrap 3.0 support */

                File jquery.cubeportfolio.js has 3633 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                /*!
                 * Cube Portfolio - Responsive jQuery Grid Plugin
                 *
                 * version: 3.5.2 (11 February, 2016)
                 * require: jQuery v1.7+

                  Function build has 2019 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      function build() {
                          var svg = { };
                          
                          svg.FRAMERATE = 30;
                          svg.MAX_VIRTUAL_PIXELS = 30000;
                  Severity: Major
                  Found in assets/admin/global/plugins/highmaps/js/modules/canvas-tools.src.js - About 1 wk to fix

                    Function build has 2019 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        function build() {
                            var svg = { };
                            
                            svg.FRAMERATE = 30;
                            svg.MAX_VIRTUAL_PIXELS = 30000;

                      Function build has 2019 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          function build() {
                              var svg = { };
                              
                              svg.FRAMERATE = 30;
                              svg.MAX_VIRTUAL_PIXELS = 30000;

                        Function Plot has 1987 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            function Plot(placeholder, data_, options_, plugins) {
                                // data is on the form:
                                //   [ series1, series2 ... ]
                                // where series is either just the data as [ [x1, y1], [x2, y2], ... ]
                                // or { data: [ [x1, y1], [x2, y2], ... ], label: "some label", ... }
                        Severity: Major
                        Found in assets/admin/global/plugins/flot/jquery.flot.js - About 1 wk to fix

                          Function initChartSample10 has 1864 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              var initChartSample10 = function() {
                                  /*
                                      although ammap has methos like getAreaCenterLatitude and getAreaCenterLongitude,
                                      they are not suitable in quite a lot of cases as the center of some countries
                                      is even outside the country itself (like US, because of Alaska and Hawaii)
                          Severity: Major
                          Found in assets/admin/pages/scripts/charts-amcharts.js - About 1 wk to fix

                            File charts-amcharts.js has 3134 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

                            var ChartsAmcharts = function() {
                            
                                var initChartSample1 = function() {
                                    var chart = AmCharts.makeChart("chart_1", {
                                        "type": "serial",
                            Severity: Major
                            Found in assets/admin/pages/scripts/charts-amcharts.js - About 1 wk to fix

                              File rangy-core.js has 2907 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              /**
                               * Rangy, a cross-browser JavaScript range and selection library
                               * https://github.com/timdown/rangy
                               *
                               * Copyright 2015, Tim Down
                              Severity: Major
                              Found in assets/admin/global/plugins/wysihtml/lib/rangy/rangy-core.js - About 1 wk to fix

                                File canvas-tools.src.js has 2486 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                /**
                                 * @license A class to parse color values
                                 * @author Stoyan Stefanov <sstoo@gmail.com>
                                 * @link   http://www.phpied.com/rgb-color-parser-in-javascript/
                                 * Use it if you like it
                                Severity: Major
                                Found in assets/admin/global/plugins/highmaps/js/modules/canvas-tools.src.js - About 6 days to fix

                                  File canvas-tools.src.js has 2486 lines of code (exceeds 250 allowed). Consider refactoring.
                                  Open

                                  /**
                                   * @license A class to parse color values
                                   * @author Stoyan Stefanov <sstoo@gmail.com>
                                   * @link   http://www.phpied.com/rgb-color-parser-in-javascript/
                                   * Use it if you like it
                                  Severity: Major
                                  Found in assets/admin/global/plugins/highcharts/js/modules/canvas-tools.src.js - About 6 days to fix

                                    File canvas-tools.src.js has 2486 lines of code (exceeds 250 allowed). Consider refactoring.
                                    Open

                                    /**
                                     * @license A class to parse color values
                                     * @author Stoyan Stefanov <sstoo@gmail.com>
                                     * @link   http://www.phpied.com/rgb-color-parser-in-javascript/
                                     * Use it if you like it
                                    Severity: Major
                                    Found in assets/admin/global/plugins/highstock/js/modules/canvas-tools.src.js - About 6 days to fix

                                      Function Jcrop has 1301 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                        $.Jcrop = function (obj, opt) {
                                          var options = $.extend({}, $.Jcrop.defaults),
                                              docOffset,
                                              _ua = navigator.userAgent.toLowerCase(),
                                              is_msie = /msie/.test(_ua),
                                      Severity: Major
                                      Found in assets/admin/global/plugins/jcrop/js/jquery.Jcrop.js - About 6 days to fix

                                        Function Dashboard has 1268 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        var Dashboard = function() {
                                        
                                            return {
                                        
                                                initJQVMAP: function() {
                                        Severity: Major
                                        Found in assets/admin/pages/scripts/dashboard.js - About 6 days to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language