XoopsModules25x/apcal

View on GitHub

Showing 26,336 of 26,336 total issues

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/images/js/highslide/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

                    switch (K) {
                        case 37: // KEY left
                            if (--x >= 0)
                                ne = cal.ar_days[y][x];
                            else {
Severity: Major
Found in assets/js/jscalendar/calendar.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/images/js/highslide/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

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

            correctIframeSize: function () {
                var wDiff = this.innerContent.offsetWidth - this.ruler.offsetWidth;
                hs.discardElement(this.ruler);
                if (wDiff < 0) wDiff = 0;
    
    
    Severity: Minor
    Found in assets/images/js/highslide/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

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

    function getParams() {
        var s = document.getElementById('APScript').src;
        var p = s.substring(s.indexOf('?') + 1, s.length).split("&");
    
        _GET['URL'] = s.substring(0, s.indexOf('/', 7)) + '';
    Severity: Minor
    Found in assets/api/APscript.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 Slideshow has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Open

        hs.Slideshow = function (expKey, options) {
            if (hs.dynamicallyUpdateAnchors !== false) hs.updateAnchors();
            this.expKey = expKey;
            for (var x in options) this[x] = options[x];
            if (this.useControls) this.getControls();
    Severity: Minor
    Found in assets/images/js/highslide/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 (!ne.disabled)
                            Calendar.cellClick(ne);
                        else if (prev)
                            prevMonth();
                        else
    Severity: Major
    Found in assets/js/jscalendar/calendar.js - About 45 mins to fix

      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/images/js/highslide/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

      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/images/js/highslide/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 (toolTip)
                              cell.title = toolTip;
      Severity: Major
      Found in assets/js/jscalendar/calendar.js - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                            if (/disabled/i.test(status))
                                cell.disabled = true;
        Severity: Major
        Found in assets/js/jscalendar/calendar.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/images/js/highslide/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 (!groups[g]) groups[g] = [];
          Severity: Major
          Found in assets/images/js/highslide/highslide-with-gallery.js - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                if (hs.styleRestoreCursor && hs.dragArgs.type == 'image')
                                    hs.dragArgs.exp.content.style.cursor = hs.styleRestoreCursor;
            Severity: Major
            Found in assets/images/js/highslide/highslide-full.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/images/js/highslide/highslide-full.js - About 45 mins to fix

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

                        setSize: function (i) {
                            var exp = this.exp;
                            if (exp.isImage && (exp.useBox || hs.padToMinWidth)) {
                                this.imgSize = i;
                                this.size = Math.max(this.size, this.imgSize);
                Severity: Minor
                Found in assets/images/js/highslide/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 (!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/images/js/highslide/highslide-full.js - About 45 mins to fix

                  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;
                  
                  
                  Severity: Major
                  Found in assets/images/js/highslide/highslide.js - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                            for (var dim in hs.oPos) for (var i = 0; i < 5; i++) {
                                                p = this[dim];
                                                if (pos.match(hs.oPos[dim][i])) {
                                                    p.pos = this.last[dim].pos
                                                        + (this.last[dim].p1 - p.p1)
                    Severity: Major
                    Found in assets/images/js/highslide/highslide-full.js - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                          if (!hasDragged && !hs.hasFocused && !/(move|resize)/.test(hs.dragArgs.type)) {
                                              if (hs.fireEvent(exp, 'onImageClick'))
                                                  exp.close();
                                          }
                                          else if (hasDragged || (!hasDragged && hs.hasHtmlExpanders)) {
                      Severity: Major
                      Found in assets/images/js/highslide/highslide-full.js - About 45 mins to fix
                        Severity
                        Category
                        Status
                        Source
                        Language