rubyjedi/soap4r

View on GitHub
lib/soap/rpc/httpserver.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method add_rpc_request_operation has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

  def add_rpc_request_operation(factory, qname, soapaction, name, param_def, opt = {})
Severity: Minor
Found in lib/soap/rpc/httpserver.rb - About 45 mins to fix

    Method add_rpc_operation has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def add_rpc_operation(receiver, qname, soapaction, name, param_def, opt = {})
    Severity: Minor
    Found in lib/soap/rpc/httpserver.rb - About 45 mins to fix

      Method add_document_method has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

        def add_document_method(obj, soapaction, name, req_qnames, res_qnames)
      Severity: Minor
      Found in lib/soap/rpc/httpserver.rb - About 35 mins to fix

        Method add_document_request_operation has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

          def add_document_request_operation(factory, soapaction, name, param_def, opt = {})
        Severity: Minor
        Found in lib/soap/rpc/httpserver.rb - About 35 mins to fix

          Method add_document_operation has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

            def add_document_operation(receiver, soapaction, name, param_def, opt = {})
          Severity: Minor
          Found in lib/soap/rpc/httpserver.rb - About 35 mins to fix

            There are no issues that match your filters.

            Category
            Status