4da6d5cad674e4eeae5b56035ac1f94992499449
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public charset() : Charset renamed to public requestCharset() : Charset in class feign.RequestTemplate | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type body : byte[] to body : Body in method package Request(method HttpMethod, url String, headers Map<String,Collection<String>>, body Body) in class feign.Request | From | To | |
Change Parameter Type body : byte[] to body : Request.Body in method private RequestTemplate(target String, uriTemplate UriTemplate, method HttpMethod, charset Charset, body Request.Body, decodeSlash boolean, collectionFormat CollectionFormat) in class feign.RequestTemplate | From | To | |
Move Attribute | 1 | ||
Move Attribute private bodyTemplate : BodyTemplate from class feign.RequestTemplate to private bodyTemplate : BodyTemplate from class feign.Request.Body | From | To | |
Extract Method | 2 | ||
Extract Method public body(body Request.Body) : RequestTemplate extracted from public body(bodyData byte[], charset Charset) : RequestTemplate in class feign.RequestTemplate | From | To | |
Extract Method public create(httpMethod HttpMethod, url String, headers Map<String,Collection<String>>, body Body) : Request extracted from public create(httpMethod HttpMethod, url String, headers Map<String,Collection<String>>, body byte[], charset Charset) : Request in class feign.Request | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type body : byte[] to body : Request.Body in class feign.RequestTemplate | From | To | |
Change Attribute Type body : byte[] to body : Body in class feign.Request | From | To |