Showing 6,856 of 14,752 total issues
PredictiveModelScope
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2019-07-02T16:22:48.194+02:00")
public class PredictiveModelScope {
@SerializedName("product")
private List<PredictiveModelScopeProduct> product = new ArrayList<PredictiveModelScopeProduct>();
- Create a ticketCreate a ticket
ProcessModelScope
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2019-07-02T16:22:48.194+02:00")
public class ProcessModelScope {
@SerializedName("product")
private List<Product> product = new ArrayList<Product>();
- Create a ticketCreate a ticket
JsM12Schema
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
@JsonAutoDetect
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = "@class")
public class JsM12Schema implements ViewValue {
static final String ATT_MODEL2 = "Model2";
- Create a ticketCreate a ticket
MyDBTablesNew
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class MyDBTablesNew extends MyDBI {
private static int SystemTabellen_LIST = 0;
private static int BasisTabellen_LIST = 1;
private static int Tenazitaet_LIST = 2;
- Create a ticketCreate a ticket
MathUtilities
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class MathUtilities {
public static double EPSILON = 0.00001;
private static Random random = null;
- Create a ticketCreate a ticket
UIUtils
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class UIUtils {
private UIUtils() {
}
- Create a ticketCreate a ticket
Consider simplifying this complex logical expression. Open
Open
if (!(span.to != null && lineNo$$1 == from.line && from.ch >= span.to ||
span.from == null && lineNo$$1 != from.line ||
span.from != null && lineNo$$1 == to.line && span.from >= to.ch) &&
(!filter || filter(span.marker)))
{ found.push(span.marker.parent || span.marker); }
- Create a ticketCreate a ticket
Consider simplifying this complex logical expression. Open
Open
if (!(span.to != null && lineNo == from.line && from.ch >= span.to ||
span.from == null && lineNo != from.line ||
span.from != null && lineNo == to.line && span.from >= to.ch) &&
(!filter || filter(span.marker)))
{ found.push(span.marker.parent || span.marker) }
- Create a ticketCreate a ticket
Consider simplifying this complex logical expression. Open
Open
if (!(span.to != null && lineNo == from.line && from.ch >= span.to ||
span.from == null && lineNo != from.line ||
span.from != null && lineNo == to.line && span.from >= to.ch) &&
(!filter || filter(span.marker)))
{ found.push(span.marker.parent || span.marker) }
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(X).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(W).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(M).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(X).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(M).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(K).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(W).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(X).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(X).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(W).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket
Method retrieveHazard
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public Hazard retrieveHazard(Row row) {
// Check mandatory properties
if (row.getCell(W).getCellType() != Cell.CELL_TYPE_STRING) {
throw new IllegalArgumentException("Hazard name is missing");
}
- Create a ticketCreate a ticket