Showing 224 of 370 total issues

Function getEmails has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    public function getEmails($update, $all) {
        $targets = GroupTargetFinder::getByGroup($this->obj[static::$PKEY]);
        $ret = array_map(function($x) {
            return $x->getEmail();
        }, $targets);
Severity: Minor
Found in phplib/Group.php - About 35 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 _execute has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    protected function _execute($date, $constructed_qdata) {
        $gcfg = $this->getConfig();
        if(is_null($gcfg['host'])) {
            throw new SearchException('Graphite not configured');
        }
Severity: Minor
Found in phplib/Search/Graphite.php - About 35 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 send has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    private function send() {
        if(count($this->list) == 0) {
            return;
        }

Severity: Minor
Found in phplib/ESClient.php - About 35 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 too many return statements within this function.
Open

        return token_error(stream, state);
Severity: Major
Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                return token_error(stream, state);
    Severity: Major
    Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                return null;
      Severity: Major
      Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                  return token_(state, ret);
        Severity: Major
        Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                  return token_(state, "atom");
          Severity: Major
          Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                                return 'number';
            Severity: Major
            Found in htdocs/assets/js/views/searches/syntax/ecl.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                      return 'bracket';
              Severity: Major
              Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                        return 'bracket';
                Severity: Major
                Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                            return token_(state, "keyword");
                  Severity: Major
                  Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                              return token_(state, "bracket");
                    Severity: Major
                    Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                              return token_(state, "meta");
                      Severity: Major
                      Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                        return self::format($this->update($get, $data));
                        Severity: Major
                        Found in phplib/REST/Alerts.php - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                  return token_(state, "keyword");
                          Severity: Major
                          Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                        if (stream.peek() === '=' && /\w+/.test(cur)) return 'def';
                            Severity: Major
                            Found in htdocs/assets/js/views/searches/syntax/ecl.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                        return token_(state, "bracket");
                              Severity: Major
                              Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                                return 'operator';
                                Severity: Major
                                Found in htdocs/assets/js/views/searches/syntax/ecl.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                              return tok;
                                  Severity: Major
                                  Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix
                                    Severity
                                    Category
                                    Status
                                    Source
                                    Language