mambax7/extcal

View on GitHub

Showing 691 of 1,163 total issues

Avoid deeply nested control flow statements.
Open

                    if (!moveOnly && hasMovedMin && allowReduce) {
                        p.size = Math.min(p.size, p.get(dim == 'y' ? 'fitsize' : 'maxsize'));
                    } else if (p.get('wsize') < p.get('fitsize')) {
                        p.pos = p.scroll + p.clientSize - p.marginMax - p.get('wsize');
                    } else { // image larger than viewport
Severity: Major
Found in assets/js/highslide-full.js - About 45 mins to fix

    Function preloadImages has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Open

            preloadImages: function (number) {
                if (number && typeof number != 'object') hs.numberOfImagesToPreload = number;
    
                var arr = hs.getAnchors();
                for (var i = 0; i < arr.images.length && i < hs.numberOfImagesToPreload; i++) {
    Severity: Minor
    Found in assets/js/highslide-full.js - About 45 mins 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

    Avoid deeply nested control flow statements.
    Open

                            while (next && !hs.isHsAnchor(next)) {
                                if ((new RegExp('highslide-' + type)).test(next.className || null)) {
                                    if (!next.id) this.a['_' + type + 'Id'] = next.id = 'hsId' + hs.idCounter++;
                                    this[type] = hs.getNode(next.id);
                                    break;
    Severity: Major
    Found in assets/js/highslide-full.js - About 45 mins to fix

      Function addEventListener has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
      Open

              addEventListener: function (el, event, func) {
                  if (el == document && event == 'ready') {
                      hs.push(hs.onReady, func);
                  }
                  try {
      Severity: Minor
      Found in assets/js/highslide.js - About 45 mins 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

      Avoid deeply nested control flow statements.
      Open

                              if (!hiddenBy) els[i].style[prop] = els[i].origProp;
      Severity: Major
      Found in assets/js/highslide-with-gallery.js - About 45 mins to fix

        Function createElement has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
        Open

                createElement: function (tag, attribs, styles, parent, nopad) {
                    var el = document.createElement(tag);
                    if (attribs) hs.extend(el, attribs);
                    if (nopad) hs.setStyles(el, {padding: 0, border: 'none', margin: 0});
                    if (styles) hs.setStyles(el, styles);
        Severity: Minor
        Found in assets/js/highslide.js - About 45 mins 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

        Avoid deeply nested control flow statements.
        Open

                                if (exp.slideshow) exp.slideshow.hitSpace();
        Severity: Major
        Found in assets/js/highslide-with-gallery.js - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

                                  for (var key = 0; key < hs.expanders.length; key++) {
                                      var exp = hs.expanders[key];
                                      if (exp && exp.a == el) return key;
                                  }
          Severity: Major
          Found in assets/js/highslide-with-gallery.js - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                    if (ie6) {
                                        o.style.width = (overlayBox.offsetWidth + 2 * x.cb
                                            + x.p1 + x.p2) + 'px';
                                    }
            Severity: Major
            Found in assets/js/highslide-full.js - About 45 mins to fix

              Avoid deeply nested control flow statements.
              Open

                                      if (exp.slideshow) exp.slideshow.pause();
              Severity: Major
              Found in assets/js/highslide-with-gallery.js - About 45 mins to fix

                Function createElement has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                Open

                        createElement: function (tag, attribs, styles, parent, nopad) {
                            var el = document.createElement(tag);
                            if (attribs) hs.extend(el, attribs);
                            if (nopad) hs.setStyles(el, {padding: 0, border: 'none', margin: 0});
                            if (styles) hs.setStyles(el, styles);
                Severity: Minor
                Found in assets/js/highslide-with-gallery.js - About 45 mins 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

                Avoid deeply nested control flow statements.
                Open

                                    if (hs.dragArgs.exp.releaseMask)
                                        hs.dragArgs.exp.releaseMask.style.display = 'none';
                Severity: Major
                Found in assets/js/highslide-full.js - About 45 mins to fix

                  Function addEventListener has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                  Open

                          addEventListener: function (el, event, func) {
                              if (el == document && event == 'ready') {
                                  hs.push(hs.onReady, func);
                              }
                              try {
                  Severity: Minor
                  Found in assets/js/highslide-with-gallery.js - About 45 mins 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

                  Function showOverlays has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                  Open

                          showOverlays: function () {
                              var b = this.overlayBox;
                              b.className = '';
                              hs.setStyles(b, {
                                  top: (this.y.p1 + this.y.cb) + 'px',
                  Severity: Minor
                  Found in assets/js/highslide-with-gallery.js - About 45 mins 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

                  Function reflow has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                  Open

                          reflow: function () {
                              if (this.scrollerDiv) {
                                  var h = /iframe/i.test(this.scrollerDiv.tagName) ? (this.getIframePageHeight() + 1) + 'px' : 'auto';
                                  if (this.body) this.body.style.height = h;
                                  this.scrollerDiv.style.height = h;
                  Severity: Minor
                  Found in assets/js/highslide-full.js - About 45 mins 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

                  Avoid deeply nested control flow statements.
                  Open

                                      } else if (visibility == 'hidden') { // hide if behind
                                          var elPos = hs.getPosition(els[i]);
                                          elPos.w = els[i].offsetWidth;
                                          elPos.h = els[i].offsetHeight;
                                          if (!this.dimmingOpacity) { // hide all if dimming
                  Severity: Major
                  Found in assets/js/highslide-with-gallery.js - About 45 mins to fix

                    Function reuseOverlay has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                    Open

                            reuseOverlay: function (o, el) {
                                if (!this.last) return false;
                                for (var i = 0; i < this.last.overlays.length; i++) {
                                    var oDiv = hs.$('hsId' + this.last.overlays[i]);
                                    if (oDiv && oDiv.hsId == o.hsId) {
                    Severity: Minor
                    Found in assets/js/highslide-full.js - About 45 mins 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

                    Avoid deeply nested control flow statements.
                    Open

                                            if (!hiddenBy) els[i].style[prop] = els[i].origProp;
                    Severity: Major
                    Found in assets/js/highslide-full.js - About 45 mins to fix

                      Function addEventListener has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                      Open

                              addEventListener: function (el, event, func) {
                                  if (el == document && event == 'ready') {
                                      hs.push(hs.onReady, func);
                                  }
                                  try {
                      Severity: Minor
                      Found in assets/js/highslide-full.js - About 45 mins 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

                      Avoid deeply nested control flow statements.
                      Open

                                      } else if (/highslide-image-blur/.test(el.className)) {
                                          el.style.cursor = hs.styleRestoreCursor;
                                      }
                      Severity: Major
                      Found in assets/js/highslide-with-gallery.js - About 45 mins to fix
                        Severity
                        Category
                        Status
                        Source
                        Language