Showing 6,856 of 14,752 total issues
Method retrieveGeneralInformation
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private DataModelGeneralInformation retrieveGeneralInformation(Sheet sheet) {
DataModelGeneralInformation information = new DataModelGeneralInformation();
Cell nameCell = sheet.getRow(GENERAL_INFORMATION__NAME).getCell(J);
- Create a ticketCreate a ticket
Method itemStateChanged
has 72 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 execute
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected PortObject[] execute(PortObject[] inObjects, ExecutionContext exec)
throws Exception {
DataTable table = (DataTable) inObjects[0];
TableReader reader;
- Create a ticketCreate a ticket
Method actionPerformed
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public void actionPerformed(final ActionEvent e) {
final PlausibleDialog pd = new PlausibleDialog(DBKernel.mainFrame);
final PlausibleDialog4Krise pd4 = new PlausibleDialog4Krise(DBKernel.mainFrame);
if (DBKernel.isKrise) pd4.setVisible(true);
- Create a ticketCreate a ticket
Method execute
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected BufferedDataTable[] execute(BufferedDataTable[] inData, ExecutionContext exec) throws Exception {
KnimeSchema schema = null;
ModelType modelType = null;
- Create a ticketCreate a ticket
Method initComponents
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void initComponents() {
// JFormDesigner - Component initialization - DO NOT MODIFY //GEN-BEGIN:initComponents
dialogPane = new JPanel();
contentPanel = new JPanel();
radioButton1 = new JRadioButton();
- Create a ticketCreate a ticket
Method initComponents
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void initComponents() {
// JFormDesigner - Component initialization - DO NOT MODIFY
// //GEN-BEGIN:initComponents
myChartPanel1 = new MyChartPanel();
scrollPane1 = new JScrollPane();
- Create a ticketCreate a ticket
Method run
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public void run() {
try {
initDatabase();
- Create a ticketCreate a ticket
Function graticule
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
d3.geo.graticule = function() {
var x1, x0, X1, X0, y1, y0, Y1, Y0, dx = 10, dy = dx, DX = 90, DY = 360, x, y, X, Y, precision = 2.5;
function graticule() {
return {
type: "MultiLineString",
- Create a ticketCreate a ticket
Function d3_xhr
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function d3_xhr(url, mimeType, response, callback) {
var xhr = {}, dispatch = d3.dispatch("beforesend", "progress", "load", "error"), headers = {}, request = new XMLHttpRequest(), responseType = null;
if (d3_window.XDomainRequest && !("withCredentials" in request) && /^(http(s)?:)?\/\//.test(url)) request = new XDomainRequest();
"onload" in request ? request.onload = request.onerror = respond : request.onreadystatechange = function() {
request.readyState > 3 && respond();
- Create a ticketCreate a ticket
Function save_parameters
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function save_parameters(model_number) {
var model = models[model_number];
model.indeps.indeps = Array(); // independent parameters
model.params.params = Array(); // constant parameters
- Create a ticketCreate a ticket
Function generate__limitProperties
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
var out = ' ';
var $lvl = it.level;
var $dataLvl = it.dataLevel;
var $schema = it.schema[$keyword];
- Create a ticketCreate a ticket
Function generate_multipleOf
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
var out = ' ';
var $lvl = it.level;
var $dataLvl = it.dataLevel;
var $schema = it.schema[$keyword];
- Create a ticketCreate a ticket
Function 31
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],31:[function(require,module,exports){
'use strict';
module.exports = function generate_pattern(it, $keyword, $ruleType) {
var out = ' ';
var $lvl = it.level;
- Create a ticketCreate a ticket
Function generate__limitItems
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function generate__limitItems(it, $keyword, $ruleType) {
var out = ' ';
var $lvl = it.level;
var $dataLvl = it.dataLevel;
var $schema = it.schema[$keyword];
- Create a ticketCreate a ticket
Function _buildEvents
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_buildEvents: function(){
var events = {
keyup: $.proxy(function(e){
if ($.inArray(e.keyCode, [27, 37, 39, 38, 40, 32, 13, 9]) === -1)
this.update();
- Create a ticketCreate a ticket
File RunnerNodeModel.java
has 286 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
File FoodProcessNodeDialog.java
has 285 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 convertPopulationGroup
has 71 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
static PopulationGroup convertPopulationGroup(JsonNode node) {
PopulationGroup group = new PopulationGroup();
if (node.has("populationName")) {
- Create a ticketCreate a ticket
File PublicationType.java
has 285 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
*/
package metadata;
import java.util.Arrays;
- Create a ticketCreate a ticket