SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Function token has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    token: function(stream, state) {
      var ch, funcName;
      if (stream.eatSpace()) {
        return null;
      }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/apl/apl.js - About 2 hrs to fix

Function token has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    token: function(stream, state) {
      if (!stream.column())
        state.context = 0;

      if (stream.eatSpace())
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/z80/z80.js - About 2 hrs to fix

Function init has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ContentEditableInput.prototype.init = function (display) {
      var this$1 = this;

    var input = this, cm = input.cm;
    var div = input.div = display.lineDiv;
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/lib/codemirror.js - About 2 hrs to fix

Function _getModelHandler has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    async _getModelHandler ( modelMetadata, modelId ) {
        let O = this;
        _log( 'MODAL DETAILS / _getModelHandler' );

        let modelHandler = null;
Severity: Major
Found in de.bund.bfr.knime.js/src/js/app/app.mt.details.js - About 2 hrs to fix

Function _positionDropdown has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  AttachBody.prototype._positionDropdown = function () {
    var $window = $(window);

    var isCurrentlyAbove = this.$dropdown[0].classList
      .contains('select2-dropdown--above');
Severity: Major
Found in de.bund.bfr.knime.js/src/js/lib/select2.full.js - About 2 hrs to fix

Function _registerEvents has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  Select2.prototype._registerEvents = function () {
    var self = this;

    this.on('open', function () {
      self.$container[0].classList.add('select2-container--open');
Severity: Major
Found in de.bund.bfr.knime.js/src/js/lib/select2.full.js - About 2 hrs to fix

Function format has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  d3.format = function(specifier) {
    var match = d3_format_re.exec(specifier), fill = match[1] || " ", align = match[2] || ">", sign = match[3] || "", symbol = match[4] || "", zfill = match[5], width = +match[6], comma = match[7], precision = match[8], type = match[9], scale = 1, suffix = "", integer = false;
    if (precision) precision = +precision.substring(1);
    if (zfill || fill === "0" && align === "=") {
      zfill = fill = "0";

Function _registerEvents has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  Select2.prototype._registerEvents = function () {
    var self = this;

    this.on('open', function () {
      self.$container.addClass('select2-container--open');
Severity: Major
Found in de.bund.bfr.knime.pmm.nodes/js-lib/select2/4_0_3/debug/js/select2.js - About 2 hrs to fix

Function d3_interpolateString has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function d3_interpolateString(a, b) {
    var m, i, j, s0 = 0, s1 = 0, s = [], q = [], n, o;
    a = a + "", b = b + "";
    d3_interpolate_number.lastIndex = 0;
    for (i = 0; m = d3_interpolate_number.exec(b); ++i) {

Function drawD3Plot has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function drawD3Plot(headless) 
    {
        
        // the plot element has to be reset because otherwise functionPlot may draw artifacts
        if(!headless){

Function resize has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    resize: function() {
        var outerDimensions,
            that = $(this).resizable( "instance" ),
            o = that.options,
            cs = that.size,

Function init has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

ContentEditableInput.prototype.init = function (display) {
    var this$1 = this;

  var input = this, cm = input.cm
  var div = input.div = display.lineDiv

Function init has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

ContentEditableInput.prototype.init = function (display) {
    var this$1 = this;

  var input = this, cm = input.cm
  var div = input.div = display.lineDiv

Function 23 has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{}],23:[function(require,module,exports){
'use strict';
module.exports = function generate_enum(it, $keyword, $ruleType) {
  var out = ' ';
  var $lvl = it.level;

Function traverseAllChildrenImpl has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function traverseAllChildrenImpl(children, nameSoFar, callback, traverseContext) {
  var type = typeof children;

  if (type === 'undefined' || type === 'boolean') {
    // All of the above are perceived as null.

FoodProcessSetting has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

public class FoodProcessSetting {
    private final String PARAM_PROCESSNAME = "processName";
    private final String PARAM_DURATION = "duration";
    private final String PARAM_NUMBERCOMPUTATIONS = "numberComputations";
    /*

MetadataFactory has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

public interface MetadataFactory extends EFactory {
    /**
     * The singleton instance of the factory.
     * <!-- begin-user-doc -->
     * <!-- end-user-doc -->

PopulationGroupImpl has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

public class PopulationGroupImpl extends MinimalEObjectImpl.Container implements PopulationGroup {
    /**
     * The default value of the '{@link #getPopulationName() <em>Population Name</em>}' attribute.
     * <!-- begin-user-doc -->
     * <!-- end-user-doc -->

ModelPlotterViewConfig has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

final class ModelPlotterViewConfig {

  static final String CHART_TITLE = "chartTitle";

  static final String FUNCTION = "function";

GenericModelDataBackground has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2019-07-02T16:22:48.194+02:00")
public class GenericModelDataBackground {
  @SerializedName("study")
  private Study study = null;

Severity
Category
Status
Source
Language