|
Move Method public clearBytes() : void from class com.alibaba.fastjson.util.ThreadLocalCache to public clearBytes() : void from class com.alibaba.fastjson.serializer.SerialWriterStringEncoder |
From |
To |
|
Move Method private allocateBytes(length int) : byte[] from class com.alibaba.fastjson.util.ThreadLocalCache to private allocateBytes(length int) : byte[] from class com.alibaba.fastjson.serializer.SerialWriterStringEncoder |
From |
To |
|
Move Method public getChars(length int) : char[] from class com.alibaba.fastjson.util.ThreadLocalCache to public getChars(length int) : char[] from class com.alibaba.fastjson.util.IOUtils |
From |
To |
|
Move Method public getUTF8Decoder() : CharsetDecoder from class com.alibaba.fastjson.util.ThreadLocalCache to public getUTF8Decoder() : CharsetDecoder from class com.alibaba.fastjson.util.IOUtils |
From |
To |
|
Move Method public getBytes(length int) : byte[] from class com.alibaba.fastjson.util.ThreadLocalCache to public getBytes(length int) : byte[] from class com.alibaba.fastjson.serializer.SerialWriterStringEncoder |
From |
To |
|
Move Method private allocate(length int) : char[] from class com.alibaba.fastjson.util.ThreadLocalCache to private allocate(length int) : char[] from class com.alibaba.fastjson.util.IOUtils |
From |
To |
|
Move Method public clearChars() : void from class com.alibaba.fastjson.util.ThreadLocalCache to public clearChars() : void from class com.alibaba.fastjson.util.IOUtils |
From |
To |
|
Inline Method package updatePositions(src Buffer, sp int, dst Buffer, dp int) : void inlined to private malformed(src ByteBuffer, sp int, dst CharBuffer, dp int, nb int) : CoderResult in class com.alibaba.fastjson.util.UTF8Decoder |
From |
To |
|
Inline Method private isNotContinuation(b int) : boolean inlined to public malformedN(src ByteBuffer, nb int) : CoderResult in class com.alibaba.fastjson.util.UTF8Decoder |
From |
To |
|
Inline Method public getPath() : String inlined to public toString() : String in class com.alibaba.fastjson.parser.ParseContext |
From |
To |
|
Inline Method package updatePositions(src Buffer, sp int, dst Buffer, dp int) : void inlined to private xflow(src Buffer, sp int, sl int, dst Buffer, dp int, nb int) : CoderResult in class com.alibaba.fastjson.util.UTF8Decoder |
From |
To |
|
Inline Method private decodeArrayLoop(src ByteBuffer, dst CharBuffer) : CoderResult inlined to protected decodeLoop(src ByteBuffer, dst CharBuffer) : CoderResult in class com.alibaba.fastjson.util.UTF8Decoder |
From |
To |
|
Inline Method private lookupN(src ByteBuffer, n int) : CoderResult inlined to public malformedN(src ByteBuffer, nb int) : CoderResult in class com.alibaba.fastjson.util.UTF8Decoder |
From |
To |