Showing 6,856 of 14,752 total issues
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
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(K).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
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(K).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
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(K).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
Method initComponents
has 83 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void initComponents() {
// JFormDesigner - Component initialization - DO NOT MODIFY //GEN-BEGIN:initComponents
agentLabel = new JLabel();
agentField = new StringTextField(true);
button1 = new JButton();
- Create a ticketCreate a ticket
Function tokenBase
has 83 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase(stream, state) {
firstWordMatch = stream.string.match(/(^[\w-]+\s*=\s*$)|(^\s*[\w-]+\s*=\s*[\w-])|(^\s*(\.|#|@|\$|\&|\[|\d|\+|::?|\{|\>|~|\/)?\s*[\w-]*([a-z0-9-]|\*|\/\*)(\(|,)?)/);
state.context.line.firstWord = firstWordMatch ? firstWordMatch[0].replace(/^\s*/, "") : "";
state.context.line.indent = stream.indentation();
ch = stream.peek();
- Create a ticketCreate a ticket
Function keydown
has 83 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
keydown: function(e){
if (this.picker.is(':not(:visible)')){
if (e.keyCode == 27) // allow escape to hide and re-show picker
this.show();
return;
- Create a ticketCreate a ticket
Function updateParameterSliders
has 83 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function updateParameterSliders()
{
var sliderWrapper = document.getElementById("sliderWrapper");
var sliderIds = []; // ids of all sliders that correspond to a constant from the used models
- Create a ticketCreate a ticket
Function 36
has 83 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],36:[function(require,module,exports){
'use strict';
module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
var out = ' ';
var $lvl = it.level;
- Create a ticketCreate a ticket
Method initComponents
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void initComponents() {
// JFormDesigner - Component initialization - DO NOT MODIFY //GEN-BEGIN:initComponents
// Generated using JFormDesigner non-commercial license
dialogPane = new JPanel();
contentPanel = new JPanel();
- Create a ticketCreate a ticket
Method execute
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected PortObject[] execute(final PortObject[] inData, final ExecutionContext exec)
throws Exception {
FskPortObject portObj = new FskPortObject();
- Create a ticketCreate a ticket
Method setParameters
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void setParameters(String paramY,
Map<String, List<Double>> parametersX,
Map<String, Double> minParamXValues,
Map<String, Double> maxParamXValues,
Map<String, List<String>> categories, Map<String, String> units,
- Create a ticketCreate a ticket
Method testStringConstructor
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Test
public void testStringConstructor() throws Exception {
// ParametricModel.ELEMENT_PARAMETRICMODEL
ParametricModel parametricModel = new ParametricModel();
- Create a ticketCreate a ticket
Function _createFormField
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_createFormField ( name, mandatory, type, helperText, value, vocabulary, port ) {
let O = this;
_log( 'PANEL SIM / _createFormField' );
_log( name );
- Create a ticketCreate a ticket
Function d3_geo_clip
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function d3_geo_clip(pointVisible, clipLine, interpolate, polygonContains) {
return function(listener) {
var line = clipLine(listener);
var clip = {
point: point,
- Create a ticketCreate a ticket