SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Function reDesign has 67 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function reDesign(ID) {
        var row = "                    <div class='row'>"
                + "                              <div class='col-xs-3 col-sm-3 col-lg-2 "
                + ID
                + "SideBar'><div class='list-group' id ='"

File Backup.java has 278 lines of code (exceeds 250 allowed). Consider refactoring.
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
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/Backup.java - About 2 hrs to fix

AssayImpl has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

public class AssayImpl extends MinimalEObjectImpl.Container implements Assay {
    /**
     * The default value of the '{@link #getAssayName() <em>Assay Name</em>}' attribute.
     * <!-- begin-user-doc -->
     * <!-- end-user-doc -->

EditTable has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

    private static class EditTable extends AbstractTableModel {

        private static final long serialVersionUID = 1L;

        private List<String> ids;

JSSimulatorNodeModel has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

class JSSimulatorNodeModel
    extends AbstractWizardNodeModel<JSSimulatorViewRepresentation, JSSimulatorViewValue>
    implements PortObjectHolder {

  private static final NodeLogger LOGGER =

JSSimulatorNodeModel has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

public class JSSimulatorNodeModel
    extends AbstractWizardNodeModel<JSSimulatorViewRepresentation, JSSimulatorViewValue>
    implements PortObjectHolder {

  private static final NodeLogger LOGGER =

WriterNodeModel has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

class WriterNodeModel extends NoInternalsModel {

  private static final PortType[] IN_TYPES = {FskPortObject.TYPE};
  private static final PortType[] OUT_TYPES = {};

ModelReaderUi has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

public class ModelReaderUi extends JPanel implements ActionListener {
    
    private static final long serialVersionUID = 20120828;

    public static final String PARAM_LEVEL = "level";

Agent has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

    public interface Agent extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Agent.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s4093BF42617F62F34AE6DB75748ED513").resolveHandle("agent4636elemtype");
        

Matrix has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

    public interface Matrix extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Matrix.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s4093BF42617F62F34AE6DB75748ED513").resolveHandle("matrix5f96elemtype");
        

MatrixImpl has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

    public static class MatrixImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements de.bund.bfr.pcml10.MatrixDocument.Matrix
    {
        private static final long serialVersionUID = 1L;
        
        public MatrixImpl(org.apache.xmlbeans.SchemaType sType)

AgentImpl has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

    public static class AgentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements de.bund.bfr.pcml10.AgentDocument.Agent
    {
        private static final long serialVersionUID = 1L;
        
        public AgentImpl(org.apache.xmlbeans.SchemaType sType)

Consider simplifying this complex logical expression.
Open

            if (column.checkbox || column.radio) {
                type = column.checkbox ? 'checkbox' : type;
                type = column.radio ? 'radio' : type;

                text = [sprintf(that.options.cardView ?

File StudySampleImpl.java has 277 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/**
 */
package metadata.impl;

import metadata.MetadataPackage;

Method processSpreadsheet has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static FskMetaData processSpreadsheet(final XSSFSheet sheet) {

      FskMetaData template = new FskMetaData();

      template.modelId = getStringVal(sheet, FskMetaDataFields.id.row);

Method updateParametersPanel has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private void updateParametersPanel() {
        if (type == NO_PARAMETER_INPUT) {
            return;
        }

Function normalize has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function normalize(name, baseName) {
        var nameParts, nameSegment, mapValue, foundMap, lastIndex,
            foundI, foundStarMap, starI, i, j, part, normalizedBaseParts,
            baseParts = baseName && baseName.split("/"),
            map = config.map,
Severity: Major
Found in de.bund.bfr.knime.js/src/js/lib/select2.full.js - About 2 hrs to fix

Function fitHeader has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    BootstrapTable.prototype.fitHeader = function () {
        var that = this,
            fixedBody,
            scrollWidth,
            focused,

Function touchstarted has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function touchstarted() {
      var target = this, event_ = event.of(target, arguments), locations0 = {}, distance0 = 0, scale0, eventId = d3.event.changedTouches[0].identifier, touchmove = "touchmove.zoom-" + eventId, touchend = "touchend.zoom-" + eventId, w = d3.select(d3_window).on(touchmove, moved).on(touchend, ended), t = d3.select(target).on(mousedown, null).on(touchstart, started), dragRestore = d3_event_dragSuppress();
      d3_selection_interrupt.call(target);
      started();
      zoomstarted(event_);

Function fromElement has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  Options.prototype.fromElement = function ($e) {
    var excludedData = ['select2'];

    if (this.options.multiple == null) {
      this.options.multiple = $e.prop('multiple');
Severity: Major
Found in de.bund.bfr.knime.pmm.nodes/js-lib/select2/4_0_3/debug/js/select2.js - About 2 hrs to fix
Severity
Category
Status
Source
Language