|
Change Parameter Type kind : Span.Kind to kind : Kind in method public kind(kind Kind) : void in class brave.internal.recorder.SpanRecord |
From |
To |
|
Change Parameter Type recorder : Recorder to pendingSpanRecords : PendingSpanRecords in method package Tracer(clock Clock, propagationFactory Propagation.Factory, spanReporter Tracing.SpanReporter, pendingSpanRecords PendingSpanRecords, sampler Sampler, errorParser ErrorParser, currentTraceContext CurrentTraceContext, traceId128Bit boolean, supportsJoin boolean, noop AtomicBoolean) in class brave.Tracer |
From |
To |
|
Change Parameter Type recorder : Recorder to record : SpanRecord in method package RealSpanCustomizer(context TraceContext, record SpanRecord, clock Clock) in class brave.RealSpanCustomizer |
From |
To |
|
Change Parameter Type recorder : Recorder to record : SpanRecord in method package RealScopedSpan(context TraceContext, scope Scope, record SpanRecord, clock Clock, pendingSpanRecords PendingSpanRecords, spanReporter SpanReporter, errorParser ErrorParser) in class brave.RealScopedSpan |
From |
To |
|
Change Parameter Type reporter : Reporter<zipkin2.Span> to spanReporter : Tracing.SpanReporter in method package Tracer(clock Clock, propagationFactory Propagation.Factory, spanReporter Tracing.SpanReporter, pendingSpanRecords PendingSpanRecords, sampler Sampler, errorParser ErrorParser, currentTraceContext CurrentTraceContext, traceId128Bit boolean, supportsJoin boolean, noop AtomicBoolean) in class brave.Tracer |
From |
To |
|
Move Method package name(name String) : void from class brave.internal.recorder.MutableSpan to public name(name String) : void from class brave.internal.recorder.SpanRecord |
From |
To |
|
Move Method package annotate(timestamp long, value String) : void from class brave.internal.recorder.MutableSpan to public annotate(timestamp long, value String) : void from class brave.internal.recorder.SpanRecord |
From |
To |
|
Move Method package remoteEndpoint(remoteEndpoint Endpoint) : void from class brave.internal.recorder.MutableSpan to public remoteEndpoint(remoteEndpoint Endpoint) : void from class brave.internal.recorder.SpanRecord |
From |
To |
|
Move Method package kind(kind Span.Kind) : void from class brave.internal.recorder.MutableSpan to public kind(kind Kind) : void from class brave.internal.recorder.SpanRecord |
From |
To |
|
Move Method package tag(key String, value String) : void from class brave.internal.recorder.MutableSpan to public tag(key String, value String) : void from class brave.internal.recorder.SpanRecord |
From |
To |
|
Change Variable Type traceJoinSpan : MutableSpan to traceJoinSpan : PendingSpanRecord in method public getOrCreate_reusesClockFromParent() : void in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Variable Type clock : Clock to clock : TickClock in method public getOrCreate(context TraceContext) : PendingSpanRecord in class brave.internal.recorder.PendingSpanRecords |
From |
To |
|
Change Variable Type key : MutableSpanMap.RealKey to key : PendingSpanRecords.RealKey in method public realKey_equalToEquivalent() : void in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Variable Type traceChildSpan : MutableSpan to traceChildSpan : PendingSpanRecord in method public getOrCreate_reusesClockFromParent() : void in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Variable Type traceSpan : MutableSpan to traceSpan : PendingSpanRecord in method public getOrCreate_reusesClockFromParent() : void in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Variable Type result : MutableSpan to result : PendingSpanRecord in method public getOrCreate(context TraceContext) : PendingSpanRecord in class brave.internal.recorder.PendingSpanRecords |
From |
To |
|
Change Variable Type reference : Reference<? extends TraceContext> to contextKey : RealKey in method package reportOrphanedSpans() : void in class brave.internal.recorder.PendingSpanRecords |
From |
To |
|
Change Variable Type key2 : MutableSpanMap.RealKey to key2 : PendingSpanRecords.RealKey in method public realKey_equalToEquivalent() : void in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Variable Type span : MutableSpan to span : PendingSpanRecord in method public getOrCreate_cachesReference() : void in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Variable Type key : MutableSpanMap.RealKey to key : PendingSpanRecords.RealKey in method public realKey_equalToItself() : void in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Variable Type trace2Span : MutableSpan to trace2Span : PendingSpanRecord in method public getOrCreate_reusesClockFromParent() : void in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Variable Type map : MutableSpanMap to map : PendingSpanRecords in method public reportOrphanedSpans_whenReporterDies() : void in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Variable Type result : MutableSpan to last : PendingSpanRecord in method public remove(context TraceContext) : boolean in class brave.internal.recorder.PendingSpanRecords |
From |
To |
|
Change Variable Type parent : MutableSpan to parent : PendingSpanRecord in method package getClockFromParent(context TraceContext) : TickClock in class brave.internal.recorder.PendingSpanRecords |
From |
To |
|
Change Variable Type span : MutableSpan to span : PendingSpanRecord in method public getOrCreate_lazyCreatesASpan() : void in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Variable Type previousSpan : MutableSpan to previousSpan : PendingSpanRecord in method public getOrCreate(context TraceContext) : PendingSpanRecord in class brave.internal.recorder.PendingSpanRecords |
From |
To |
|
Change Variable Type value : MutableSpan to value : PendingSpanRecord in method package reportOrphanedSpans() : void in class brave.internal.recorder.PendingSpanRecords |
From |
To |
|
Change Attribute Type reporter : Reporter<zipkin2.Span> to spanReporter : Tracing.SpanReporter in class brave.Tracer |
From |
To |
|
Change Attribute Type clock : Clock to clock : TickClock in class brave.internal.recorder.PendingSpanRecord |
From |
To |
|
Change Attribute Type delegate : ConcurrentMap<Object,MutableSpan> to delegate : ConcurrentMap<Object,PendingSpanRecord> in class brave.internal.recorder.PendingSpanRecords |
From |
To |
|
Change Attribute Type span : Span.Builder to span : SpanRecord in class brave.internal.recorder.PendingSpanRecord |
From |
To |
|
Change Attribute Type recorder : Recorder to pendingSpanRecords : PendingSpanRecords in class brave.Tracer |
From |
To |
|
Change Attribute Type recorder : Recorder to record : SpanRecord in class brave.RealSpanCustomizer |
From |
To |
|
Change Attribute Type map : MutableSpanMap to map : PendingSpanRecords in class brave.internal.recorder.PendingSpanRecordsTest |
From |
To |
|
Change Attribute Type recorder : Recorder to record : SpanRecord in class brave.RealScopedSpan |
From |
To |
|
Rename Parameter recorder : Recorder to record : SpanRecord in method package RealSpanCustomizer(context TraceContext, record SpanRecord, clock Clock) in class brave.RealSpanCustomizer |
From |
To |
|
Rename Parameter recorder : Recorder to record : SpanRecord in method package RealScopedSpan(context TraceContext, scope Scope, record SpanRecord, clock Clock, pendingSpanRecords PendingSpanRecords, spanReporter SpanReporter, errorParser ErrorParser) in class brave.RealScopedSpan |
From |
To |
|
Rename Parameter recorder : Recorder to pendingSpanRecords : PendingSpanRecords in method package Tracer(clock Clock, propagationFactory Propagation.Factory, spanReporter Tracing.SpanReporter, pendingSpanRecords PendingSpanRecords, sampler Sampler, errorParser ErrorParser, currentTraceContext CurrentTraceContext, traceId128Bit boolean, supportsJoin boolean, noop AtomicBoolean) in class brave.Tracer |
From |
To |
|
Rename Parameter reporter : Reporter<zipkin2.Span> to spanReporter : Tracing.SpanReporter in method package Tracer(clock Clock, propagationFactory Propagation.Factory, spanReporter Tracing.SpanReporter, pendingSpanRecords PendingSpanRecords, sampler Sampler, errorParser ErrorParser, currentTraceContext CurrentTraceContext, traceId128Bit boolean, supportsJoin boolean, noop AtomicBoolean) in class brave.Tracer |
From |
To |