76d2349672bc6bec4f9eeb145ebdedd66a7a9395
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 3 | ||
Move And Rename Method public flush() : void from class com.navercorp.pinpoint.profiler.context.storage.AsyncStorage to private logSpan() : void from class com.navercorp.pinpoint.profiler.context.AsyncChildTrace | From | To | |
Move And Rename Method public store(span Span) : void from class com.navercorp.pinpoint.profiler.context.storage.AsyncStorage to private logSpan() : void from class com.navercorp.pinpoint.profiler.context.AsyncChildTrace | From | To | |
Move And Rename Method public store(spanEvent SpanEvent) : void from class com.navercorp.pinpoint.profiler.context.storage.AsyncStorage to private logSpan(spanEvent SpanEvent) : void from class com.navercorp.pinpoint.profiler.context.AsyncChildTrace | From | To | |
Rename Variable | 1 | ||
Rename Variable recorder : SpanEventRecorder to spanEvent : SpanEvent in method public traceBlockBegin(stackId int) : SpanEventRecorder in class com.navercorp.pinpoint.profiler.context.AsyncChildTrace | From | To | |
Move Attribute | 1 | ||
Move Attribute private storage : Storage from class com.navercorp.pinpoint.profiler.context.storage.AsyncStorage to private storage : Storage from class com.navercorp.pinpoint.profiler.context.AsyncChildTrace | From | To | |
Rename Attribute | 1 | ||
Rename Attribute BEGIN_STACKID : int to ASYNC_BEGIN_STACK_ID : int in class com.navercorp.pinpoint.profiler.context.AsyncChildTrace | From | To | |
Change Variable Type | 1 | ||
Change Variable Type recorder : SpanEventRecorder to spanEvent : SpanEvent in method public traceBlockBegin(stackId int) : SpanEventRecorder in class com.navercorp.pinpoint.profiler.context.AsyncChildTrace | From | To | |
Extract Method | 1 | ||
Extract Method private newAsyncChildSpanRecorder(traceRoot TraceRoot, samplingEnable boolean) : SpanRecorder extracted from public continueAsyncTraceObject(traceRoot TraceRoot, asyncId int, asyncSequence short) : Trace in class com.navercorp.pinpoint.profiler.context.DefaultBaseTraceFactory | From | To |