mambax7/extcal

View on GitHub

Showing 691 of 1,163 total issues

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.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                            if (re[0] == 'hs.expand') hs.push(images, el);
    Severity: Major
    Found in assets/js/highslide.js - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                                  if (is_file($templateFolder . $v)) {
                                      unlink($templateFolder . $v);
                                  }
      Severity: Major
      Found in include/onupdate.php - About 45 mins to fix

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

                doFullExpand: function () {
                    try {
                        if (this.fullExpandLabel) hs.discardElement(this.fullExpandLabel);
        
                        this.focus();
        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

        Method dateToStamp has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public function dateToStamp($y, $m, $d, $h, $i, $s)
        Severity: Minor
        Found in class/pear/Calendar/Engine/Interface.php - About 45 mins to fix

          Method dateToStamp has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public function dateToStamp($y, $m, $d, $h = 0, $i = 0, $s = 0)
          Severity: Minor
          Found in class/pear/Calendar/Engine/PearDate.php - About 45 mins to fix

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

            function AC_Generateobj(objAttrs, params, embedAttrs) {
                var str = '';
                if (isIE && isWin && !isOpera) {
                    str += '<object ';
                    for (var i in objAttrs) {
            Severity: Minor
            Found in assets/js/AC_RunActiveContent.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

            Method bExtcalMinicalAddEventToArray has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            function bExtcalMinicalAddEventToArray($event, &$eventsArray, $timeHandler, $startMonth, $endMonth, $cats)
            Severity: Minor
            Found in blocks/minical.php - About 45 mins to fix

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

                  public function build($sDates = [])
                  {
                      require_once CALENDAR_ROOT . 'Day.php';
                      $year  = $this->cE->stampToYear($this->thisWeek);
                      $month = $this->cE->stampToMonth($this->thisWeek);
              Severity: Minor
              Found in class/pear/Calendar/Week.php - 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.styleRestoreCursor && hs.dragArgs.type == 'image')
                                      hs.dragArgs.exp.content.style.cursor = hs.styleRestoreCursor;
              Severity: Major
              Found in assets/js/highslide.js - About 45 mins to fix

                Avoid deeply nested control flow statements.
                Open

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

                  Method setFragments has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      public function setFragments($y, $m = null, $d = null, $h = null, $i = null, $s = null)
                  Severity: Minor
                  Found in class/pear/Calendar/Util/Uri.php - About 45 mins to fix

                    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.js - About 45 mins to fix

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

                        Method adjustDate has 6 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            public function adjustDate(&$y, &$m, &$d, &$h, &$i, &$s)
                        Severity: Minor
                        Found in class/pear/Calendar/Engine/PearDate.php - About 45 mins to fix

                          Method dateToStamp has 6 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              public function dateToStamp($y, $m, $d, $h = 0, $i = 0, $s = 0)
                          Severity: Minor
                          Found in class/pear/Calendar/Engine/UnixTS.php - About 45 mins to fix

                            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.js - About 45 mins to fix

                              Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  public function __construct($y, $m = null, $d = null, $h = null, $i = null, $s = null)
                              Severity: Minor
                              Found in class/pear/Calendar/Util/Uri.php - 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/js/highslide.js - About 45 mins to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language