SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Function endOfLine has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function endOfLine(visually, cm, lineObj, lineNo, dir) {
Severity: Minor
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 35 mins to fix

Function PosWithInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function PosWithInfo(line, ch, sticky, outside, xRel) {
Severity: Minor
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 35 mins to fix

Function domTextBetween has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function domTextBetween(cm, from, to, fromLine, toLine) {
Severity: Minor
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 35 mins to fix

Function measureCharPrepared has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function measureCharPrepared(cm, prepared, ch, bias, varHeight) {
Severity: Minor
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 35 mins to fix

Function replaceRange has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function replaceRange(doc, code, from, to, origin) {
Severity: Minor
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 35 mins to fix

Function countColumn has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function countColumn(string, end, tabSize, startIndex, startValue) {
Severity: Minor
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 35 mins to fix

Function applyTextInput has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function applyTextInput(cm, inserted, deleted, sel, origin) {
Severity: Minor
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 35 mins to fix

Function insertLineWidgetsFor has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function insertLineWidgetsFor(cm, line, lineView, dims, allowAbove) {
Severity: Minor
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 35 mins to fix

Function intoCoordSystem has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function intoCoordSystem(cm, lineObj, rect, context, includeWidgets) {
Severity: Minor
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 35 mins to fix

Function addWidget has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    addWidget: function(pos, node, scroll, vert, horiz) {
Severity: Minor
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 35 mins to fix

Function insertLineWidgetsFor has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function insertLineWidgetsFor(cm, line, lineView, dims, allowAbove) {

Function charCoords has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function charCoords(cm, pos, context, lineObj, bias) {

Function skipAtomic has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function skipAtomic(doc, pos, oldPos, bias, mayClear) {

Function addWidget has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    addWidget: function(pos, node, scroll, vert, horiz) {

Function extendSelection has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function extendSelection(doc, head, other, options, extend) {

Function markText has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function markText(doc, from, to, options, type) {

Function applyTextInput has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function applyTextInput(cm, inserted, deleted, sel, origin) {

Function intoCoordSystem has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function intoCoordSystem(cm, lineObj, rect, context, includeWidgets) {

Function PosWithInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function PosWithInfo(line, ch, sticky, outside, xRel) {

Function Doc has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

var Doc = function(text, mode, firstLine, lineSep, direction) {
Severity
Category
Status
Source
Language