b39c13a3d3ff05faa48134f5d82e024569d27ac4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method public writeJSONString(object Object, writer Writer, features SerializerFeature...) : void inlined to public writeJSONStringTo(object Object, writer Writer, features SerializerFeature...) : void in class com.alibaba.fastjson.JSON | From | To | |
Inline Method public writeJSONString(object Object, os OutputStream, charset Charset, features SerializerFeature...) : int inlined to public writeJSONString(os OutputStream, object Object, features SerializerFeature...) : int in class com.alibaba.fastjson.JSON | From | To | |
Extract Method | 1 | ||
Extract Method public writeJSONString(writer Writer, object Object, features SerializerFeature...) : void extracted from public writeJSONStringTo(object Object, writer Writer, features SerializerFeature...) : void in class com.alibaba.fastjson.JSON | From | To |