cloudfoundry/cloud_controller_ng

View on GitHub
lib/services/sso/uaa/uaa_client_manager.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method modify_transaction has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def modify_transaction(changeset)
      return if changeset.empty?

      uri          = URI("#{uaa_target}/oauth/clients/tx/modify")
      request_body = batch_request(changeset)
Severity: Minor
Found in lib/services/sso/uaa/uaa_client_manager.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status