9875a16f4ad3117904dde1c5a5ce3d08de7d1009
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type method : String to method : HttpMethod in method package Request(method HttpMethod, url String, headers Map<String,Collection<String>>, body byte[], charset Charset) in class feign.Request | From | To | |
Change Parameter Type method : String to httpMethod : HttpMethod in method public create(httpMethod HttpMethod, url String, headers Map<String,Collection<String>>, body byte[], charset Charset) : Request in class feign.Request | From | To | |
Change Return Type | 1 | ||
Change Return Type Response to boolean in method public query_feignUsingOkHttp() : boolean in class feign.benchmark.RealRequestBenchmarks | From | To | |
Rename Attribute | 1 | ||
Rename Attribute method : String to httpMethod : HttpMethod in class feign.Request | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type method : String to httpMethod : HttpMethod in class feign.Request | From | To | |
Extract Method | 1 | ||
Extract Method public create(httpMethod HttpMethod, url String, headers Map<String,Collection<String>>, body byte[], charset Charset) : Request extracted from public create(method String, url String, headers Map<String,Collection<String>>, body byte[], charset Charset) : Request in class feign.Request | From | To | |
Rename Parameter | 2 | ||
Rename Parameter method : String to httpMethod : HttpMethod in method public create(httpMethod HttpMethod, url String, headers Map<String,Collection<String>>, body byte[], charset Charset) : Request in class feign.Request | From | To | |
Rename Parameter input : Response to response : Response in method private toFeignResponse(response Response, request feign.Request) : feign.Response in class feign.okhttp.OkHttpClient | From | To |