fa044e74a83f645572600475ce54731d4d245e9d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testParseTransactionIdByte() : void renamed to public testParseTransactionIdByte1() : void in class com.navercorp.pinpoint.common.util.TransactionIdUtilsTest | From | To | |
| Change Return Type | 4 | ||
| Change Return Type Buffer to byte[] in method private writeTransactionId(agentId String, agentStartTime long, transactionSequence long) : byte[] in class com.navercorp.pinpoint.common.util.TransactionIdUtils | From | To | |
| Change Return Type ByteBuffer to byte[] in method private encode(agentId String, agentStartTime long, transactionSequence long) : byte[] in class com.navercorp.pinpoint.profiler.context.id.DefaultTransactionIdEncoder | From | To | |
| Change Return Type ByteBuffer to byte[] in method private encode(agentStartTime long, transactionSequence long) : byte[] in class com.navercorp.pinpoint.profiler.context.id.DefaultTransactionIdEncoder | From | To | |
| Change Return Type ByteBuffer to byte[] in method private encode(transactionSequence long) : byte[] in class com.navercorp.pinpoint.profiler.context.id.DefaultTransactionIdEncoder | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute public AGENT_ID : String in class com.navercorp.pinpoint.common.util.TransactionIdUtilsTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type buffer : Buffer to buffer : byte[] in method public formatBytes(agentId String, agentStartTime long, transactionSequence long) : byte[] in class com.navercorp.pinpoint.common.util.TransactionIdUtils | From | To | |
| Change Variable Type buffer : Buffer to buffer : byte[] in method public formatByteBuffer(agentId String, agentStartTime long, transactionSequence long) : ByteBuffer in class com.navercorp.pinpoint.common.util.TransactionIdUtils | From | To | |
| Extract Method | 1 | ||
| Extract Method private encodeTransaction0(traceId TraceId) : byte[] extracted from public encodeTransactionId(traceId TraceId) : ByteBuffer in class com.navercorp.pinpoint.profiler.context.id.DefaultTransactionIdEncoder | From | To |