9e479481ccccfad60007d1ccecd959ce5fc2bd4f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type clazz : Class to clazz : Class<?> in method protected supports(clazz Class<?>) : boolean in class org.springframework.cloud.netflix.feign.support.SpringEncoderTests.Application.MyHttpMessageConverter | From | To | |
Change Parameter Type clazz : Class to clazz : Class<?> in method protected readInternal(clazz Class<?>, inputMessage HttpInputMessage) : Object in class org.springframework.cloud.netflix.feign.support.SpringEncoderTests.Application.MyHttpMessageConverter | From | To | |
Change Parameter Type contextClass : Class to contextClass : Class<?> in method public read(type Type, contextClass Class<?>, inputMessage HttpInputMessage) : Object in class org.springframework.cloud.netflix.feign.support.SpringEncoderTests.Application.MyHttpMessageConverter | From | To | |
Change Return Type | 1 | ||
Change Return Type HttpMessageConverter to HttpMessageConverter<?> in method package myHttpMessageConverter() : HttpMessageConverter<?> in class org.springframework.cloud.netflix.feign.support.SpringEncoderTests.Application | From | To | |
Extract Variable | 1 | ||
Extract Variable requestParam : RequestParam in method public processArgument(context AnnotatedParameterContext, annotation Annotation) : boolean from class org.springframework.cloud.netflix.feign.annotation.RequestParamParameterProcessor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type myConverter : HttpMessageConverter to myConverter : HttpMessageConverter<?> in class org.springframework.cloud.netflix.feign.support.SpringEncoderTests | From | To |