SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

      return null;
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/pegjs/pegjs.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return "def";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/webidl/webidl.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      else if (/[+\-=\.']/.test(ch)) return null;

Avoid too many return statements within this function.
Open

      return "comment";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/cmake/cmake.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return ret("regexp", "string-2");

Avoid too many return statements within this function.
Open

    if (value == "@") return cont(expression, statement)

Avoid too many return statements within this function.
Open

    if (type == "import") return cont(expression);

Avoid too many return statements within this function.
Open

      return cont(afterprop);

Avoid too many return statements within this function.
Open

      return cont(objprop)

Avoid too many return statements within this function.
Open

    if (type == "[") return cont(pushlex("]"), commasep(maybeexpression, "]"), poplex, maybeoperator);
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/haxe/haxe.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    if (atoms.propertyIsEnumerable(cur)) return "atom";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/fcl/fcl.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.js/js-lib/codemirror-5.49.2/mode/groovy/groovy.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

          return "property";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/django/django.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return "property";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/python/python.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return rval(state,stream,"atom");
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/erlang/erlang.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

              return "keyword";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/jinja2/jinja2.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    if (type == "debugger") return cont(expect(";"));

Avoid too many return statements within this function.
Open

        else return cont(pushlex("form"), pattern, expect("{"), pushlex("}"), block, poplex, poplex)

Avoid too many return statements within this function.
Open

        return cont(statement)

Avoid too many return statements within this function.
Open

    if (type == "catch") return cont(pushlex("form"), pushcontext, maybeCatchBinding, statement, poplex, popcontext);
Severity
Category
Status
Source
Language