Showing 6,856 of 14,752 total issues
Method setTsIDs
has 106 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static HashMap<Integer, Integer> setTsIDs(boolean before, String attr,
HashMap<Integer, Integer> foreignDbIds, KnimeTuple row, KnimeTuple schemaTuple) throws PmmException {
int type = schemaTuple.getSchema().getType(row.getIndex(attr));
if (type == KnimeAttribute.TYPE_XML) {
PmmXmlDoc x = row.getPmmXml(attr);
- Create a ticketCreate a ticket
Function brushstart
has 106 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function brushstart() {
var target = this, eventTarget = d3.select(d3.event.target), event_ = event.of(target, arguments), g = d3.select(target), resizing = eventTarget.datum(), resizingX = !/^(n|s)$/.test(resizing) && x, resizingY = !/^(e|w)$/.test(resizing) && y, dragging = eventTarget.classed("extent"), dragRestore = d3_event_dragSuppress(), center, origin = d3.mouse(target), offset;
var w = d3.select(d3_window).on("keydown.brush", keydown).on("keyup.brush", keyup);
if (d3.event.changedTouches) {
w.on("touchmove.brush", brushmove).on("touchend.brush", brushend);
- Create a ticketCreate a ticket
File powershell.js
has 343 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
'use strict';
- Create a ticketCreate a ticket
Method execute
has 105 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected BufferedDataTable[] execute(final BufferedDataTable[] inData,
final ExecutionContext exec) throws Exception {
KnimeRelationReader reader = new KnimeRelationReader(
SchemaFactory.createDataSchema(), inData[0]);
- Create a ticketCreate a ticket
Method itemStateChanged
has 105 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public void itemStateChanged(ItemEvent e) {
if (e.getStateChange() != ItemEvent.SELECTED) {
return;
}
- Create a ticketCreate a ticket
Method initComponents
has 105 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void initComponents() {
// JFormDesigner - Component initialization - DO NOT MODIFY //GEN-BEGIN:initComponents
splitPane1 = new JSplitPane();
scrollPane1 = new JScrollPane();
table1 = new JTable();
- Create a ticketCreate a ticket
Function blockNormal
has 105 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function blockNormal(stream, state) {
var firstTokenOnLine = stream.column() === state.indentation;
var prevLineLineIsEmpty = lineIsEmpty(state.prevLine.stream);
var prevLineIsIndentedCode = state.indentedCode;
var prevLineIsHr = state.prevLine.hr;
- Create a ticketCreate a ticket
Function blockNormal
has 105 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function blockNormal(stream, state) {
var firstTokenOnLine = stream.column() === state.indentation;
var prevLineLineIsEmpty = lineIsEmpty(state.prevLine.stream);
var prevLineIsIndentedCode = state.indentedCode;
var prevLineIsHr = state.prevLine.hr;
- Create a ticketCreate a ticket
ParametersDef
has 33 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class ParametersDef {
private JTextField volume;
private JButton volume_func;
private JComboBox<String> volumeUnit;
- Create a ticketCreate a ticket
Method generateICD10Tabellen
has 104 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private MyTable generateICD10Tabellen() {
MyTable ICD10_Kapitel = new MyTable("ICD10_Kapitel", new String[]{"KapNr","KapTi"},
new String[]{"VARCHAR(2)","VARCHAR(110)"},
new String[]{"Kapitelnummer, 2 Zeichen","Kapiteltitel, bis zu 110 Zeichen"},
new MyTable[]{null,null},
- Create a ticketCreate a ticket
Function drawLabels
has 104 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
drawLabels: function () {
if (!this.options) {
return;
}
- Create a ticketCreate a ticket
Function 6
has 104 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],6:[function(require,module,exports){
'use strict';
/*
The lexer module is a slightly modified version of the handwritten lexer by Eli Bendersky.
- Create a ticketCreate a ticket
File Reference.java
has 339 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 FSKEditorJSNodeDialog.java
has 339 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*
***************************************************************************************************
* Copyright (c) 2017 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
Method createTupleFromTemplate
has 103 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static KnimeTuple createTupleFromTemplate(FSMRTemplate template) {
KnimeTuple tuple = new KnimeTuple(new OpenFSMRSchema());
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
- Create a ticketCreate a ticket
Method loadSettings
has 103 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void loadSettings(NodeSettingsRO settings) {
try {
selectedID = settings.getString(CFG_SELECTEDID);
} catch (InvalidSettingsException e) {
}
- Create a ticketCreate a ticket
Method loadSettings
has 103 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void loadSettings(NodeSettingsRO settings) {
try {
selectedIDs = XmlConverter.xmlToObject(
settings.getString(CFG_SELECTEDIDS),
new ArrayList<String>());
- Create a ticketCreate a ticket
Method getFunctionErrors
has 103 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public double[][] getFunctionErrors(String paramX, String paramY,
String unitX, String unitY, String transformX, String transformY,
double minX, double maxX, double minY, double maxY,
Map<String, Integer> choice) throws ConvertException {
if (function == null) {
- Create a ticketCreate a ticket
Function validate
has 103 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
validate: function () {
var o = this.options,
r = this.result,
v = o.values,
vl = v.length,
- Create a ticketCreate a ticket
File SettingsHelper.java
has 337 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