josephholsten/rets4r

View on GitHub
lib/rets4r/auth.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method calculate_digest has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def self.calculate_digest(username, password, realm, nonce, method, uri, qop = false, cnonce = false, nc = 0) # :nodoc:
Severity: Major
Found in lib/rets4r/auth.rb - About 1 hr to fix

    Method authenticate has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def self.authenticate(response, username, password, uri, method, requestId, useragent, nc = 0) # :nodoc:
    Severity: Major
    Found in lib/rets4r/auth.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status