Showing 2,859 of 2,859 total issues
Function vel_step
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function vel_step(u, v, u0, v0, dt)
Function lin_solve
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function lin_solve(b, x, x0, a, c)
Function dens_step
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function dens_step(x, x0, u, v, dt)
Function TaskControlBlock
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function TaskControlBlock(link, id, priority, queue, task) {
Function sc_vectorCopyBang
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function sc_vectorCopyBang(target, tstart, source, sstart, send) {
Function ScaleConstraint
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function ScaleConstraint(src, scale, offset, dest, strength) {
Function diffuse2
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function diffuse2(x, x0, y, y0, dt)
Function processCodeCreateEvent
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
var processCodeCreateEvent = function(type, kind, address, size, name) {
Function runPackageLifecycle
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function runPackageLifecycle (pkg, env, wd, unsafe, cb) {
Function runHookLifecycle
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function runHookLifecycle (pkg, env, wd, unsafe, cb) {
Function link
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function link (from, to, gently, abs, cb) {
Function publish_
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function publish_ (arg, data, isRetry, cachedir, cb) {
Function DrawBar
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function DrawBar(row, color, start, end, width) {
Function DrawHalfBar
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function DrawHalfBar(row, color, start, end, width) {
Function outdated_
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function outdated_ (args, dir, parentHas, depth, cb) {
Function run
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function run (pkg, wd, cmd, args, cb) {
Function pack
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function pack (tarball, folder, pkg, dfc, cb) {
Function bfsify
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function bfsify (root, args, current, queue, seen) {
Function add
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
cache.add = function (pkg, ver, where, scrub, cb) {
Function TextWrap
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def TextWrap(text, length=None, indent='', firstline_indent=None, tabs=' '):