8f39a00cae80d7b8941fed7b51a6b4d16d2e2fed
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 1 | ||
| Merge Attribute [parserConfig : ParserConfig, featureValues : int] to fastJsonConfig : FastJsonConfig in class com.alibaba.fastjson.support.retrofit.Retrofit2ConverterFactory | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Converter<?,RequestBody> to Converter<Object,RequestBody> in method public requestBodyConverter(type Type, parameterAnnotations Annotation[], methodAnnotations Annotation[], retrofit Retrofit) : Converter<Object,RequestBody> in class com.alibaba.fastjson.support.retrofit.Retrofit2ConverterFactory | From | To | |
| Change Return Type Converter<ResponseBody,?> to Converter<ResponseBody,Object> in method public responseBodyConverter(type Type, annotations Annotation[], retrofit Retrofit) : Converter<ResponseBody,Object> in class com.alibaba.fastjson.support.retrofit.Retrofit2ConverterFactory | From | To |