Showing 6,856 of 14,752 total issues
Function _setOption
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_setOption: function( key, value ) {
var isDraggable, isResizable,
uiDialog = this.uiDialog;
if ( key === "dialogClass" ) {
- Create a ticketCreate a ticket
Function initUI
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function initUI() {
function createMetadataList(parameter) {
const formatProperty = (name, value) => value ? `<li><b>${name}</b>: ${value}</li>` : '';
- Create a ticketCreate a ticket
Function 42
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],42:[function(require,module,exports){
'use strict';
module.exports = function (data, opts) {
if (!opts) opts = {};
- Create a ticketCreate a ticket
Function wrapper
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function wrapper() {
// Avoid `arguments` object use disqualifying optimizations by
// converting it to an array before providing it to other functions.
var length = arguments.length,
index = length,
- Create a ticketCreate a ticket
Function serialize
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function serialize(components) {
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var protocol = options.iri ? IRI_PROTOCOL : URI_PROTOCOL;
var uriTokens = [];
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Product retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(L).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Product retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(L).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Product retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Product retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(L).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public PredictiveModelScopeProduct retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(L).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Product retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(L).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Product retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Product retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private PredictiveModelScopeProduct retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(L).getCellTypeEnum() != CellType.STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Product retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(L).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method retrieveProduct
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Product retrieveProduct(Row row) {
// Check first mandatory properties
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Missing product name");
- Create a ticketCreate a ticket
Method setValueAt
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@SuppressWarnings("unchecked")
@Override
public void setValueAt(Object aValue, int rowIndex, int columnIndex) {
switch (columnIndex) {
case 0:
- Create a ticketCreate a ticket
Method getDiff
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private HashMap<Integer, HashMap<String, Object[]>> getDiff(PmmXmlDoc inputDoc, PmmXmlDoc outputDoc) {
HashMap<Integer, HashMap<String, Object[]>> result = new HashMap<>();
Javers javers = JaversBuilder.javers().build();
/*
- Create a ticketCreate a ticket
Method initGUI
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void initGUI() {
String error = "";
joinerBox.removeActionListener(this);
joinerBox.setSelectedItem(set.getJoinType());
- Create a ticketCreate a ticket
Method actionPerformed
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public void actionPerformed(ActionEvent e) {
if (e.getSource() == okButton) {
DoNotUseToNull(mappings);
DoNotUseToNull(paramErrors);
- Create a ticketCreate a ticket