Showing 6,856 of 14,752 total issues
Function tokenBase
has 85 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase (stream, state) {
var ch = stream.peek();
//Comment
if (state.incomment) {
- Create a ticketCreate a ticket
Function tokenize
has 85 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenize(stream, state) {
// Matches one whole word
var word = stream.match(/[\w]+/, false);
// Matches attributes (i.e. ensure => present ; 'ensure' would be matched)
var attribute = stream.match(/(\s+)?\w+\s+=>.*/, false);
- Create a ticketCreate a ticket
Function tokenBase
has 85 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase (stream, state) {
var ch = stream.peek();
//Comment
if (state.incomment) {
- Create a ticketCreate a ticket
File FSKDBViewNodeModel.java
has 308 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*
***************************************************************************************************
* Copyright (c) 2020 Federal Institute for Risk Assessment (BfR), Germany
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
- Create a ticketCreate a ticket
File PopulationGroup.java
has 307 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*
* RAKIP Generic model
* TODO
*
* OpenAPI spec version: 1.0.4
- Create a ticketCreate a ticket
File ModelEstimationNodeModel.java
has 307 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*******************************************************************************
* Copyright (c) 2015 Federal Institute for Risk Assessment (BfR), Germany
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- Create a ticketCreate a ticket
Method loadValidatedSettingsFrom
has 84 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected void loadValidatedSettingsFrom( final NodeSettingsRO settings )
throws InvalidSettingsException {
// OneStepFitTss
if (settings.containsKey(PARAM_TSONESTEP)) {
- Create a ticketCreate a ticket
Function d3_geo_clipPolygon
has 84 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function d3_geo_clipPolygon(segments, compare, inside, interpolate, listener) {
var subject = [], clip = [];
segments.forEach(function(segment) {
if ((n = segment.length - 1) <= 0) return;
var n, p0 = segment[0], p1 = segment[n];
- Create a ticketCreate a ticket
Function _doKeyDown
has 84 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_doKeyDown: function(event) {
var onSelect, dateStr, sel,
inst = $.datepicker._getInst(event.target),
handled = true,
isRTL = inst.dpDiv.is(".ui-datepicker-rtl");
- Create a ticketCreate a ticket
File SecondaryEstimationThread.java
has 306 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*******************************************************************************
* Copyright (c) 2015 Federal Institute for Risk Assessment (BfR), Germany
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- Create a ticketCreate a ticket
Reference
has 28 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public interface Reference extends EObject {
/**
* Returns the value of the '<em><b>Is Reference Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- Create a ticketCreate a ticket
Contact
has 28 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public interface Contact extends EObject {
/**
* Returns the value of the '<em><b>Title</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- Create a ticketCreate a ticket
ProductImpl
has 28 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class ProductImpl extends MinimalEObjectImpl.Container implements Product {
/**
* The default value of the '{@link #getProductName() <em>Product Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- Create a ticketCreate a ticket
Hazard
has 28 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public interface Hazard extends EObject {
/**
* Returns the value of the '<em><b>Hazard Type</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- Create a ticketCreate a ticket
ModelPlotterViewValue
has 28 methods (exceeds 20 allowed). Consider refactoring. Open
Open
@JsonAutoDetect
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = "@class")
public class ModelPlotterViewValue extends JSONViewContent {
private String chartTitle;
- Create a ticketCreate a ticket
Consider simplifying this complex logical expression. Open
Open
if (id1 < 0 && id2 < 0 &&
!tn.equals("ChangeLog") && !tn.equals("DateiSpeicher") && !tn.equals("Users") &&
!tn.equals("Matrices") && !tn.equals("Methoden") && !tn.equals("Tierkrankheiten") &&
!tn.equals("Aufbereitungsverfahren_Kits") && !tn.equals("Nachweisverfahren_Kits") &&
!tn.equals("Methoden_Normen") && !tn.equals("DoubleKennzahlen") &&
- Create a ticketCreate a ticket
FSKDBViewRepresentation
has 28 methods (exceeds 20 allowed). Consider refactoring. Open
Open
@JsonAutoDetect
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = "@class")
public class FSKDBViewRepresentation extends JSONViewContent {
private static final String TABLE_ID = "tableid";
- Create a ticketCreate a ticket
FSKDBViewNodeModel
has 28 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class FSKDBViewNodeModel
extends AbstractWizardNodeModel<FSKDBViewRepresentation, FSKDBViewValue> {
// Input and output port types
private static final PortType[] IN_TYPES = {BufferedDataTable.TYPE_OPTIONAL};
private static final PortType[] OUT_TYPES = {BufferedDataTable.TYPE};
- Create a ticketCreate a ticket
Method retrieveParameter
has 83 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Parameter retrieveParameter(Row row) {
// Check first mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing parameter id");
- Create a ticketCreate a ticket
Method retrieveParameter
has 83 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Parameter retrieveParameter(Row row) {
// Check first mandatory properties
if (row.getCell(L).getCellType() == Cell.CELL_TYPE_BLANK) {
throw new IllegalArgumentException("Missing parameter id");
- Create a ticketCreate a ticket