Showing 836 of 1,675 total issues
Function render
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
'render': function(type, pos, width, height, canvas){
Function render
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
'render': function(type, pos, width, height, canvas){
Function color
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
'color': function(elem, prop, delta, getter, setter) {
Function design
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function design(graph, node, prop, config, orn) {
Function array-number
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
'array-number': function(elem, prop, delta, getter, setter) {
Function getDataInternal
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
var getDataInternal = function(prefix, prop, type, force, prefixConfig) {
Function eachLevel
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
eachLevel: function(node, levelBegin, levelEnd, action, flags) {
Function stripify
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
stripify: function(tail, initElem, w, coord, prop) {
Function moebiusTransformation
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Graph.Util.moebiusTransformation = function(graph, pos, prop, startPos, flags) {
Function _applyStyles
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
_applyStyles = function(parent, node, style, dimensions, uiComponent) {
Function registerConnection
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
registerConnection = function(otherIndex, otherEndpoint, otherAnchor, elId, c) {
Function redraw
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.redraw = function(elementId, ui, timestamp, offsetToUI, clearEdits) {
Function _anchorSelector
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
_anchorSelector = params.selector || function(xy, wh, txy, twh, anchors) {
Function _distance
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
_distance = function(anchor, cx, cy, xy, wh) {
Function orthogonal
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
orthogonal : function(axis, startStub, otherStartStub, endStub, otherEndStub) {
Function clampToGrid
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
clampToGrid : function(x, y, grid, dontClampX, dontClampY) {
Function perpendicular
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
perpendicular : function(axis, ss, oss, es, oes) {
Function getVml
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.getVml = function(d, atts, anchor, parent, _jsPlumb) { return _node("rect", d, atts, parent, _jsPlumb); };
Function getVml
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.getVml = function(d, atts, anchor, parent, _jsPlumb) { return _node("oval", d, atts, parent, _jsPlumb); };
Function isDropAllowed
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
this.isDropAllowed = function(sourceId, targetId, scope, connection, dropEndpoint) {