insideout10/wordlift-plugin-js

View on GitHub

Showing 1,798 of 3,223 total issues

Function JSHINT has a Cognitive Complexity of 1969 (exceeds 5 allowed). Consider refactoring.
Open

var JSHINT = (function () {
    "use strict";

    var anonname,       // The guessed name for anonymous functions.

Severity: Minor
Found in app/lib/jquery-ui-1.10.3/external/jshint.js - About 1 mo to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

File tiny_mce_src.js has 13523 lines of code (exceeds 250 allowed). Consider refactoring.
Open

// FILE IS GENERATED BY COMBINING THE SOURCES IN THE "classes" DIRECTORY SO DON'T MODIFY THIS FILE DIRECTLY
(function(win) {
    var whiteSpaceRe = /^\s*|\s*$/g,
        undef, isRegExpBroken = 'B'.replace(/A(.)|B/, '$1') === '$1';
Severity: Major
Found in app/lib/tinymce/jscripts/tiny_mce/tiny_mce_src.js - About 1 mo to fix

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

    /*! jQuery UI - v1.10.3 - 2013-05-03
    * http://jqueryui.com
    * Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.ui.effect.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.effect-blind.js, jquery.ui.effect-bounce.js, jquery.ui.effect-clip.js, jquery.ui.effect-drop.js, jquery.ui.effect-explode.js, jquery.ui.effect-fade.js, jquery.ui.effect-fold.js, jquery.ui.effect-highlight.js, jquery.ui.effect-pulsate.js, jquery.ui.effect-scale.js, jquery.ui.effect-shake.js, jquery.ui.effect-slide.js, jquery.ui.effect-transfer.js, jquery.ui.menu.js, jquery.ui.position.js, jquery.ui.progressbar.js, jquery.ui.slider.js, jquery.ui.spinner.js, jquery.ui.tabs.js, jquery.ui.tooltip.js
    * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
    (function( $, undefined ) {
    Severity: Major
    Found in app/lib/jquery-ui-1.10.3/ui/jquery-ui.js - About 1 mo to fix

      File d3.js has 9240 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      !function() {
        var d3 = {
          version: "3.4.7"
        };
        if (!Date.now) Date.now = function() {
      Severity: Major
      Found in app/lib/d3/d3.js - About 3 wks to fix

        File timeline.js has 7225 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        /*
            TimelineJS - ver. 2.32.0 - 2014-05-08
            Copyright (c) 2012-2013 Northwestern University
            a project of the Northwestern University Knight Lab, originally created by Zach Wise
            https://github.com/NUKnightLab/TimelineJS
        Severity: Major
        Found in app/lib/TimelineJS.build/build/js/timeline.js - About 3 wks to fix

          Function JSHINT has 3884 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          var JSHINT = (function () {
              "use strict";
          
              var anonname,       // The guessed name for anonymous functions.
          
          
          Severity: Major
          Found in app/lib/jquery-ui-1.10.3/external/jshint.js - About 2 wks to fix

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

            /*!
             * jQuery JavaScript Library v1.9.1
             * http://jquery.com/
             *
             * Includes Sizzle.js
            Severity: Major
            Found in app/lib/jquery-ui-1.10.3/jquery-1.9.1.js - About 2 wks to fix

              Function TimeNav has a Cognitive Complexity of 705 (exceeds 5 allowed). Consider refactoring.
              Open

                  VMM.Timeline.TimeNav = function(parent, content_width, content_height) {
                      trace("VMM.Timeline.TimeNav");
                      
                      var $timenav, $content, $time, $timeintervalminor, $timeinterval, $timeintervalmajor, $timebackground, 
                          $timeintervalbackground, $timenavline, $timenavindicator, $timeintervalminor_minor, $toolbar, $zoomin, $zoomout, $dragslide,
              Severity: Minor
              Found in app/lib/TimelineJS.build/build/js/timeline.js - About 2 wks to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              File jshint.js has 3890 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              /*!
               * JSHint, by JSHint Community.
               *
               * This file (and this file only) is licensed under the same slightly modified
               * MIT license that JSLint is. It stops evil-doers everywhere.
              Severity: Major
              Found in app/lib/jquery-ui-1.10.3/external/jshint.js - About 1 wk to fix

                File media-views.js has 2768 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                /* global _wpMediaViewsL10n, confirm, getUserSetting, setUserSetting */
                (function($){
                    var media       = wp.media,
                        Attachment  = media.model.Attachment,
                        Attachments = media.model.Attachments,
                Severity: Major
                Found in app/admin_files/media-views.js - About 1 wk to fix

                  Function Formatter has 1397 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      tinymce.Formatter = function(ed) {
                          var formats = {},
                              each = tinymce.each,
                              dom = ed.dom,
                              selection = ed.selection,
                  Severity: Major
                  Found in app/lib/tinymce/jscripts/tiny_mce/tiny_mce_src.js - About 6 days to fix

                    Function TimeNav has 1252 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        VMM.Timeline.TimeNav = function(parent, content_width, content_height) {
                            trace("VMM.Timeline.TimeNav");
                            
                            var $timenav, $content, $time, $timeintervalminor, $timeinterval, $timeintervalmajor, $timebackground, 
                                $timeintervalbackground, $timenavline, $timenavindicator, $timeintervalminor_minor, $toolbar, $zoomin, $zoomout, $dragslide,
                    Severity: Major
                    Found in app/lib/TimelineJS.build/build/js/timeline.js - About 6 days to fix

                      Function Slider has a Cognitive Complexity of 244 (exceeds 5 allowed). Consider refactoring.
                      Open

                          VMM.Slider = function(parent, parent_config) {
                              
                              var config,
                                  timer,
                                  $slider,
                      Severity: Minor
                      Found in app/lib/TimelineJS.build/build/js/timeline.js - About 5 days to fix

                      Cognitive Complexity

                      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                      A method's cognitive complexity is based on a few simple rules:

                      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                      • Code is considered more complex for each "break in the linear flow of the code"
                      • Code is considered more complex when "flow breaking structures are nested"

                      Further reading

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

                      /*!
                       * jQuery UI Datepicker 1.10.3
                       * http://jqueryui.com
                       *
                       * Copyright 2013 jQuery Foundation and other contributors
                      Severity: Major
                      Found in app/lib/jquery-ui-1.10.3/ui/jquery.ui.datepicker.js - About 4 days to fix

                        File qunit.js has 1567 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        /**
                         * QUnit v1.11.0 - A JavaScript Unit Testing Framework
                         *
                         * http://qunitjs.com
                         *
                        Severity: Major
                        Found in app/lib/jquery-ui-1.10.3/external/qunit.js - About 4 days to fix

                          Function parse has a Cognitive Complexity of 205 (exceeds 5 allowed). Consider refactoring.
                          Open

                                  parse: function(d, precision) {
                                      "use strict";
                                      var date,
                                          date_array,
                                          time_array,
                          Severity: Minor
                          Found in app/lib/TimelineJS.build/build/js/timeline.js - About 4 days to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          File jquery-ui-i18n.js has 1562 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

                          /*! jQuery UI - v1.10.3 - 2013-05-03
                          * http://jqueryui.com
                          * Includes: jquery.ui.datepicker-af.js, jquery.ui.datepicker-ar-DZ.js, jquery.ui.datepicker-ar.js, jquery.ui.datepicker-az.js, jquery.ui.datepicker-be.js, jquery.ui.datepicker-bg.js, jquery.ui.datepicker-bs.js, jquery.ui.datepicker-ca.js, jquery.ui.datepicker-cs.js, jquery.ui.datepicker-cy-GB.js, jquery.ui.datepicker-da.js, jquery.ui.datepicker-de.js, jquery.ui.datepicker-el.js, jquery.ui.datepicker-en-AU.js, jquery.ui.datepicker-en-GB.js, jquery.ui.datepicker-en-NZ.js, jquery.ui.datepicker-eo.js, jquery.ui.datepicker-es.js, jquery.ui.datepicker-et.js, jquery.ui.datepicker-eu.js, jquery.ui.datepicker-fa.js, jquery.ui.datepicker-fi.js, jquery.ui.datepicker-fo.js, jquery.ui.datepicker-fr-CA.js, jquery.ui.datepicker-fr-CH.js, jquery.ui.datepicker-fr.js, jquery.ui.datepicker-gl.js, jquery.ui.datepicker-he.js, jquery.ui.datepicker-hi.js, jquery.ui.datepicker-hr.js, jquery.ui.datepicker-hu.js, jquery.ui.datepicker-hy.js, jquery.ui.datepicker-id.js, jquery.ui.datepicker-is.js, jquery.ui.datepicker-it.js, jquery.ui.datepicker-ja.js, jquery.ui.datepicker-ka.js, jquery.ui.datepicker-kk.js, jquery.ui.datepicker-km.js, jquery.ui.datepicker-ko.js, jquery.ui.datepicker-ky.js, jquery.ui.datepicker-lb.js, jquery.ui.datepicker-lt.js, jquery.ui.datepicker-lv.js, jquery.ui.datepicker-mk.js, jquery.ui.datepicker-ml.js, jquery.ui.datepicker-ms.js, jquery.ui.datepicker-nb.js, jquery.ui.datepicker-nl-BE.js, jquery.ui.datepicker-nl.js, jquery.ui.datepicker-nn.js, jquery.ui.datepicker-no.js, jquery.ui.datepicker-pl.js, jquery.ui.datepicker-pt-BR.js, jquery.ui.datepicker-pt.js, jquery.ui.datepicker-rm.js, jquery.ui.datepicker-ro.js, jquery.ui.datepicker-ru.js, jquery.ui.datepicker-sk.js, jquery.ui.datepicker-sl.js, jquery.ui.datepicker-sq.js, jquery.ui.datepicker-sr-SR.js, jquery.ui.datepicker-sr.js, jquery.ui.datepicker-sv.js, jquery.ui.datepicker-ta.js, jquery.ui.datepicker-th.js, jquery.ui.datepicker-tj.js, jquery.ui.datepicker-tr.js, jquery.ui.datepicker-uk.js, jquery.ui.datepicker-vi.js, jquery.ui.datepicker-zh-CN.js, jquery.ui.datepicker-zh-HK.js, jquery.ui.datepicker-zh-TW.js
                          * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
                          /* Afrikaans initialisation for the jQuery UI date picker plugin. */
                          Severity: Major
                          Found in app/lib/jquery-ui-1.10.3/ui/i18n/jquery-ui-i18n.js - About 4 days to fix

                            Function Timeline has a Cognitive Complexity of 194 (exceeds 5 allowed). Consider refactoring.
                            Open

                                VMM.Timeline = function(_timeline_id, w, h) {
                                    
                                    var $timeline,
                                        $container,
                                        $feature,
                            Severity: Minor
                            Found in app/lib/TimelineJS.build/build/js/timeline.js - About 3 days to fix

                            Cognitive Complexity

                            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                            A method's cognitive complexity is based on a few simple rules:

                            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                            • Code is considered more complex for each "break in the linear flow of the code"
                            • Code is considered more complex when "flow breaking structures are nested"

                            Further reading

                            File wordlift.js has 1481 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

                            (function() {
                              var $, $wlEntityDisplayAsSelect, ANALYSIS_EVENT, CONFIGURATION_TYPES_EVENT, CONTENT_EDITABLE, CONTENT_IFRAME, CONTEXT, DBPEDIA, DBPEDIA_ORG, DBPEDIA_ORG_REGEX, DCTERMS, DEFAULT_ENTITY_ANNOTATION_CONFIDENCE_LEVEL, EDITOR_ID, FISE_ONT, FISE_ONT_CONFIDENCE, FISE_ONT_ENTITY_ANNOTATION, FISE_ONT_TEXT_ANNOTATION, FREEBASE, FREEBASE_COM, FREEBASE_NS, FREEBASE_NS_DESCRIPTION, GRAPH, MCE_WORDLIFT, RDFS, RDFS_COMMENT, RDFS_LABEL, RUNNING_CLASS, SCHEMA_ORG, SCHEMA_ORG_DESCRIPTION, TEXT_ANNOTATION, TEXT_HTML_NODE_TYPE, Traslator, VALUE, WGS84_POS, WORDLIFT, container, injector,
                                __indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
                            
                              Traslator = (function() {
                            Severity: Major
                            Found in app/js/wordlift.js - About 3 days to fix

                              Function Quirks has 672 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              tinymce.util.Quirks = function(editor) {
                                  var VK = tinymce.VK, BACKSPACE = VK.BACKSPACE, DELETE = VK.DELETE, dom = editor.dom, selection = editor.selection,
                                      settings = editor.settings, parser = editor.parser, serializer = editor.serializer, each = tinymce.each;
                              
                                  function setEditorCommandState(cmd, state) {
                              Severity: Major
                              Found in app/lib/tinymce/jscripts/tiny_mce/tiny_mce_src.js - About 3 days to fix
                                Severity
                                Category
                                Status
                                Source
                                Language