Showing 6,856 of 14,752 total issues
Function initSearch
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
BootstrapTable.prototype.initSearch = function () {
var that = this;
if (this.options.sidePagination !== 'server') {
if (this.options.customSearch !== $.noop) {
- Create a ticketCreate a ticket
Function Datepicker
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var Datepicker = function(element, options){
$.data(element, 'datepicker', this);
this._events = [];
this._secondaryEvents = [];
- Create a ticketCreate a ticket
Function stack
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
d3.layout.stack = function() {
var values = d3_identity, order = d3_layout_stackOrderDefault, offset = d3_layout_stackOffsetZero, out = d3_layout_stackOut, x = d3_layout_stackX, y = d3_layout_stackY;
function stack(data, index) {
var series = data.map(function(d, i) {
return values.call(stack, d, i);
- Create a ticketCreate a ticket
Function _mouseStart
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_mouseStart: function(event) {
var that = this,
options = this.options;
this.opos = [ event.pageX, event.pageY ];
- Create a ticketCreate a ticket
Function showInputForm
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function showInputForm()
{
var svgElement = document.getElementById("d3plotter").firstChild;
var serializer = new XMLSerializer();
- Create a ticketCreate a ticket
Function insert_references
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function insert_references(modelNumber) {
function add_reference(reference_id, reference_title) {
var row = '<tr data-id="'+ reference_id + '">' +
' <td><input type="checkbox"></td>' +
- Create a ticketCreate a ticket
Function keydown
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
keydown: function( event ) {
var preventDefault = true;
switch ( event.keyCode ) {
case $.ui.keyCode.TAB:
case $.ui.keyCode.ESCAPE:
- Create a ticketCreate a ticket
Function show
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Tooltip.prototype.show = function () {
var e = $.Event('show.bs.' + this.type)
if (this.hasContent() && this.enabled) {
this.$element.trigger(e)
- Create a ticketCreate a ticket
Method insertCondition
has 17 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private Integer insertCondition(Integer condId, final Integer tempId, final Integer phId, final Integer awId, final String agentName, final String matrixName,
final String combaseId, Integer matrixId, Integer agentId, final String agentDetail, final String matrixDetail, PmmXmlDoc misc, final String comment, final Integer qs, final Boolean checked, PmmXmlDoc lit,
PmmTimeSeries ts) {
- Create a ticketCreate a ticket
Method addButtons
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void addButtons(int i) {
if (addButtons.isEmpty()) {
JButton addButton = new JButton("+");
addButton.addActionListener(this);
- Create a ticketCreate a ticket
Method deleteTSID
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private int deleteTSID(Connection conn, Object tsID) {
int numDBSuccesses = 0;
String sql = "SELECT " + DBKernel.delimitL("Referenz") + " FROM " + DBKernel.delimitL("Versuchsbedingungen")
+ " WHERE " + DBKernel.delimitL("ID") + "=" + tsID;
ResultSet rs = DBKernel.getResultSet(conn, sql, false);
- Create a ticketCreate a ticket
Method initGUI
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void initGUI() {
modelNames = null;
parameters = null;
minValues = null;
maxValues = null;
- Create a ticketCreate a ticket
Method getCharge_Lieferung
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private Integer[] getCharge_Lieferung(String id, String name, String street, String streetNumber, String zip, String city, String county, String country, String kind,
String vat, String article, String articleNumber, String prodTreatment, String charge, String dayMHD, String monthMHD, String yearMHD, String dayP, String monthP,
String yearP, String originCountry, String dayD, String monthD, String yearD, String amountKG, String typePU, String numPU, String idTo, String nameTo,
String streetTo, String streetNumberTo, String zipTo, String cityTo, String countyTo, String countryTo, String kindTo, String vatTo, String serial, String cqr,
String EndChain, String Explanation_EndChain, String Further_Traceback, String MicrobiologicalSample) {
- Create a ticketCreate a ticket
Method checkPlausibleDBL
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@SuppressWarnings("unused")
private static String checkPlausibleDBL(Object kzID, String tname, String spaltenname, Integer tableID) {
String ergebnis = null;
if (kzID != null) {
String msg = GuiMessages.getString("Wenn die Anzahl der Wiederholungen = 1 ist, dann sollte ein Einzelwert eingetragen werden! Anzahl Wiederholungen < 1 machen keinen Sinn!");
- Create a ticketCreate a ticket
Method saveSettingsTo
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected void saveSettingsTo(NodeSettingsWO settings) {
File directory =
NodeContext.getContext().getWorkflowManager().getContext().getCurrentLocation();
- Create a ticketCreate a ticket
Method saveToNodeSettings
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void saveToNodeSettings(final NodeSettingsWO settings) {
settings.addString(Key.name.name(), template.modelName);
settings.addString(Key.id.name(), template.modelId);
settings.addString(Key.model_link.name(),
- Create a ticketCreate a ticket
Method execute
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected PortObject[] execute(PortObject[] inObjects, ExecutionContext exec) throws Exception {
exec.setMessage("Reading subworkflow");
final WorkflowContext origContext = NodeContext.getContext().getWorkflowManager().getContext();
NodeContext nodeContext = NodeContext.getContext();
- Create a ticketCreate a ticket
Method checkAndRegenerateSimulation
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void checkAndRegenerateSimulation(List<FskSimulation> simulations,
List<Parameter> originalParameters, List<Parameter> newParams) {
List<Parameter> paramsToBeRemoved =
(List<Parameter>) CollectionUtils.removeAll(originalParameters, newParams);
List<Parameter> viewParams = (List<Parameter>) CollectionUtils.removeAll(newParams, originalParameters);
- Create a ticketCreate a ticket
Method execute
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected PortObject[] execute(PortObject[] inObjects, ExecutionContext exec) throws Exception {
exec.setMessage("Reading subworkflow");
final WorkflowContext origContext = NodeContext.getContext().getWorkflowManager().getContext();
NodeContext nodeContext = NodeContext.getContext();
- Create a ticketCreate a ticket
Method loadFrom
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
void loadFrom(final InputStream is)
throws IOException, XmlException {
// use NonClosableInputStream to prevent multiple calling of close.
// We do it in the next line.
XmlObject xmlDoc = PCMLDocument.Factory.parse(
- Create a ticketCreate a ticket