75a9e5c2b78b8e7396b3855c9d3244762b734399
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 40
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 16 | ||
| Rename Method private checkVarInt_bufferSize(v int, offset int, bufferSize int) : void renamed to private checkVInt_bufferSize(v int, offset int, bufferSize int) : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method public testPutVar64() : void renamed to public testPutVLong() : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method public readVarInt_errorCase() : void renamed to public readVInt_errorCase() : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method private checkSVarInt(v int, offset int) : void renamed to private checkSVInt(v int, offset int) : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method public readVarLong_errorCase() : void renamed to public readVLong_errorCase() : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method public testPutSVarLong() : void renamed to public testPutSVLong() : void in class com.navercorp.pinpoint.common.buffer.AutomaticBufferTest | From | To | |
| Rename Method public find_SVarLong_errorCode() : void renamed to public find_SVLong_errorCode() : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method public testPutVarInt() : void renamed to public testPutVInt() : void in class com.navercorp.pinpoint.common.buffer.AutomaticBufferTest | From | To | |
| Rename Method private checkVarInt(v int, offset int) : void renamed to private checkVInt(v int, offset int) : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method public testPutSVar32() : void renamed to public testPutSVInt() : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method public testPutVarLong() : void renamed to public testPutVLong() : void in class com.navercorp.pinpoint.common.buffer.AutomaticBufferTest | From | To | |
| Rename Method private checkVarLong_bufferSize(v long, bufferSize int) : void renamed to private checkVLong_bufferSize(v long, bufferSize int) : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method public testPutVar32() : void renamed to public testPutVInt() : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method public find_SVarInt_errorCode() : void renamed to public find_SVInt_errorCode() : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method private checkVarLong(v long) : void renamed to private checkVLong(v long) : void in class com.navercorp.pinpoint.common.buffer.FixedBufferTest | From | To | |
| Rename Method public testPutSVarInt() : void renamed to public testPutSVInt() : void in class com.navercorp.pinpoint.common.buffer.AutomaticBufferTest | From | To | |
| Extract Method | 25 | ||
| Extract Method public putByte(v byte) : void extracted from public put(v byte) : void in class com.navercorp.pinpoint.common.buffer.AutomaticBuffer | From | To | |
| Extract Method public putVLong(v long) : void extracted from public putVar(v long) : void in class com.navercorp.pinpoint.common.buffer.AutomaticBuffer | From | To | |
| Extract Method public putVInt(v int) : void extracted from public putVar(v int) : void in class com.navercorp.pinpoint.common.buffer.AutomaticBuffer | From | To | |
| Extract Method public putShort(v short) : void extracted from public put(v short) : void in class com.navercorp.pinpoint.common.buffer.AutomaticBuffer | From | To | |
| Extract Method public putLong(v long) : void extracted from public put(v long) : void in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public putBoolean(v boolean) : void extracted from public put(v boolean) : void in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public readVLong() : long extracted from public readVarLong() : long in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public putVLong(v long) : void extracted from public putVar(v long) : void in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public putByte(v byte) : void extracted from public put(v byte) : void in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public readSVLong() : long extracted from public readSVarLong() : long in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public readSVInt() : int extracted from public readSVarInt() : int in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public readVInt() : int extracted from public readVarInt() : int in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public putVInt(v int) : void extracted from public putVar(v int) : void in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public putShort(v short) : void extracted from public put(v short) : void in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public putSVLong(v long) : void extracted from public putSVar(v long) : void in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public putInt(v int) : void extracted from public put(v int) : void in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public readVDouble() : double extracted from public readVarDouble() : double in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public putBytes(v byte[]) : void extracted from public put(v byte[]) : void in class com.navercorp.pinpoint.common.buffer.AutomaticBuffer | From | To | |
| Extract Method public readSVDouble() : double extracted from public readSVarDouble() : double in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public putSVInt(v int) : void extracted from public putSVar(v int) : void in class com.navercorp.pinpoint.common.buffer.FixedBuffer | From | To | |
| Extract Method public putLong(v long) : void extracted from public put(v long) : void in class com.navercorp.pinpoint.common.buffer.AutomaticBuffer | From | To | |
| Extract Method public putBoolean(v boolean) : void extracted from public put(v boolean) : void in class com.navercorp.pinpoint.common.buffer.AutomaticBuffer | From | To | |
| Extract Method public putSVInt(v int) : void extracted from public putSVar(v int) : void in class com.navercorp.pinpoint.common.buffer.AutomaticBuffer | From | To | |
| Extract Method public putInt(v int) : void extracted from public put(v int) : void in class com.navercorp.pinpoint.common.buffer.AutomaticBuffer | From | To | |
| Extract Method public putSVLong(v long) : void extracted from public putSVar(v long) : void in class com.navercorp.pinpoint.common.buffer.AutomaticBuffer | From | To |