SiLeBAT/FSK-Lab

View on GitHub

Showing 14,752 of 14,752 total issues

Avoid deeply nested control flow statements.
Open

              if (wordIsBlock(firstWordOfLine(stream)))  return "block";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/stylus/stylus.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

      if (ch == "=") {
        stream.next();
        ch = stream.peek();
        if (ch == "=") {
          stream.next();
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/dylan/dylan.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                if (!(ch == "\\" && chPos > 0)) {
                  state.tlvIndentationStyle[depth] = tlvScopePrefixChars[ch];
                  if (tlvTrackStatements) {state.statementComment = false;}
                  depth++;
                }
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

                if (state.braced === 0) {
                  token = "matchingbracket";
                }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/ebnf/ebnf.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

            if (match[0] == "//") {
              // Line comment.
              stream.skipToEnd();
            } else {
              // Block comment.
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

                                        if(c=="{")
                                                return tokenChain(stream,state,["}","}"],RXstyle,RXmodifiers);
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/perl/perl.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

              if (tlvTrackStatements && !stream.eol()) {
                // Anything after comment is assumed to be real statement content.
                state.statementComment = false;
              }
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 (ch == ":") {
      stream.next();
      ch = stream.peek();
      if (ch == "=") {
        stream.next();
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/dylan/dylan.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

              } else if (text[i] === "}") {
                state.braced--;
                if (state.braced === 0) {
                  token = "matchingbracket";
                }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/ebnf/ebnf.js - About 45 mins to fix

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
Severity
Category
Status
Source
Language