archivesspace/archivesspace

View on GitHub
frontend/app/assets/javascripts/clipboard.js

Summary

Maintainability
F
1 wk
Test Coverage

File clipboard.js has 758 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
 * clipboard.js v1.6.1
 * https://zenorocha.github.io/clipboard.js
 *
 * Licensed MIT © Zeno Rocha
Severity: Major
Found in frontend/app/assets/javascripts/clipboard.js - About 1 day to fix

    Function 7 has 247 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            function (require, module, exports) {
              (function (global, factory) {
                if (typeof define === 'function' && define.amd) {
                  define(['module', 'select'], factory);
                } else if (typeof exports !== 'undefined') {
    Severity: Major
    Found in frontend/app/assets/javascripts/clipboard.js - About 1 day to fix

      Function 8 has 228 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              function (require, module, exports) {
                (function (global, factory) {
                  if (typeof define === 'function' && define.amd) {
                    define([
                      'module',
      Severity: Major
      Found in frontend/app/assets/javascripts/clipboard.js - About 1 day to fix

        Function ClipboardAction has 185 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                    var ClipboardAction = (function () {
                      /**
                       * @param {Object} options
                       */
                      function ClipboardAction(options) {
        Severity: Major
        Found in frontend/app/assets/javascripts/clipboard.js - About 7 hrs to fix

          Function Clipboard has 119 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                        var Clipboard = (function (_Emitter) {
                          _inherits(Clipboard, _Emitter);
          
                          /**
                           * @param {String|HTMLElement|HTMLCollection|NodeList} trigger
          Severity: Major
          Found in frontend/app/assets/javascripts/clipboard.js - About 4 hrs to fix

            Function 4 has 48 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                    function (require, module, exports) {
                      var is = require('./is');
                      var delegate = require('delegate');
            
                      /**
            Severity: Minor
            Found in frontend/app/assets/javascripts/clipboard.js - About 1 hr to fix

              Function 6 has 45 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      function (require, module, exports) {
                        function E() {
                          // Keep this empty so it's easier to inherit from
                          // (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)
                        }
              Severity: Minor
              Found in frontend/app/assets/javascripts/clipboard.js - About 1 hr to fix

                Function 5 has 33 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        function (require, module, exports) {
                          function select(element) {
                            var selectedText;
                
                            if (element.nodeName === 'SELECT') {
                Severity: Minor
                Found in frontend/app/assets/javascripts/clipboard.js - About 1 hr to fix

                  Function set has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                                    set: function set(target) {
                                      if (target !== undefined) {
                                        if (
                                          target &&
                                          (typeof target === 'undefined'
                  Severity: Minor
                  Found in frontend/app/assets/javascripts/clipboard.js - About 1 hr to fix

                    Function select has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                              function select(element) {
                                var selectedText;
                    
                                if (element.nodeName === 'SELECT') {
                                  element.focus();
                    Severity: Minor
                    Found in frontend/app/assets/javascripts/clipboard.js - About 1 hr to fix

                      Function e has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                        return (function e(t, n, r) {
                          function s(o, u) {
                            if (!n[o]) {
                              if (!t[o]) {
                                var a = typeof require == 'function' && require;
                      Severity: Minor
                      Found in frontend/app/assets/javascripts/clipboard.js - About 1 hr to fix

                        Function selectFake has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                          value: function selectFake() {
                                            var _this = this;
                        
                                            var isRTL =
                                              document.documentElement.getAttribute('dir') == 'rtl';
                        Severity: Minor
                        Found in frontend/app/assets/javascripts/clipboard.js - About 1 hr to fix

                          Consider simplifying this complex logical expression.
                          Open

                                    if (typeof Element !== 'undefined' && !Element.prototype.matches) {
                                      var proto = Element.prototype;
                          
                                      proto.matches =
                                        proto.matchesSelector ||
                          Severity: Major
                          Found in frontend/app/assets/javascripts/clipboard.js - About 40 mins to fix

                            Function delegate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                      function delegate(element, selector, type, callback, useCapture) {
                            Severity: Minor
                            Found in frontend/app/assets/javascripts/clipboard.js - About 35 mins to fix

                              Similar blocks of code found in 2 locations. Consider refactoring.
                              Open

                                          var _createClass = (function () {
                                            function defineProperties(target, props) {
                                              for (var i = 0; i < props.length; i++) {
                                                var descriptor = props[i];
                                                descriptor.enumerable = descriptor.enumerable || false;
                              Severity: Major
                              Found in frontend/app/assets/javascripts/clipboard.js and 1 other location - About 6 hrs to fix
                              frontend/app/assets/javascripts/clipboard.js on lines 765..782

                              Duplicated Code

                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                              Tuning

                              This issue has a mass of 171.

                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                              Refactorings

                              Further Reading

                              Similar blocks of code found in 2 locations. Consider refactoring.
                              Open

                                            var _createClass = (function () {
                                              function defineProperties(target, props) {
                                                for (var i = 0; i < props.length; i++) {
                                                  var descriptor = props[i];
                                                  descriptor.enumerable = descriptor.enumerable || false;
                              Severity: Major
                              Found in frontend/app/assets/javascripts/clipboard.js and 1 other location - About 6 hrs to fix
                              frontend/app/assets/javascripts/clipboard.js on lines 467..484

                              Duplicated Code

                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                              Tuning

                              This issue has a mass of 171.

                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                              Refactorings

                              Further Reading

                              There are no issues that match your filters.

                              Category
                              Status