qcminecraft/Carbon-Forum-F

View on GitHub

Showing 506 of 851 total issues

Avoid too many return statements within this function.
Open

        if (type == "{") return cont(pushlex("}"), commasep(objprop, "}"), poplex, maybeoperator);
Severity: Major
Found in static/editor/third-party/codemirror/codemirror.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return cont();
    Severity: Major
    Found in static/editor/third-party/codemirror/codemirror.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                  return state.tokenize(stream, state);
      Severity: Major
      Found in static/editor/third-party/codemirror/codemirror.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return ret("variable", "variable");
        Severity: Major
        Found in static/editor/third-party/codemirror/codemirror.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                  return pass(pushlex("stat"), expression, expect(";"), poplex);
          Severity: Major
          Found in static/editor/third-party/codemirror/codemirror.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    if (type == ".") return cont(property, maybeoperator);
            Severity: Major
            Found in static/editor/third-party/codemirror/codemirror.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                          else if (lexical.align) return lexical.column + (closing ? 0 : 1);
              Severity: Major
              Found in static/editor/third-party/codemirror/codemirror.js - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                return $this->db->row("SELECT * FROM " . PREFIX . "tags WHERE ID=:ID", array(
                                    "ID" => $this->id
                                ));
                Severity: Major
                Found in controller/manage.php - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                              return ret("keyword", "important");
                  Severity: Major
                  Found in static/editor/third-party/codemirror/codemirror.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                                return ret(null, ch);
                    Severity: Major
                    Found in static/editor/third-party/codemirror/codemirror.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                  return ret(null, "select-op");
                      Severity: Major
                      Found in static/editor/third-party/codemirror/codemirror.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                            return [].slice.call(source);
                        Severity: Major
                        Found in static/editor/dialogs/wordimage/tangram.js - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                          return [];
                          Severity: Major
                          Found in controller/manage.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                        return isset($_REQUEST[$Key]) ? trim($_REQUEST[$Key]) : $DefaultValue;
                            Severity: Major
                            Found in common.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                              return (strlen($address) >= 3
                                                  and strpos($address, '@') >= 1
                                                  and strpos($address, '@') != strlen($address) - 1);
                              Severity: Major
                              Found in library/PHPMailer.class.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                            return ($Seconds + 1) . ' ' . $Lang['Time_Seconds_Ago'];
                                Severity: Major
                                Found in common.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                                  return $ret;
                                  Severity: Major
                                  Found in library/PHPMailer.class.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                        return $this->mailSend($this->MIMEHeader, $this->MIMEBody);
                                    Severity: Major
                                    Found in library/PHPMailer.class.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                  return isset($_OPTIONS[$Key]) ? trim($_OPTIONS[$Key]) : $DefaultValue;
                                      Severity: Major
                                      Found in common.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

                                                return call_user_func_array(array($this, 'addAnAddress'), $params);
                                        Severity: Major
                                        Found in library/PHPMailer.class.php - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language