f5cf23e2244b2eb7d19be4da0d16b7bf7ef60c58
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable bytesLength : int to position : int in method public encode(chars char[], off int, len int) : byte[] in class com.alibaba.fastjson.serializer.SerialWriterStringEncoder | From | To | |
Inline Method | 2 | ||
Inline Method private scale(len int, expansionFactor float) : int inlined to public encode(chars char[], off int, len int) : byte[] in class com.alibaba.fastjson.serializer.SerialWriterStringEncoder | From | To | |
Inline Method public encode(chars char[], off int, len int, bytes byte[]) : byte[] inlined to public encode(chars char[], off int, len int) : byte[] in class com.alibaba.fastjson.serializer.SerialWriterStringEncoder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type bytesBufLocal : ThreadLocal<SoftReference<byte[]>> to bytesBufLocal : ThreadLocal<byte[]> in class com.alibaba.fastjson.serializer.SerialWriterStringEncoder | From | To |