2dd1145e214cc07ff0fef9e2736bc6d125c27cf3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public scope_retainsContext() : void renamed to package canClearScope(noScoper Supplier<Scope>) : void in class brave.test.propagation.CurrentTraceContextTest | From | To | |
Change Variable Type | 11 | ||
Change Variable Type previousParentId : Object to previousParentId : String in method package newScope(currentSpan TraceContext, previousTraceId String, previousSpanId String) : Scope in class brave.context.log4j12.MDCCurrentTraceContext | From | To | |
Change Variable Type scope : CurrentTraceContext.Scope to scope : Scope in method public attachesSpanInRunnable() : void in class brave.test.propagation.CurrentTraceContextTest | From | To | |
Change Variable Type scope : CurrentTraceContext.Scope to scope : Scope in method package canClearScope(noScoper Supplier<Scope>) : void in class brave.test.propagation.CurrentTraceContextTest | From | To | |
Change Variable Type scope : CurrentTraceContext.Scope to scope : Scope in method public attachesSpanInCallable() : void in class brave.test.propagation.CurrentTraceContextTest | From | To | |
Change Variable Type scope : CurrentTraceContext.Scope to scope : Scope in method public isnt_inheritable() : void in class brave.test.propagation.CurrentTraceContextTest | From | To | |
Change Variable Type scope2 : CurrentTraceContext.Scope to scope2 : Scope in method public attachesSpanInRunnable() : void in class brave.test.propagation.CurrentTraceContextTest | From | To | |
Change Variable Type scope0 : CurrentTraceContext.Scope to scope0 : Scope in method public restoresSpanAfterRunnable() : void in class brave.test.propagation.CurrentTraceContextTest | From | To | |
Change Variable Type scope2 : CurrentTraceContext.Scope to scope2 : Scope in method public attachesSpanInCallable() : void in class brave.test.propagation.CurrentTraceContextTest | From | To | |
Change Variable Type scope0 : CurrentTraceContext.Scope to scope0 : Scope in method public restoresSpanAfterCallable() : void in class brave.test.propagation.CurrentTraceContextTest | From | To | |
Change Variable Type ws : CurrentTraceContext.Scope to ws : Scope in method public intercept(chain Chain) : Response in class brave.okhttp3.TracingCallFactory.SetParentSpanInScope | From | To | |
Change Variable Type scope : CurrentTraceContext.Scope to scope : Scope in method protected is_inheritable(inheritableCurrentTraceContext CurrentTraceContext) : void in class brave.test.propagation.CurrentTraceContextTest | From | To | |
Extract Method | 6 | ||
Extract Method package newScope(currentSpan TraceContext, previousTraceId String, previousSpanId String) : Scope extracted from public newScope(currentSpan TraceContext) : Scope in class brave.context.slf4j.MDCCurrentTraceContext | From | To | |
Extract Method package maybeReplaceTraceContext(currentSpan TraceContext, previousTraceId String, previousParentId String, previousSpanId String) : void extracted from public newScope(currentSpan TraceContext) : Scope in class brave.context.log4j12.MDCCurrentTraceContext | From | To | |
Extract Method package maybeReplaceTraceContext(currentSpan TraceContext, previousTraceId String, previousParentId String, previousSpanId String) : void extracted from public newScope(currentSpan TraceContext) : Scope in class brave.context.slf4j.MDCCurrentTraceContext | From | To | |
Extract Method package newScope(currentSpan TraceContext, previousTraceId String, previousSpanId String) : Scope extracted from public newScope(currentSpan TraceContext) : Scope in class brave.context.log4j12.MDCCurrentTraceContext | From | To | |
Extract Method package newScope(currentSpan TraceContext, previousTraceId String, previousSpanId String) : Scope extracted from public newScope(currentSpan TraceContext) : Scope in class brave.context.log4j2.ThreadContextCurrentTraceContext | From | To | |
Extract Method package maybeReplaceTraceContext(currentSpan TraceContext, previousTraceId String, previousParentId String, previousSpanId String) : void extracted from public newScope(currentSpan TraceContext) : Scope in class brave.context.log4j2.ThreadContextCurrentTraceContext | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public maybeScope(currentSpan TraceContext) : Scope extracted from package handleFinish(response Resp, error Throwable, span Span) : void in class brave.http.HttpHandler & moved to class brave.propagation.CurrentTraceContext | From | To |