bbaa4c344f8b1e8ddb507ee8c57077002a33f4af
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable httpClientA : val to httpClient : val in method package shouldUseHttpClientInstanceIfSupplierIsNotAvailable() : void in class org.asynchttpclient.extras.retrofit.AsyncHttpClientCallFactoryTest | From | To | |
Move Attribute | 2 | ||
Move Attribute package httpClient : AsyncHttpClient from class org.asynchttpclient.extras.retrofit.AsyncHttpClientCall to private httpClient : AsyncHttpClient from class org.asynchttpclient.extras.retrofit.AsyncHttpClientCallTest | From | To | |
Move Attribute package httpClient : AsyncHttpClient from class org.asynchttpclient.extras.retrofit.AsyncHttpClientCallFactory to private httpClient : AsyncHttpClient from class org.asynchttpclient.extras.retrofit.AsyncHttpClientCallTest | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute httpClient : val to httpClientSupplier : Supplier<AsyncHttpClient> in method package dataProviderFirst() : Object[][] in class org.asynchttpclient.extras.retrofit.AsyncHttpClientCallTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type httpClient : val to httpClientSupplier : Supplier<AsyncHttpClient> in method package dataProviderFirst() : Object[][] in class org.asynchttpclient.extras.retrofit.AsyncHttpClientCallTest | From | To |