Showing 1,896 of 2,859 total issues
Function TickProcessor
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
cppEntriesProvider,
separateIc,
callGraphSize,
ignoreUnknown,
stateFilter,
Function runCmd_
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function runCmd_ (cmd, pkg, env, wd, stage, unsafe, uid, gid, cb_) {
Function __init__
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, qualified_target, target_outputs, base_dir, build_dir,
Function _GenerateRulesForMSBuild
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _GenerateRulesForMSBuild(output_dir, options, spec,
Function WriteTarget
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def WriteTarget(namer, qualified_target, target_dicts, build_dir, config_to_use,
Function __init__
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, short_name, description,
Function CallLoadTargetBuildFile
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def CallLoadTargetBuildFile(global_flags,
Function Load
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def Load(build_files, variables, includes, depth, generator_input_info, check,
Function ExecLinkWithManifests
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def ExecLinkWithManifests(self, arch, embed_manifest, out, ldcmd, resname,
Function ExecMidlWrapper
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl,
Function kill
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
ChildProcess.prototype.kill = function(sig) {
var signal;
if (!constants) {
constants = process.binding('constants');
Function sh_load
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function sh_load(language, element, prefix, suffix) {
if (language in sh_requests) {
sh_requests[language].push(element);
return;
}
Function DiffieHellman
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function DiffieHellman(sizeOrKey, keyEncoding, generator, genEncoding) {
if (!(this instanceof DiffieHellman))
return new DiffieHellman(sizeOrKey, keyEncoding, generator, genEncoding);
if (!util.isBuffer(sizeOrKey) &&
Function request
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Client.prototype.request = function(method, path, headers) {
var self = this;
var options = {};
options.host = self.host;
options.port = self.port;
Function removeAllListeners
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function removeAllListeners(type) {
var key, listeners;
if (!this._events)
return this;
Function main
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function main(conf) {
var api = conf.api;
if (api === 'stream' && process.version.match(/^v0\.[0-8]\./)) {
console.error('Crypto streams not available until v0.10');
// use the legacy, just so that we can compare them.
Function http
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Benchmark.prototype.http = function(p, args, cb) {
var self = this;
var wrk = path.resolve(__dirname, '..', 'tools', 'wrk', 'wrk');
var regexp = /Requests\/sec:[ \t]+([0-9\.]+)/;
var spawn = require('child_process').spawn;
Function main
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function main(conf) {
var api = conf.api;
if (api === 'stream' && process.version.match(/^v0\.[0-8]\./)) {
console.error('Crypto streams not available until v0.10');
// use the legacy, just so that we can compare them.
Function init
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function init (args, cb) {
var dir = process.cwd()
log.pause()
npm.spinner.stop()
var initFile = npm.config.get("init-module")
Function out
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var out = results.map(function (res) {
var out = res.cmd
, r = Object.keys(res.hits).map(function (k) {
return k + ":" + res.hits[k]
}).sort(function (a, b) {