krafthaus/bauhaus

View on GitHub

Showing 476 of 1,049 total issues

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

/*!
 * jQuery JavaScript Library v1.11.1
 * http://jquery.com/
 *
 * Includes Sizzle.js
Severity: Major
Found in bower_components/jquery/dist/jquery.js - About 2 wks to fix

    Function Sizzle has 1347 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    (function( window ) {
    
    var i,
        support,
        Expr,
    Severity: Major
    Found in bower_components/jquery/dist/jquery.js - About 6 days to fix

      File plugin.js has 2017 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /**
       * Compiled inline version. (Library mode)
       */
      
      /*jshint smarttabs:true, undef:true, latedef:true, curly:true, bitwise:true, camelcase:true */
      Severity: Major
      Found in bower_components/tinymce/plugins/table/plugin.js - About 5 days to fix

        Function DateTimePicker has 1004 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                DateTimePicker = function (element, options) {
                    var defaults = {
                            pickDate: true,
                            pickTime: true,
                            useMinutes: true,

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

          /* ===================================================
           * bootstrap-transition.js v2.3.2
           * http://twbs.github.com/bootstrap/javascript.html#transitions
           * ===================================================
           * Copyright 2013 Twitter, Inc.
          Severity: Major
          Found in bower_components/bootstrap/docs/assets/js/bootstrap.js - About 4 days to fix

            File sizzle.js has 1355 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            /*!
             * Sizzle CSS Selector Engine v1.10.19
             * http://sizzlejs.com/
             *
             * Copyright 2013 jQuery Foundation, Inc. and other contributors
            Severity: Major
            Found in bower_components/jquery/src/sizzle/dist/sizzle.js - About 3 days to fix

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

              /*
               Version 3.0.0
               =========================================================
               bootstrap-datetimepicker.js
               https://github.com/Eonasdan/bootstrap-datetimepicker

                File plugin.js has 938 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                /**
                 * Compiled inline version. (Library mode)
                 */
                
                /*jshint smarttabs:true, undef:true, latedef:true, curly:true, bitwise:true, camelcase:true */
                Severity: Major
                Found in bower_components/tinymce/plugins/paste/plugin.js - About 2 days to fix

                  File event.js has 729 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  define([
                      "./core",
                      "./var/strundefined",
                      "./var/rnotwhite",
                      "./var/hasOwn",
                  Severity: Major
                  Found in bower_components/jquery/src/event.js - About 1 day to fix

                    Function Plugin has 307 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        function Plugin(editor) {
                            var clipboardRows, self = this, dialogs = new Dialogs(editor);
                    
                            function cmd(command) {
                                return function() {
                    Severity: Major
                    Found in bower_components/tinymce/plugins/table/plugin.js - About 1 day to fix

                      File plugin.js has 656 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      /**
                       * Compiled inline version. (Library mode)
                       */
                      
                      /*jshint smarttabs:true, undef:true, latedef:true, curly:true, bitwise:true, camelcase:true */
                      Severity: Major
                      Found in bower_components/tinymce/plugins/spellchecker/plugin.js - About 1 day to fix

                        Function showDialog has 273 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            function showDialog(imageList) {
                                var win, data = {}, dom = editor.dom, imgElm = editor.selection.getNode();
                                var width, height, imageListCtrl, classListCtrl, imageDimensions = editor.settings.image_dimensions !== false;
                        
                                function recalcSize() {
                        Severity: Major
                        Found in bower_components/tinymce/plugins/image/plugin.js - About 1 day to fix

                          Function WordFilter has 271 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              function WordFilter(editor) {
                                  var settings = editor.settings;
                          
                                  editor.on('BeforePastePreProcess', function(e) {
                                      var content = e.content, retainStyleProperties, validStyles;
                          Severity: Major
                          Found in bower_components/tinymce/plugins/paste/plugin.js - About 1 day to fix

                            Function handleContentEditableSelection has 266 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                function handleContentEditableSelection() {
                                    var dom = editor.dom, selection = editor.selection, caretContainerId = 'mce_noneditablecaret', invisibleChar = '\uFEFF';
                            
                                    // Get caret container parent for the specified node
                                    function getParentCaretContainer(node) {
                            Severity: Major
                            Found in bower_components/tinymce/plugins/noneditable/plugin.js - About 1 day to fix

                              Function Plugin has 265 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  function Plugin(editor) {
                                      var self = this, currentIndex = -1;
                              
                                      function showDialog() {
                                          var last = {};
                              Severity: Major
                              Found in bower_components/tinymce/plugins/searchreplace/plugin.js - About 1 day to fix

                                Function showDialog has 256 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    function showDialog(linkList) {
                                        var data = {}, selection = editor.selection, dom = editor.dom, selectedElm, anchorElm, initialText;
                                        var win, onlyText, textListCtrl, linkListCtrl, relListCtrl, targetListCtrl, classListCtrl, linkTitleCtrl, value;
                                
                                        function linkListChangeHandler(e) {
                                Severity: Major
                                Found in bower_components/tinymce/plugins/link/plugin.js - About 1 day to fix

                                  File plugin.js has 573 lines of code (exceeds 250 allowed). Consider refactoring.
                                  Open

                                  /**
                                   * plugin.js
                                   *
                                   * Copyright, Moxiecode Systems AB
                                   * Released under LGPL License.
                                  Severity: Major
                                  Found in bower_components/tinymce/plugins/media/plugin.js - About 1 day to fix

                                    File plugin.js has 571 lines of code (exceeds 250 allowed). Consider refactoring.
                                    Open

                                    /**
                                     * plugin.js
                                     *
                                     * Copyright, Moxiecode Systems AB
                                     * Released under LGPL License.
                                    Severity: Major
                                    Found in bower_components/tinymce/plugins/lists/plugin.js - About 1 day to fix

                                      Function ajax has 240 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          ajax: function( url, options ) {
                                      
                                              // If url is an object, simulate pre-1.5 signature
                                              if ( typeof url === "object" ) {
                                                  options = url;
                                      Severity: Major
                                      Found in bower_components/jquery/dist/jquery.js - About 1 day to fix

                                        Function ajax has 240 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            ajax: function( url, options ) {
                                        
                                                // If url is an object, simulate pre-1.5 signature
                                                if ( typeof url === "object" ) {
                                                    options = url;
                                        Severity: Major
                                        Found in bower_components/jquery/src/ajax.js - About 1 day to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language