Showing 6,856 of 14,752 total issues
Function tokenBase
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase(stream, state) {
var ch = stream.next();
if (ch == '"' || ch == "'") {
state.tokenize = tokenString(ch);
- Create a ticketCreate a ticket
Function tokenBase
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase(stream, state) {
var ch;
// get next character
ch = stream.next();
- Create a ticketCreate a ticket
Function d3_scale_log
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function d3_scale_log(linear, base, positive, domain) {
function log(x) {
return (positive ? Math.log(x < 0 ? 0 : x) : -Math.log(x > 0 ? 0 : -x)) / Math.log(base);
}
function pow(x) {
- Create a ticketCreate a ticket
Function clipLine
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function clipLine(listener) {
var point0, c0, v0, v00, clean;
return {
lineStart: function() {
v00 = v0 = false;
- Create a ticketCreate a ticket
Function drag
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
drag: function( event, ui, inst ) {
var ts, bs, ls, rs, l, r, t, b, i, first,
o = inst.options,
d = o.snapTolerance,
- Create a ticketCreate a ticket
Function explode
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var effectExplode = $.effects.effect.explode = function( o, done ) {
var rows = o.pieces ? Math.round( Math.sqrt( o.pieces ) ) : 3,
cells = rows,
el = $( this ),
- Create a ticketCreate a ticket
Function change_parameters
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function change_parameters(name) {
$("#formula, #boundary_conditions").change(function() {
if($("#formula").val() === ''){
$("#formula").val($("#formula").data('value'));
$("#boundary_conditions").val($("#boundary_conditions").data('value'));
- Create a ticketCreate a ticket
Function buildToken
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function buildToken(builder, text, style, startStyle, endStyle, title, css) {
if (!text) { return }
var displayText = builder.splitSpaces ? splitSpaces(text, builder.trailingSpace) : text
var special = builder.cm.state.specialChars, mustWrap = false
var content
- Create a ticketCreate a ticket
Function init
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
TextareaInput.prototype.init = function (display) {
var this$1 = this;
var input = this, cm = this.cm
this.createField(display)
- Create a ticketCreate a ticket
Function init
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
TextareaInput.prototype.init = function (display) {
var this$1 = this;
var input = this, cm = this.cm
this.createField(display)
- Create a ticketCreate a ticket
Function buildToken
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function buildToken(builder, text, style, startStyle, endStyle, title, css) {
if (!text) { return }
var displayText = builder.splitSpaces ? splitSpaces(text, builder.trailingSpace) : text
var special = builder.cm.state.specialChars, mustWrap = false
var content
- Create a ticketCreate a ticket
Function 2
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],2:[function(require,module,exports){
'use strict';
var MissingRefError = require('./error_classes').MissingRef;
- Create a ticketCreate a ticket
Function createHybridWrapper
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function createHybridWrapper(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) {
var isAry = bitmask & ARY_FLAG,
isBind = bitmask & BIND_FLAG,
isBindKey = bitmask & BIND_KEY_FLAG,
isCurry = bitmask & CURRY_FLAG,
- Create a ticketCreate a ticket
File PlausibleDialog4Krise.java
has 264 lines of code (exceeds 250 allowed). Consider refactoring. Open
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
- Create a ticketCreate a ticket
MyChartDialog
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class MyChartDialog extends JDialog {
/**
*
*/
- Create a ticketCreate a ticket
Product
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public interface Product extends EObject {
/**
* Returns the value of the '<em><b>Product Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- Create a ticketCreate a ticket
ConsumptionModelScope
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 ConsumptionModelScope {
@SerializedName("product")
private List<Product> product = new ArrayList<Product>();
- Create a ticketCreate a ticket
HealthModelScope
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 HealthModelScope {
@SerializedName("hazard")
private List<Hazard> hazard = new ArrayList<Hazard>();
- Create a ticketCreate a ticket
Exposure
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 Exposure {
@SerializedName("treatment")
private List<String> treatment = null;
- Create a ticketCreate a ticket
ToxicologicalModelScope
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 ToxicologicalModelScope {
@SerializedName("hazard")
private List<Hazard> hazard = null;
- Create a ticketCreate a ticket