tewarid/node-udp-forwarder

View on GitHub

Showing 1 of 1 total issue

Function initializeSource has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

UdpForwarder.prototype.initializeSource = function() {
    var self = this;
    self.evaluateSourceOptions();
    self.messageAdapter = self.options.messageAdapter || defaultMessageAdapter;
    self.source = dgram.createSocket(self.protocol);
Severity: Minor
Found in udp-forwarder.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language