0f6fda0d302dfb4abe4c7a678c72ef704be9af75
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public toJSONString(object Object, config SerializeConfig, filters SerializeFilter[], defaultFeatures int, features SerializerFeature...) : String extracted from public toJSONStringZ(object Object, mapping SerializeConfig, features SerializerFeature...) : String in class com.alibaba.fastjson.JSON | From | To | |
Extract Method public toJSONString(object Object, config SerializeConfig, filters SerializeFilter[], defaultFeatures int, features SerializerFeature...) : String extracted from public toJSONString(object Object, filters SerializeFilter[], features SerializerFeature...) : String in class com.alibaba.fastjson.JSON | From | To | |
Extract Method public toJSONString(object Object, config SerializeConfig, filters SerializeFilter[], defaultFeatures int, features SerializerFeature...) : String extracted from public toJSONString(object Object, config SerializeConfig, filters SerializeFilter[], features SerializerFeature...) : String in class com.alibaba.fastjson.JSON | From | To | |
Rename Parameter | 1 | ||
Rename Parameter mapping : SerializeConfig to config : SerializeConfig in method public toJSONString(object Object, config SerializeConfig, filters SerializeFilter[], defaultFeatures int, features SerializerFeature...) : String in class com.alibaba.fastjson.JSON | From | To |