ophrescue/RescueRails

View on GitHub

Showing 254 of 254 total issues

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

/*!
 * dist/jquery.inputmask
 * https://github.com/RobinHerbots/Inputmask
 * Copyright (c) 2010 - 2021 Robin Herbots
 * Licensed under the MIT license
Severity: Major
Found in app/assets/javascripts/jquery.inputmask.js - About 1 wk to fix

    Function 207 has 370 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

                207: function(e, t, a) {
                    var i = s(a(2394)), n = s(a(4528)), r = s(a(7184)), o = a(8711);
                    function s(e) {
                        return e && e.__esModule ? e : {
                            default: e
    Severity: Major
    Found in app/assets/javascripts/jquery.inputmask.js - About 1 day to fix

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

      $( function () {
      
        $('#new_dog_link').submit( function(e) {
          e.preventDefault();
      
      
      Severity: Major
      Found in app/assets/javascripts/dog_link.js and 1 other location - About 1 day to fix
      app/assets/javascripts/cat_link.js on lines 15..56

      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 302.

      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

      $( function () {
      
        $('#new_cat_link').submit( function(e) {
          e.preventDefault();
      
      
      Severity: Major
      Found in app/assets/javascripts/cat_link.js and 1 other location - About 1 day to fix
      app/assets/javascripts/dog_link.js on lines 15..56

      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 302.

      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

      Function 219 has 323 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

                  219: function(e, t, a) {
                      var i = l(a(2394)), n = l(a(4528)), r = l(a(7184)), o = a(8711);
                      function s(e) {
                          return (s = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) {
                              return typeof e;
      Severity: Major
      Found in app/assets/javascripts/jquery.inputmask.js - About 1 day to fix

        Function 7215 has 286 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                    7215: function(e, t, a) {
                        Object.defineProperty(t, "__esModule", {
                            value: !0
                        }), t.alternate = l, t.checkAlternationMatch = function(e, t, a) {
                            for (var i, n = this.opts.greedy ? t : t.slice(0, 1), r = !1, o = void 0 !== a ? a.split(",") : [], s = 0; s < o.length; s++) -1 !== (i = e.indexOf(o[s])) && e.splice(i, 1);
        Severity: Major
        Found in app/assets/javascripts/jquery.inputmask.js - About 1 day to fix

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

              $('#otherpets').on('click', 'button#toggle-edit-vet', function() {
                if (isVetEditing) {
                  // find all enabled fields in .edit-vet and disable them
                  $('form.edit-vet .to-disable').prop("disabled", true);
                  $('.vet-editable').hide();
          Severity: Major
          Found in app/assets/javascripts/adoption_form.js and 1 other location - About 1 day to fix
          app/assets/javascripts/adoption_form.js on lines 113..134

          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 247.

          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

              $('#references').on('click', 'button#toggle-edit-ref', function() {
                if (isRefEditing) {
                  // find all enabled fields in .edit-reference and disable them
                  $('form.edit-reference .to-disable').prop("disabled", true);
                  $('.ref-editable').hide();
          Severity: Major
          Found in app/assets/javascripts/adoption_form.js and 1 other location - About 1 day to fix
          app/assets/javascripts/adoption_form.js on lines 176..196

          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 247.

          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

          Function 4713 has 234 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                      4713: function(e, t) {
                          function a(e, t) {
                              var a = (null != e.alternation ? e.mloc[i(e)] : e.locator).join("");
                              if ("" !== a) for (;a.length < t; ) a += "0";
                              return a;
          Severity: Major
          Found in app/assets/javascripts/jquery.inputmask.js - About 1 day to fix

            Function 2391 has 221 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                        2391: function(e, t, a) {
                            Object.defineProperty(t, "__esModule", {
                                value: !0
                            }), t.generateMaskSet = function(e, t) {
                                var a;
            Severity: Major
            Found in app/assets/javascripts/jquery.inputmask.js - About 1 day to fix

              Function 6030 has 210 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                          6030: function(e, t, a) {
                              Object.defineProperty(t, "__esModule", {
                                  value: !0
                              }), t.EventHandlers = void 0;
                              var i, n = a(8711), r = (i = a(4528)) && i.__esModule ? i : {
              Severity: Major
              Found in app/assets/javascripts/jquery.inputmask.js - About 1 day to fix

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

                                            r = e.matches[n - 1], e.matches.splice(n++, 0, {
                                                fn: /[a-z]/i.test(a.staticDefinitionSymbol || t) ? new RegExp("[" + (a.staticDefinitionSymbol || t) + "]", a.casing ? "i" : "") : null,
                                                static: !0,
                                                optionality: !1,
                                                newBlockMarker: void 0 === r ? "master" : r.def !== t && !0 !== r.static,
                Severity: Major
                Found in app/assets/javascripts/jquery.inputmask.js and 1 other location - About 7 hrs to fix
                app/assets/javascripts/jquery.inputmask.js on lines 1795..1804

                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 185.

                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

                                            }) : (e.matches.splice(n++, 0, {
                                                fn: /[a-z]/i.test(a.staticDefinitionSymbol || i) ? new RegExp("[" + (a.staticDefinitionSymbol || i) + "]", a.casing ? "i" : "") : null,
                                                static: !0,
                                                optionality: !1,
                                                newBlockMarker: void 0 === r ? "master" : r.def !== i && !0 !== r.static,
                Severity: Major
                Found in app/assets/javascripts/jquery.inputmask.js and 1 other location - About 7 hrs to fix
                app/assets/javascripts/jquery.inputmask.js on lines 1771..1780

                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 185.

                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

                Function 2394 has 176 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                            2394: function(e, t, a) {
                                Object.defineProperty(t, "__esModule", {
                                    value: !0
                                }), t.default = void 0, a(7149), a(3194);
                                var i = a(157), n = v(a(3287)), r = v(a(9380)), o = a(2391), s = a(4713), l = a(8711), u = a(7215), c = a(7760), f = a(9716), d = v(a(7392)), p = v(a(3976)), h = v(a(8741));
                Severity: Major
                Found in app/assets/javascripts/jquery.inputmask.js - About 7 hrs to fix

                  Function analyseMask has 171 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                                  }, t.analyseMask = function(e, t, a) {
                                      var i, r, o, s, l, u, c = /(?:[?*+]|\{[0-9+*]+(?:,[0-9+*]*)?(?:\|[0-9+*]*)?\})|[^.?*+^${[]()|\\]+|./g, f = /\[\^?]?(?:[^\\\]]+|\\[\S\s]?)*]?|\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9][0-9]*|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|c[A-Za-z]|[\S\s]?)|\((?:\?[:=!]?)?|(?:[?*+]|\{[0-9]+(?:,[0-9]*)?\})\??|[^.?*+^${[()|\\]+|./g, d = !1, p = new n.default, h = [], m = [], v = !1;
                                      function g(e, i, n) {
                                          n = void 0 !== n ? n : e.matches.length;
                                          var r = e.matches[n - 1];
                  Severity: Major
                  Found in app/assets/javascripts/jquery.inputmask.js - About 6 hrs to fix

                    Function u has 163 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                                    function u(e, t, a) {
                                        var i, n = this, r = this.dependencyLib, s = this.maskset, u = this.opts, c = this.el, f = s.maskToken, d = t ? a : 0, p = t ? t.slice() : [ 0 ], h = [], m = !1, v = t ? t.join("") : "";
                                        function g(t, a, n, r) {
                                            function o(n, r, f) {
                                                function p(e, t) {
                    Severity: Major
                    Found in app/assets/javascripts/jquery.inputmask.js - About 6 hrs to fix

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

                                                      void 0 === e.parseMinMaxOptions && (null !== e.min && (e.min = e.min.toString().replace(new RegExp((0,
                                                      r.default)(e.groupSeparator), "g"), ""), "," === e.radixPoint && (e.min = e.min.replace(e.radixPoint, ".")),
                                                      e.min = isFinite(e.min) ? parseFloat(e.min) : NaN, isNaN(e.min) && (e.min = Number.MIN_VALUE)),
                      Severity: Major
                      Found in app/assets/javascripts/jquery.inputmask.js and 1 other location - About 6 hrs to fix
                      app/assets/javascripts/jquery.inputmask.js on lines 943..945

                      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 157.

                      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

                                                      null !== e.max && (e.max = e.max.toString().replace(new RegExp((0, r.default)(e.groupSeparator), "g"), ""),
                                                      "," === e.radixPoint && (e.max = e.max.replace(e.radixPoint, ".")), e.max = isFinite(e.max) ? parseFloat(e.max) : NaN,
                                                      isNaN(e.max) && (e.max = Number.MAX_VALUE)), e.parseMinMaxOptions = "done");
                      Severity: Major
                      Found in app/assets/javascripts/jquery.inputmask.js and 1 other location - About 6 hrs to fix
                      app/assets/javascripts/jquery.inputmask.js on lines 940..942

                      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 157.

                      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

                      Consider simplifying this complex logical expression.
                      Open

                                              if (!0 === e && f.validPositions[k]) m = s && !0 === f.validPositions[k].match.optionality && void 0 === f.validPositions[k + 1] && (!0 === f.validPositions[k].generatedInput || f.validPositions[k].input == c.skipOptionalPartCharacter && k > 0) ? o.call(l, k, u.call(l, k, p, k - 1)) : f.validPositions[k],
                                              h = m.match, p = m.locator.slice(), g.push(!0 === a ? m.input : !1 === a ? h.nativeDef : n.call(l, k, h)); else {
                                                  m = r.call(l, k, p, k - 1), h = m.match, p = m.locator.slice();
                                                  var y = !0 !== i && (!1 !== c.jitMasking ? c.jitMasking : h.jit);
                                                  (v = (v && h.static && h.def !== c.groupSeparator && null === h.fn || f.validPositions[k - 1] && h.static && h.def !== c.groupSeparator && null === h.fn) && f.tests[k] && 1 === f.tests[k].length) || !1 === y || void 0 === y || "number" == typeof y && isFinite(y) && y > k ? g.push(!1 === a ? h.nativeDef : n.call(l, k, h)) : v = !1;
                      Severity: Critical
                      Found in app/assets/javascripts/jquery.inputmask.js - About 6 hrs to fix

                        Function 8711 has 143 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                    8711: function(e, t, a) {
                                        Object.defineProperty(t, "__esModule", {
                                            value: !0
                                        }), t.caret = function(e, t, a, i, n) {
                                            var r, o = this, s = this.opts;
                        Severity: Major
                        Found in app/assets/javascripts/jquery.inputmask.js - About 5 hrs to fix
                          Severity
                          Category
                          Status
                          Source
                          Language