c782778bcacad0917e58e6a643ab4e56e2672fd9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 3 | ||
| Extract Method public toJSONBytes(object Object, defaultFeatures int, features SerializerFeature...) : byte[] extracted from public toJSONBytes(object Object, features SerializerFeature...) : byte[] in class com.alibaba.fastjson.JSON | From | To | |
| Extract Method public toJSONBytes(object Object, config SerializeConfig, defaultFeatures int, features SerializerFeature...) : byte[] extracted from public toJSONBytes(object Object, config SerializeConfig, features SerializerFeature...) : byte[] in class com.alibaba.fastjson.JSON | From | To | |
| Extract Method public writeJSONString(object Object, writer Writer, defaultFeatures int, features SerializerFeature...) : void extracted from public writeJSONString(object Object, writer Writer, features SerializerFeature...) : void in class com.alibaba.fastjson.JSON | From | To |