onddo/node-jmx

View on GitHub
lib/adapters/javaReflection.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function invokeMethod has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

JavaReflection.prototype.invokeMethod = function(obj, methodName, paramsClass, params, callback) {
  var self = this;

  function getMethod(obj, methodName, paramsClass, callback) {

Severity: Minor
Found in lib/adapters/javaReflection.js - About 1 hr to fix

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

    JavaReflection.prototype.invokeMethod = function(obj, methodName, paramsClass, params, callback) {
    Severity: Minor
    Found in lib/adapters/javaReflection.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status