zuazo/node-jmx

View on GitHub
lib/client.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Client has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

function Client(serviceOrHost, port, protocol, urlPath, username, password) {
Severity: Minor
Found in lib/client.js - About 45 mins to fix

    Function setAttribute has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    Client.prototype.setAttribute = function(mbean, attribute, value, classNameOrCallback, callback) {
    Severity: Minor
    Found in lib/client.js - About 35 mins to fix

      Function invoke has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      Client.prototype.invoke = function(mbean, methodName, params, signatureOrCallback, callback) {
      Severity: Minor
      Found in lib/client.js - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status