Showing 6,856 of 14,752 total issues
Function option
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Results.prototype.option = function (data) {
var option = document.createElement('li');
option.classList.add('select2-results__option');
option.classList.add('select2-results__option--selectable');
- Create a ticketCreate a ticket
Function hierarchy
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
d3.layout.hierarchy = function() {
var sort = d3_layout_hierarchySort, children = d3_layout_hierarchyChildren, value = d3_layout_hierarchyValue;
function recurse(node, depth, nodes) {
var childs = children.call(hierarchy, node, depth);
node.depth = depth;
- Create a ticketCreate a ticket
Function _generateMonthYearHeader
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_generateMonthYearHeader: function(inst, drawMonth, drawYear, minDate, maxDate,
secondary, monthNames, monthNamesShort) {
var inMinYear, inMaxYear, month, years, thisYear, determineYear, year, endYear,
changeMonth = this._get(inst, "changeMonth"),
- Create a ticketCreate a ticket
Function _setContainment
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_setContainment: function() {
var isUserScrollable, c, ce,
o = this.options,
document = this.document[ 0 ];
- Create a ticketCreate a ticket
Function createWrapper
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
createWrapper: function( element ) {
// if the element is already wrapped, return it
if ( element.parent().is( ".ui-effects-wrapper" )) {
return element.parent();
- Create a ticketCreate a ticket
Function regChange
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function regChange(cm, from, to, lendiff) {
if (from == null) { from = cm.doc.first }
if (to == null) { to = cm.doc.first + cm.doc.size }
if (!lendiff) { lendiff = 0 }
- Create a ticketCreate a ticket
Function tokenBase
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase(stream, state) {
curPunc = null;
var ch = stream.next();
if (ch == "#") {
stream.skipToEnd();
- Create a ticketCreate a ticket
Function create_body2
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function create_body2() {
let body = `
<div class="container">
<form class="form-horizontal">
- Create a ticketCreate a ticket
Function regChange
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function regChange(cm, from, to, lendiff) {
if (from == null) { from = cm.doc.first }
if (to == null) { to = cm.doc.first + cm.doc.size }
if (!lendiff) { lendiff = 0 }
- Create a ticketCreate a ticket
Function from
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Array.from = (function() {
var toStr = Object.prototype.toString;
var isCallable = function(fn) {
return typeof fn === 'function'
|| toStr.call(fn) === '[object Function]';
- Create a ticketCreate a ticket
Function tokenBase
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenBase(stream, state) {
curPunc = null;
var ch = stream.next();
if (ch == "#") {
stream.skipToEnd();
- Create a ticketCreate a ticket
Method retrievePopulationGroup
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static PopulationGroup retrievePopulationGroup(Row row, Map<String, Integer> columns) {
// Check mandatory properties
Cell nameCell = row.getCell(columns.get("name"));
if (nameCell.getCellTypeEnum() != CellType.STRING) {
- Create a ticketCreate a ticket
Method createMainComponent
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private JComponent createMainComponent() {
if (set.isStandardVisibleColumns()) {
set.setVisibleColumns(reader.getStandardVisibleColumns());
}
- Create a ticketCreate a ticket
Method actionPerformed
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public void actionPerformed(ActionEvent e) {
if (e.getSource() == computeButton) {
UnitDefinition unit = new UnitDefinition(idField.getText().trim(),
LEVEL, VERSION);
- Create a ticketCreate a ticket
Method flush16le
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void flush16le() throws UnsupportedEncodingException, FileNotFoundException, IOException, PmmException {
StringBuffer buf = new StringBuffer();
for (PmmTimeSeries candidate : buffer) {
String organism = "";
String matrix = "";
- Create a ticketCreate a ticket
Method parse
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static OneStepTertiaryModel parse(List<List<KnimeTuple>> tupleList, boolean isPMFX, String mdName,
int mdNum, Metadata metadata, String notes) {
final String modelExtension = isPMFX ? "pmf" : "sbml";
- Create a ticketCreate a ticket
Method initComponents
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void initComponents() {
// JFormDesigner - Component initialization - DO NOT MODIFY //GEN-BEGIN:initComponents
ResourceBundle bundle = ResourceBundle.getBundle("org.hsh.bfr.db.gui.PanelProps");
dialogPane = new JPanel();
contentPanel = new JPanel();
- Create a ticketCreate a ticket
Method execute
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected PortObject[] execute(PortObject[] inObjects, ExecutionContext exec) throws Exception {
exec.setMessage("Creating virtual workflow");
// Get current node context and workflow
NodeContext nodeContext = NodeContext.getContext();
- Create a ticketCreate a ticket
Method execute
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected PortObject[] execute(PortObject[] inObjects, ExecutionContext exec) throws Exception {
exec.setMessage("Creating virtual workflow");
// Get current node context and workflow
NodeContext nodeContext = NodeContext.getContext();
- Create a ticketCreate a ticket
Function wellKnownWords
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var wellKnownWords = (function() {
var wkw = {};
function setType(t) {
return function () {
for (var i = 0; i < arguments.length; i++)
- Create a ticketCreate a ticket