3f701cb893248fef54e18793effae782b4812030
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 2 | ||
| Move And Rename Method private formatTransactionId(agentId String, agentStartTime long, transactionSequence long) : ByteBuffer from class com.navercorp.pinpoint.profiler.context.id.DefaultTraceRoot to private encode(agentId String, agentStartTime long, transactionSequence long) : ByteBuffer from class com.navercorp.pinpoint.profiler.context.id.DefaultTransactionIdEncoder | From | To | |
| Move And Rename Method private isCompactType() : boolean from class com.navercorp.pinpoint.profiler.context.id.DefaultTraceRoot to private isCompressedType(traceId TraceId) : boolean from class com.navercorp.pinpoint.profiler.context.id.DefaultTransactionIdEncoder | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private agentId : String from class com.navercorp.pinpoint.profiler.context.id.DefaultTraceRootTest to private agentId : String from class com.navercorp.pinpoint.profiler.context.SpanChunkFactoryTest | From | To | |
| Extract Attribute | 5 | ||
| Extract Attribute private agentId : String in class com.navercorp.pinpoint.profiler.context.storage.BufferedStorageTest | From | To | |
| Extract Attribute private agentId : String in class com.navercorp.pinpoint.profiler.context.SpanChunkFactoryTest | From | To | |
| Extract Attribute private agentStartTime : long in class com.navercorp.pinpoint.profiler.context.storage.BufferedStorageTest | From | To | |
| Extract Attribute private agentStartTime : long in class com.navercorp.pinpoint.profiler.context.SpanChunkFactoryTest | From | To | |
| Extract Attribute private agentStartTime : long in class com.navercorp.pinpoint.profiler.sender.SpanStreamSendDataSerializerTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable agentId : String in method private createSpanChunk(traceRoot TraceRoot, spanEventSize int) : SpanChunk from class com.navercorp.pinpoint.collector.receiver.udp.SpanStreamUDPSenderTest | From | To |