Showing 4,708 of 4,708 total issues
Identical blocks of code found in 2 locations. Consider refactoring. Open
if(job_queue.length!==0) { var assigned_node = node_queue.pop(); var assigned_hostname = assigned_node.hostname;
- Read upRead up
Identical blocks of code found in 2 locations. Consider refactoring. Open
if(job_queue.length!==0) { var assigned_node = node_queue.pop(); var assigned_hostname = assigned_node.hostname; var assigned_port = assigned_node.port;
- Read upRead up
Identical blocks of code found in 2 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 2 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 2 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 2 locations. Consider refactoring. Open
- Read upRead up
File load_balancerTest.js
has 386 lines of code (exceeds 250 allowed). Consider refactoring. Open
const chai = require('chai');const dirtyChai = require('dirty-chai');const request = require('request');const nock = require('nock');const dns = require('dns');
Identical blocks of code found in 4 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 4 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 4 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 4 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 4 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 4 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 4 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 4 locations. Consider refactoring. Open
- Read upRead up
Function exports
has 112 lines of code (exceeds 25 allowed). Consider refactoring. Open
module.exports = function(socket){ if(socket.handshake.session.key)
File main_server.js
has 329 lines of code (exceeds 250 allowed). Consider refactoring. Open
/* eslint import/no-dynamic-require: 0 */var fs = require('fs');var express = require('express');var path = require('path');var app = express();
Identical blocks of code found in 2 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 2 locations. Consider refactoring. Open
- Read upRead up
Identical blocks of code found in 2 locations. Consider refactoring. Open
- Read upRead up