38e25f390f93d133aab2d21f43769ee57d1b1778
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable mapping : RequestMapping to methodMapping : RequestMapping in method protected processAnnotationOnMethod(data MethodMetadata, methodAnnotation Annotation, method Method) : void in class org.springframework.cloud.netflix.feign.support.SpringMvcContract | From | To | |
| Change Return Type | 2 | ||
| Change Return Type SpringEncoder to Encoder in method public feignEncoder() : Encoder in class org.springframework.cloud.netflix.feign.FeignClientsConfiguration | From | To | |
| Change Return Type SpringDecoder to Decoder in method public feignDecoder() : Decoder in class org.springframework.cloud.netflix.feign.FeignClientsConfiguration | From | To | |
| Inline Variable | 1 | ||
| Inline Variable methodAnnotationValue : String in method protected processAnnotationOnMethod(data MethodMetadata, methodAnnotation Annotation, method Method) : void from class org.springframework.cloud.netflix.feign.support.SpringMvcContract | From | To | |
| Extract Method | 3 | ||
| Extract Method private parseProduces(md MethodMetadata, method Method, annotation RequestMapping) : void extracted from protected processAnnotationOnMethod(data MethodMetadata, methodAnnotation Annotation, method Method) : void in class org.springframework.cloud.netflix.feign.support.SpringMvcContract | From | To | |
| Extract Method private parseConsumes(md MethodMetadata, method Method, annotation RequestMapping) : void extracted from protected processAnnotationOnMethod(data MethodMetadata, methodAnnotation Annotation, method Method) : void in class org.springframework.cloud.netflix.feign.support.SpringMvcContract | From | To | |
| Extract Method private parseHeaders(md MethodMetadata, method Method, annotation RequestMapping) : void extracted from protected processAnnotationOnMethod(data MethodMetadata, methodAnnotation Annotation, method Method) : void in class org.springframework.cloud.netflix.feign.support.SpringMvcContract | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter data : MethodMetadata to md : MethodMetadata in method private parseHeaders(md MethodMetadata, method Method, annotation RequestMapping) : void in class org.springframework.cloud.netflix.feign.support.SpringMvcContract | From | To | |
| Rename Parameter data : MethodMetadata to md : MethodMetadata in method private parseProduces(md MethodMetadata, method Method, annotation RequestMapping) : void in class org.springframework.cloud.netflix.feign.support.SpringMvcContract | From | To | |
| Rename Parameter data : MethodMetadata to md : MethodMetadata in method private parseConsumes(md MethodMetadata, method Method, annotation RequestMapping) : void in class org.springframework.cloud.netflix.feign.support.SpringMvcContract | From | To |