atsid/circuits-js

View on GitHub

Showing 23 of 90 total issues

Function constructor has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        constructor: function (config) {
            var path = config && config.path,
                loud = config && config.loud,
                altSeparator = config && config.altSeparator,
                synchronous = config && config.synchronous;
Severity: Minor
Found in js/AmdResolver.js - About 1 hr to fix

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

            getPhaseChains: function (serviceName, methodName, factoryPlugins, servicePlugins, invokePlugins) {
    Severity: Minor
    Found in js/PluginMatcher.js - About 35 mins to fix

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

                          wrapperMethod : function (myarg1, myarg2, myarg3, myarg4, standardCall) {
      Severity: Minor
      Found in test/TestServiceCallWrapperPlugin.js - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language