Showing 6,856 of 14,752 total issues
Function option
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Results.prototype.option = function (data) {
var option = document.createElement('li');
option.className = 'select2-results__option';
var attrs = {
- Create a ticketCreate a ticket
Function drag
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
d3.behavior.drag = function() {
var event = d3_eventDispatch(drag, "drag", "dragstart", "dragend"), origin = null, mousedown = dragstart(d3_noop, d3.mouse, "mousemove", "mouseup"), touchstart = dragstart(touchid, touchposition, "touchmove", "touchend");
function drag() {
this.on("mousedown.drag", mousedown).on("touchstart.drag", touchstart);
}
- Create a ticketCreate a ticket
Function bind
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function bind(group, groupData) {
var i, n = group.length, m = groupData.length, n0 = Math.min(n, m), updateNodes = new Array(m), enterNodes = new Array(m), exitNodes = new Array(n), node, nodeData;
if (key) {
var nodeByKeyValue = new d3_Map(), dataByKeyValue = new d3_Map(), keyValues = [], keyValue;
for (i = -1; ++i < n; ) {
- Create a ticketCreate a ticket
Function _buildEvents
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_buildEvents: function(){
if (this.isInput) { // single input
this._events = [
[this.element, {
focus: $.proxy(this.show, this),
- Create a ticketCreate a ticket
Function _animate
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_animate: function( toShow, toHide, data ) {
var total, easing, duration,
that = this,
adjust = 0,
boxSizing = toShow.css( "box-sizing" ),
- Create a ticketCreate a ticket
Function start
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
start: function() {
var element, p, co, ch, cw, width, height,
that = $( this ).resizable( "instance" ),
o = that.options,
el = that.element,
- Create a ticketCreate a ticket
Function blind
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var effectBlind = $.effects.effect.blind = function( o, done ) {
// Create element
var el = $( this ),
rvertical = /up|down|vertical/,
rpositivemotion = /up|left|vertical|horizontal/,
- Create a ticketCreate a ticket
Function CodeMirror
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function CodeMirror(place, options) {
var this$1 = this;
if (!(this instanceof CodeMirror)) { return new CodeMirror(place, options) }
- Create a ticketCreate a ticket
Function CodeMirror
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function CodeMirror(place, options) {
var this$1 = this;
if (!(this instanceof CodeMirror)) { return new CodeMirror(place, options) }
- Create a ticketCreate a ticket
Function generate_const
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function generate_const(it, $keyword, $ruleType) {
var out = ' ';
var $lvl = it.level;
var $dataLvl = it.dataLevel;
var $schema = it.schema[$keyword];
- Create a ticketCreate a ticket
Function Datepicker
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var Datepicker = function(element, options){
$(element).data('datepicker', this);
this._process_options(options);
this.dates = new DateArray();
- Create a ticketCreate a ticket
Function _fill_yearsView
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_fill_yearsView: function(selector, cssClass, factor, step, currentYear, startYear, endYear, callback){
var html, view, year, steps, startStep, endStep, thisYear, i, classes, tooltip, before;
html = '';
view = this.picker.find(selector);
- Create a ticketCreate a ticket
Function iterateAndExtend
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function iterateAndExtend(reference, model1, model2, model3, model4,vocabularyReferencekey) {
for (var property in reference) {
let holderModel = model1[property]?model1:(model2[property]?model2:(model3[property]?model3:model4[property]));
if (holderModel && holderModel[property]) {
- Create a ticketCreate a ticket
Method execute
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected BufferedDataTable[] execute(final BufferedDataTable[] inData,
final ExecutionContext exec) throws Exception {
Bfrdb db = null;
- Create a ticketCreate a ticket
Method setValue
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void setValue(Object o, String fieldName, Object oldValue, Object newValue) {
// todo: checken, ob "oldValue = oldValue"?
try {
if (fieldName.indexOf("#") >= 0) { // z.B. '#parameter#elementSet/2'
String fn = fieldName.substring(0, fieldName.indexOf("#"));// "parameter"
- Create a ticketCreate a ticket
Method loadSettingsFrom
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected void loadSettingsFrom( NodeSettingsRO settings, PortObjectSpec[] specs ) {
buildGui();
try {
/*
if (settings.containsKey("DbConfigurationUi")) dbui.setSettings(settings.getConfig("DbConfigurationUi"));
- Create a ticketCreate a ticket
Method execute
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected PortObject[] execute(PortObject[] inObjects, ExecutionContext exec)
throws Exception {
BufferedDataTable table = (BufferedDataTable) inObjects[0];
TableReader reader = new TableReader(table,
- Create a ticketCreate a ticket
Method setValue
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void setValue(Object value) {
String sql = "";
String result = "";
if (value == null) {
this.setText("");
- Create a ticketCreate a ticket
Method getDKValuePlausible
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static void getDKValuePlausible(MyTable myT, Vector<String[]> result, String idConf) {
MyTable[] foreignFields = myT.getForeignFields();
if (foreignFields != null) {
for (int i=0;i<foreignFields.length;i++) {
if (foreignFields[i] != null && foreignFields[i].getTablename().equals("DoubleKennzahlen")) {
- Create a ticketCreate a ticket
Method getViewRepresentation
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public JoinerViewRepresentation getViewRepresentation() {
JoinerViewRepresentation representation;
- Create a ticketCreate a ticket