Showing 6,856 of 14,752 total issues
Function token
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
token: function(stream, state) {
var ch, funcName;
if (stream.eatSpace()) {
return null;
}
- Create a ticketCreate a ticket
Function token
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
token: function(stream, state) {
if (!stream.column())
state.context = 0;
if (stream.eatSpace())
- Create a ticketCreate a ticket
Function init
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
ContentEditableInput.prototype.init = function (display) {
var this$1 = this;
var input = this, cm = input.cm;
var div = input.div = display.lineDiv;
- Create a ticketCreate a ticket
Function _getModelHandler
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async _getModelHandler ( modelMetadata, modelId ) {
let O = this;
_log( 'MODAL DETAILS / _getModelHandler' );
let modelHandler = null;
- Create a ticketCreate a ticket
Function _positionDropdown
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
AttachBody.prototype._positionDropdown = function () {
var $window = $(window);
var isCurrentlyAbove = this.$dropdown[0].classList
.contains('select2-dropdown--above');
- Create a ticketCreate a ticket
Function _registerEvents
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Select2.prototype._registerEvents = function () {
var self = this;
this.on('open', function () {
self.$container[0].classList.add('select2-container--open');
- Create a ticketCreate a ticket
Function format
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
d3.format = function(specifier) {
var match = d3_format_re.exec(specifier), fill = match[1] || " ", align = match[2] || ">", sign = match[3] || "", symbol = match[4] || "", zfill = match[5], width = +match[6], comma = match[7], precision = match[8], type = match[9], scale = 1, suffix = "", integer = false;
if (precision) precision = +precision.substring(1);
if (zfill || fill === "0" && align === "=") {
zfill = fill = "0";
- Create a ticketCreate a ticket
Function _registerEvents
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Select2.prototype._registerEvents = function () {
var self = this;
this.on('open', function () {
self.$container.addClass('select2-container--open');
- Create a ticketCreate a ticket
Function d3_interpolateString
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function d3_interpolateString(a, b) {
var m, i, j, s0 = 0, s1 = 0, s = [], q = [], n, o;
a = a + "", b = b + "";
d3_interpolate_number.lastIndex = 0;
for (i = 0; m = d3_interpolate_number.exec(b); ++i) {
- Create a ticketCreate a ticket
Function drawD3Plot
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function drawD3Plot(headless)
{
// the plot element has to be reset because otherwise functionPlot may draw artifacts
if(!headless){
- Create a ticketCreate a ticket
Function resize
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
resize: function() {
var outerDimensions,
that = $(this).resizable( "instance" ),
o = that.options,
cs = that.size,
- Create a ticketCreate a ticket
Function init
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
ContentEditableInput.prototype.init = function (display) {
var this$1 = this;
var input = this, cm = input.cm
var div = input.div = display.lineDiv
- Create a ticketCreate a ticket
Function init
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
ContentEditableInput.prototype.init = function (display) {
var this$1 = this;
var input = this, cm = input.cm
var div = input.div = display.lineDiv
- Create a ticketCreate a ticket
Function 23
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],23:[function(require,module,exports){
'use strict';
module.exports = function generate_enum(it, $keyword, $ruleType) {
var out = ' ';
var $lvl = it.level;
- Create a ticketCreate a ticket
Function traverseAllChildrenImpl
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function traverseAllChildrenImpl(children, nameSoFar, callback, traverseContext) {
var type = typeof children;
if (type === 'undefined' || type === 'boolean') {
// All of the above are perceived as null.
- Create a ticketCreate a ticket
FoodProcessSetting
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class FoodProcessSetting {
private final String PARAM_PROCESSNAME = "processName";
private final String PARAM_DURATION = "duration";
private final String PARAM_NUMBERCOMPUTATIONS = "numberComputations";
/*
- Create a ticketCreate a ticket
MetadataFactory
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public interface MetadataFactory extends EFactory {
/**
* The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- Create a ticketCreate a ticket
PopulationGroupImpl
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public class PopulationGroupImpl extends MinimalEObjectImpl.Container implements PopulationGroup {
/**
* The default value of the '{@link #getPopulationName() <em>Population Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- Create a ticketCreate a ticket
ModelPlotterViewConfig
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
final class ModelPlotterViewConfig {
static final String CHART_TITLE = "chartTitle";
static final String FUNCTION = "function";
- Create a ticketCreate a ticket
GenericModelDataBackground
has 23 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 GenericModelDataBackground {
@SerializedName("study")
private Study study = null;
- Create a ticketCreate a ticket