webcol/Calima

View on GitHub

Showing 2,728 of 4,984 total issues

Function Dial has 225 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    k.Dial = function () {
        k.o.call(this);

        this.startAngle = null;
        this.xy = null;
Severity: Major
Found in public_/plantillas/inspinia/js/plugins/jsKnob/jquery.knob.js - About 1 day to fix

    Function ScrollSpy has 217 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      var ScrollSpy = function ($$$1) {
        /**
         * ------------------------------------------------------------------------
         * Constants
         * ------------------------------------------------------------------------
    Severity: Major
    Found in public_/librerias/bs4/js/bootstrap.js - About 1 day to fix

      Function ScrollSpy has 217 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        var ScrollSpy = function ($$$1) {
          /**
           * ------------------------------------------------------------------------
           * Constants
           * ------------------------------------------------------------------------
      Severity: Major
      Found in public_/librerias/bs4/js/bootstrap.bundle.js - About 1 day to fix

        Function setDocument has 216 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        setDocument = Sizzle.setDocument = function( node ) {
            var hasCompare,
                doc = node ? node.ownerDocument || node : preferredDoc,
                parent = doc.defaultView;
        
        
        Severity: Major
        Found in public_/librerias/jquery/jquery-1.11.1.js - About 1 day to fix

          File slim.js has 525 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          // CodeMirror, copyright (c) by Marijn Haverbeke and others
          // Distributed under an MIT license: http://codemirror.net/LICENSE
          
          // Slim Highlighting for CodeMirror copyright (c) HicknHack Software Gmbh
          
          
          Severity: Major
          Found in public_/plantillas/inspinia/js/plugins/codemirror/mode/slim/slim.js - About 1 day to fix

            File jquery.flot.pie.js has 525 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            /* Flot plugin for rendering pie charts.
            
            Copyright (c) 2007-2014 IOLA and Ole Laursen.
            Licensed under the MIT license.
            
            
            Severity: Major
            Found in public_/plantillas/inspinia/js/plugins/flot/jquery.flot.pie.js - About 1 day to fix

              File jquery.flot.pie.js has 525 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              /* Flot plugin for rendering pie charts.
              
              Copyright (c) 2007-2014 IOLA and Ole Laursen.
              Licensed under the MIT license.
              
              
              Severity: Major
              Found in public_/librerias/flot/jquery.flot.pie.js - About 1 day to fix

                File jade.js has 505 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                // CodeMirror, copyright (c) by Marijn Haverbeke and others
                // Distributed under an MIT license: http://codemirror.net/LICENSE
                
                (function(mod) {
                  if (typeof exports == "object" && typeof module == "object") // CommonJS
                Severity: Major
                Found in public_/plantillas/inspinia/js/plugins/codemirror/mode/jade/jade.js - About 1 day to fix

                  Function ClockPicker has 203 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      function ClockPicker(element, options) {
                          var popover = $(tpl),
                              plate = popover.find('.clockpicker-plate'),
                              hoursView = popover.find('.clockpicker-hours'),
                              minutesView = popover.find('.clockpicker-minutes'),
                  Severity: Major
                  Found in public_/plantillas/inspinia/js/plugins/clockpicker/clockpicker.js - About 1 day to fix

                    Function _create has 197 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        _create: function() {
                            // Some browsers only repeat keydown events, not keypress events,
                            // so we use the suppressKeyPress flag to determine if we've already
                            // handled the keydown event. #7269
                            // Unfortunately the code for & in keypress is the same as the up arrow,
                    Severity: Major
                    Found in public_/plantillas/inspinia/js/plugins/jquery-ui/jquery-ui.js - About 7 hrs to fix

                      Function Collapse has 196 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          function () {
                            function Collapse(element, config) {
                              this._isTransitioning = false;
                              this._element = element;
                              this._config = this._getConfig(config);
                      Severity: Major
                      Found in public_/librerias/bs4/js/bootstrap.bundle.js - About 7 hrs to fix

                        Function Collapse has 196 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            function () {
                              function Collapse(element, config) {
                                this._isTransitioning = false;
                                this._element = element;
                                this._config = this._getConfig(config);
                        Severity: Major
                        Found in public_/librerias/bs4/js/bootstrap.js - About 7 hrs to fix

                          Function init has 191 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              function init(plot) {
                                  var selection = {
                                          first: { x: -1, y: -1}, second: { x: -1, y: -1},
                                          show: false,
                                          active: false
                          Severity: Major
                          Found in public_/librerias/flot/jquery.flot.selection.js - About 7 hrs to fix

                            Function PDFWorkerClosure has 189 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            var PDFWorker = (function PDFWorkerClosure() {
                              var nextFakeWorkerId = 0;
                            
                              function getWorkerSrc() {
                                if (typeof workerSrc !== 'undefined') {
                            Severity: Major
                            Found in public_/plantillas/inspinia/js/plugins/pdfjs/pdf.js - About 7 hrs to fix

                              Function drawSeriesLines has 187 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      function drawSeriesLines(series) {
                                          function plotLine(datapoints, xoffset, yoffset, axisx, axisy) {
                                              var points = datapoints.points,
                                                  ps = datapoints.pointsize,
                                                  prevx = null, prevy = null;
                              Severity: Major
                              Found in public_/plantillas/inspinia/js/plugins/flot/jquery.flot.js - About 7 hrs to fix

                                Function drawSeriesLines has 187 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                        function drawSeriesLines(series) {
                                            function plotLine(datapoints, xoffset, yoffset, axisx, axisy) {
                                                var points = datapoints.points,
                                                    ps = datapoints.pointsize,
                                                    prevx = null, prevy = null;
                                Severity: Major
                                Found in public_/librerias/flot/jquery.flot.js - About 7 hrs to fix

                                  Function drawGrid has 186 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                          function drawGrid() {
                                              var i, axes, bw, bc;
                                  
                                              ctx.save();
                                              ctx.translate(plotOffset.left, plotOffset.top);
                                  Severity: Major
                                  Found in public_/plantillas/inspinia/js/plugins/flot/jquery.flot.js - About 7 hrs to fix

                                    Function drawGrid has 186 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                            function drawGrid() {
                                                var i, axes, bw, bc;
                                    
                                                ctx.save();
                                                ctx.translate(plotOffset.left, plotOffset.top);
                                    Severity: Major
                                    Found in public_/librerias/flot/jquery.flot.js - About 7 hrs to fix

                                      File test.js has 474 lines of code (exceeds 250 allowed). Consider refactoring.
                                      Open

                                      // CodeMirror, copyright (c) by Marijn Haverbeke and others
                                      // Distributed under an MIT license: http://codemirror.net/LICENSE
                                      
                                      (function() {
                                        var mode = CodeMirror.getMode({tabSize: 4}, "markdown");

                                        File erlang.js has 473 lines of code (exceeds 250 allowed). Consider refactoring.
                                        Open

                                        // CodeMirror, copyright (c) by Marijn Haverbeke and others
                                        // Distributed under an MIT license: http://codemirror.net/LICENSE
                                        
                                        /*jshint unused:true, eqnull:true, curly:true, bitwise:true */
                                        /*jshint undef:true, latedef:true, trailing:true */
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language