SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid deeply nested control flow statements.
Open

      if (ch == ";") return "semi";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/r/r.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

          if (!stream.skipTo("#}")) {
            stream.skipToEnd();
          } else {
            stream.eatWhile(/\#|}/);
            state.incomment = false;
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/twig/twig.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

          } else if (match = stream.match(tlvIdentMatch)) {
            // looks like an identifier (or identifier prefix)
            var prefix = match[1];
            var mnemonic = match[2];
            if (// is identifier prefix
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/verilog/verilog.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

      } else if (stream.eat('$')) {
        if (stream.eatWhile(/[\da-f]/i))
          return 'number';
      } else if (stream.eat('%')) {
        if (stream.eatWhile(/[01]/))
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/z80/z80.js - About 45 mins to fix

Function Context has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

function Context(indented, column, type, info, align, prev) {
Severity: Minor
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/clike/clike.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

        if (stream.eatWhile(/\w/))
          return 'def';
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/z80/z80.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

        if (!stream.eat(")") && !stream.eat("."))
          return "keyword";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/pig/pig.js - About 45 mins to fix

Function cursorCoords has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

  function cursorCoords(cm, pos, context, lineObj, preparedMeasure, varHeight) {
Severity: Minor
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                                if ( ! cellData.includes( facetValue ) ) {
                                    // row data does not match
                                    rowMatchesFilter = false;
                                }                            
Severity: Major
Found in de.bund.bfr.knime.js/src/js/app/app.table.mt.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

            if (sameLine) { (first || (first = [])).push(span$1); }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

            if (m.css) { css = (css ? css + ";" : "") + m.css; }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

            if (m.startStyle && sp.from == pos) { spanStartStyle += " " + m.startStyle; }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        if(dialog.inputs[keys[indexx]].input.trigger){
                            dialog.inputs[keys[indexx]].input.trigger('change');
                        }
Severity: Major
Found in de.bund.bfr.knime.js/src/js/app/app.editable.mt.TablePanel.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

            if (m.attributes) {
              for (var attr in m.attributes)
                { (attributes || (attributes = {}))[attr] = m.attributes[attr]; }
            }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        if ( param.dataType.toLowerCase() === 'double' ) {
                            let decimals = param.value.substring( param.value.indexOf( '.' ) + 1 ).length;
                            for ( let j = 0; j < decimals; j++ ) {
                                step = step / 10;
                            }
Severity: Major
Found in de.bund.bfr.knime.js/src/js/app/app.simulation.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

            if (sp.to != null && sp.to != pos && nextChange > sp.to) {
              nextChange = sp.to;
              spanEndStyle = "";
            }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

            if (m.className) { spanStyle += " " + m.className; }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

          { if (endStyles[j$1 + 1] == nextChange) { spanEndStyle += " " + endStyles[j$1]; } } }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

          if (dir < 0 ? preventCursorRight : preventCursorLeft)
            { near = movePos(doc, near, -dir, near && near.line == pos.line ? line : null); }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

            { if (oldCur[k].marker == span.marker) { continue spans } }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 45 mins to fix
Severity
Category
Status
Source
Language