betajs/betajs-debug

View on GitHub
src/debug/hooks.js

Summary

Maintainability
A
1 hr
Test Coverage

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

        hookPrototypeMethod: function (method, cls, beginCallback, endCallback, callbackContext) {
Severity: Minor
Found in src/debug/hooks.js - About 35 mins to fix

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

            hookMethod: function (method, context, beginCallback, endCallback, callbackContext) {
    Severity: Minor
    Found in src/debug/hooks.js - About 35 mins to fix

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

              hookMethodsArray: function (methods, context, beginCallback, endCallback, callbackContext) {
      Severity: Minor
      Found in src/debug/hooks.js - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status