Kynetics/uf-android-client

View on GitHub
uf-ddiclient/src/main/java/com/kynetics/uf/ddiclient/UpdateFactoryAuthenticationRequestInterceptor.kt

Summary

Maintainability
A
1 hr
Test Coverage

Method intercept has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Throws(IOException::class)
    override fun intercept(chain: Interceptor.Chain): Response {
        val originalRequest = chain.request()
        val builder = originalRequest.newBuilder()
        val isConfigDataRequest = originalRequest.url.toString().endsWith(CONFIG_DATA_ACTION)

    There are no issues that match your filters.

    Category
    Status