SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

      else { return "L" }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.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, port, prop.vocabulary);
Severity: Major
Found in de.bund.bfr.knime.js/src/js/app/app.utils.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      else if (0x2000 <= code && code <= 0x200b) { return "w" }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      if ( returned ) return returned.v;
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        if (result) { return result }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    if (handleCharBinding(cm, e, ch)) { return }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      else if (code == 0x200c) { return "b" }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return false;
Severity: Major
Found in de.bund.bfr.knime.js/src/js/app/app.simulation.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

                        return {
                            input      : field.input,
                            msg     : 'Invalid value. Value is lower than minimal value: '+ field.param.minValue
                        };
Severity: Major
Found in de.bund.bfr.knime.js/src/js/app/app.simulation.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return new fskutil.ArrayForm(prop.label, isMandatory, prop.type,
                value ? value : [], prop.description, port, prop.vocabulary);
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/bfr/fskutil_1.0.0.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return new fskutil.ArrayForm(prop.label, isMandatory, prop.type,
                value ? value : [], prop.description, port, prop.vocabulary);
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/bfr/fskutil_1.0.0.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return new Pos(pos.line, pos.ch + dir)
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        { return badPos(Pos(found.line, found.ch + dist$1), bad) }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return method;
Severity: Major
Found in de.bund.bfr.knime.js/src/js/lib/select2.full.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

                return order;

Avoid too many return statements within this function.
Open

          return matches[1];
Severity: Major
Found in de.bund.bfr.knime.js/src/js/lib/select2.full.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

                    return order * -1;

Avoid too many return statements within this function.
Open

      return null;
Severity: Major
Found in de.bund.bfr.knime.js/src/js/lib/select2.full.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return null;
Severity: Major
Found in de.bund.bfr.knime.js/src/js/lib/select2.full.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return null;
Severity: Major
Found in de.bund.bfr.knime.js/src/js/lib/select2.full.js - About 30 mins to fix
Severity
Category
Status
Source
Language