SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

      return "operator variable-2";
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";
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 false;

Avoid too many return statements within this function.
Open

          return false;

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 true;

Avoid too many return statements within this function.
Open

          return false;

Avoid too many return statements within this function.
Open

    return new Pos(pos.line, pos.ch + dir)

Avoid too many return statements within this function.
Open

      if (atoms.propertyIsEnumerable(word)) return "atom";

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

    else { return "L" }

Avoid too many return statements within this function.
Open

      if (result) { return result }

Avoid too many return statements within this function.
Open

    if (res) { return res }

Avoid too many return statements within this function.
Open

      return "keyword";

Avoid too many return statements within this function.
Open

      return "variable";

Avoid too many return statements within this function.
Open

  return null

Avoid too many return statements within this function.
Open

      return "string";

Avoid too many return statements within this function.
Open

      return null;

Avoid too many return statements within this function.
Open

      return element.type.displayName || element.type.name || 'Unknown';

Avoid too many return statements within this function.
Open

  return true
Severity
Category
Status
Source
Language