Showing 6,856 of 14,752 total issues
Method retrieveStudy
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Study retrieveStudy(Sheet sheet) {
// Check first mandatory properties
if (sheet.getRow(STUDY__STUDY_TITLE).getCell(J).getCellTypeEnum() != CellType.STRING) {
throw new IllegalArgumentException("Missing study title");
- Create a ticketCreate a ticket
Method retrieveStudy
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Study retrieveStudy(Sheet sheet) {
// Check first mandatory properties
if (sheet.getRow(STUDY__STUDY_TITLE).getCell(J).getCellTypeEnum() != CellType.STRING) {
throw new IllegalArgumentException("Missing study title");
- Create a ticketCreate a ticket
Method retrieveStudy
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Study retrieveStudy(Sheet sheet) {
// Check first mandatory properties
if (sheet.getRow(STUDY__STUDY_TITLE).getCell(J).getCellTypeEnum() != CellType.STRING) {
throw new IllegalArgumentException("Missing study title");
- Create a ticketCreate a ticket
Method retrieveStudy
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Study retrieveStudy(Sheet sheet) {
// Check first mandatory properties
if (sheet.getRow(STUDY__STUDY_TITLE).getCell(I).getCellTypeEnum() != CellType.STRING) {
throw new IllegalArgumentException("Missing study title");
- Create a ticketCreate a ticket
Method retrieveStudy
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Study retrieveStudy(Sheet sheet) {
// Check first mandatory properties
if (sheet.getRow(STUDY__STUDY_TITLE).getCell(I).getCellTypeEnum() != CellType.STRING) {
throw new IllegalArgumentException("Missing study title");
- Create a ticketCreate a ticket
Method retrieveStudy
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Study retrieveStudy(Sheet sheet) {
// Check first mandatory properties
if (sheet.getRow(STUDY__STUDY_TITLE).getCell(I).getCellTypeEnum() != CellType.STRING) {
throw new IllegalArgumentException("Missing study title");
- Create a ticketCreate a ticket
Method retrieveStudy
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Study retrieveStudy(Sheet sheet) {
// Check first mandatory properties
if (sheet.getRow(STUDY__STUDY_TITLE).getCell(J).getCellTypeEnum() != CellType.STRING) {
throw new IllegalArgumentException("Missing study title");
- Create a ticketCreate a ticket
Method retrieveStudy
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Study retrieveStudy(Sheet sheet) {
// Check first mandatory properties
if (sheet.getRow(STUDY__STUDY_TITLE).getCell(J).getCellTypeEnum() != CellType.STRING) {
throw new IllegalArgumentException("Missing study title");
- Create a ticketCreate a ticket
Method retrieveStudy
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Study retrieveStudy(Sheet sheet) {
// Check first mandatory properties
if (sheet.getRow(STUDY__STUDY_TITLE).getCell(I).getCellTypeEnum() != CellType.STRING) {
throw new IllegalArgumentException("Missing study title");
- Create a ticketCreate a ticket
Method go4Table
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void go4Table(final String tn, final Vector<String> result, final int id1, final int id2, final MyTable myT, final boolean showOnlyDataFromCurrentUser) {
if (!tn.equals("Users")) {
if (id1 < 0 && id2 < 0 &&
!tn.equals("ChangeLog") && !tn.equals("DateiSpeicher") && !tn.equals("Users") &&
!tn.equals("Matrices") && !tn.equals("Methoden") && !tn.equals("Tierkrankheiten") &&
- Create a ticketCreate a ticket
Method doImport
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public String doImport(final String filename, final JProgressBar progress, final boolean showResults) {
Runnable runnable = new Runnable() {
@SuppressWarnings("resource")
public void run() {
try {
- Create a ticketCreate a ticket
Method loadFromNodeSettings
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void loadFromNodeSettings(final NodeSettingsRO settings) throws InvalidSettingsException {
try {
template.modelName = settings.getString(Key.name.name(), null);
template.modelId = settings.getString(Key.id.name(), null);
- Create a ticketCreate a ticket
Method createSBML
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static SBMLDocument createSBML(FskPortObject fskObj, CombineArchive archive,
String ModelId, Map<String, URI> URIS, String filePrefix) throws IOException {
filePrefix = filePrefix + normalizeName(fskObj) + System.getProperty("file.separator");
SBMLDocument doc = new SBMLDocument(3, 1);
doc.addDeclaredNamespace("xmlns:fsk",
- Create a ticketCreate a ticket
Function tokenBase
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase(stream, state) {
if (stream.eatSpace()) {
return null;
}
- Create a ticketCreate a ticket
Function insertLineContent
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function insertLineContent(line, builder, styles) {
var spans = line.markedSpans, allText = line.text, at = 0;
if (!spans) {
for (var i$1 = 1; i$1 < styles.length; i$1+=2)
{ builder.addToken(builder, allText.slice(at, at = styles[i$1]), interpretTokenStyle(styles[i$1+1], builder.cm.options)); }
- Create a ticketCreate a ticket
Function _validateSimField
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_validateSimField ( field ) {
let O = this;
_log( 'PANEL SIM / _validateSimField' );
_log( field );
- Create a ticketCreate a ticket
Function initServer
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
BootstrapTable.prototype.initServer = function (silent, query, url) {
var that = this,
data = {},
params = {
searchText: this.searchText,
- Create a ticketCreate a ticket
Function normalize
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function normalize(name, baseName) {
var nameParts, nameSegment, mapValue, foundMap, lastIndex,
foundI, foundStarMap, starI, i, j, part,
baseParts = baseName && baseName.split("/"),
map = config.map,
- Create a ticketCreate a ticket
Function voronoi
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function voronoi(data) {
var points, polygons = data.map(function() {
return [];
}), fx = d3_functor(x), fy = d3_functor(y), d, i, n = data.length, Z = 1e6;
if (fx === d3_svg_lineX && fy === d3_svg_lineY) points = data; else for (points = new Array(n),
- Create a ticketCreate a ticket
Function d3_geo_resample
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function d3_geo_resample(project) {
var δ2 = .5, cosMinDistance = Math.cos(30 * d3_radians), maxDepth = 16;
function resample(stream) {
var λ00, φ00, x00, y00, a00, b00, c00, λ0, x0, y0, a0, b0, c0;
var resample = {
- Create a ticketCreate a ticket