SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

      return "variable";
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/r.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return "operator arrow";
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/r.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return new ArrayForm(prop.label, isMandatory, prop.type,
        value ? value : [], prop.description, vocabulary);

Avoid too many return statements within this function.
Open

            return false;

Avoid too many return statements within this function.
Open

          return false;

Avoid too many return statements within this function.
Open

        return true;

Avoid too many return statements within this function.
Open

          return false;

Avoid too many return statements within this function.
Open

      if (result) { return result }

Avoid too many return statements within this function.
Open

  return true

Avoid too many return statements within this function.
Open

      if (ch == ";") return "semi";

Avoid too many return statements within this function.
Open

    else if (0x2000 <= code && code <= 0x200b) { return "w" }

Avoid too many return statements within this function.
Open

      return "string";

Avoid too many return statements within this function.
Open

        return false;

Avoid too many return statements within this function.
Open

      return "variable-3";

Avoid too many return statements within this function.
Open

        return "keyword";

Avoid too many return statements within this function.
Open

      if (builtins.propertyIsEnumerable(word)) return "builtin";

Avoid too many return statements within this function.
Open

      return "operator";

Avoid too many return statements within this function.
Open

    if (res) { return res }

Avoid too many return statements within this function.
Open

      { return badPos(Pos(found.line, found.ch + dist$1), bad) }

Avoid too many return statements within this function.
Open

      return null;
Severity
Category
Status
Source
Language