3bf0ebc0d16efb4d964ae1910c41cdd3411870dd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 49
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public reportsClientAnnotationsToZipkin() : void renamed to public reportsClientKindToZipkin() : void in class brave.http.ITHttpClient | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type parameters : Pair<String> to parameters : MethodAndPath in method public matches(parameters MethodAndPath) : boolean in class brave.http.HttpRuleSampler.MethodAndPathRule | From | To | |
Extract Variable | 4 | ||
Extract Variable port : int in method public parseServerAddress(httpRequest HttpRequest, builder Endpoint.Builder) : boolean from class brave.httpasyncclient.TracingHttpAsyncClientBuilder.HttpAdapter | From | To | |
Extract Variable remoteEndpoint : Endpoint.Builder in method public handleSend(injector TraceContext.Injector<C>, carrier C, request Req, span Span) : Span from class brave.http.HttpClientHandler | From | To | |
Extract Variable port : int in method public parseServerAddress(httpRequest HttpRequestWrapper, builder Endpoint.Builder) : boolean from class brave.httpclient.TracingHttpClientBuilder.HttpAdapter | From | To | |
Extract Variable deprecatedEndpoint : Endpoint.Builder in method public handleReceive(extractor TraceContext.Extractor<C>, carrier C, request Req) : Span from class brave.http.HttpServerHandler | From | To | |
Change Variable Type | 5 | ||
Change Variable Type serverSpan : zipkin.Span to serverSpan : zipkin2.Span in method public startWithOneTracerAndStopWithAnother() : void in class brave.features.async.OneWaySpanTest | From | To | |
Change Variable Type clientSpan : zipkin.Span to clientSpan : zipkin2.Span in method public startWithOneTracerAndStopWithAnother() : void in class brave.features.async.OneWaySpanTest | From | To | |
Change Variable Type spans : ConcurrentLinkedDeque<zipkin.Span> to spans : ConcurrentLinkedDeque<zipkin2.Span> in method public nullSqlWontNPE() : void in class brave.p6spy.TracingJdbcEventListenerTest | From | To | |
Change Variable Type spans : List<zipkin.Span> to spans : List<zipkin2.Span> in method public startWithOneTracerAndStopWithAnother() : void in class brave.features.async.OneWaySpanTest | From | To | |
Change Variable Type spans : List<zipkin.Span> to spans : List<zipkin2.Span> in method public newTrace_debug_flag() : void in class brave.TracerTest | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type spans : LinkedList<zipkin.Span> to spans : LinkedList<zipkin2.Span> in class brave.kafka.clients.TracingCallbackTest | From | To | |
Change Attribute Type sampler : ParameterizedSampler<Pair<String>> to sampler : ParameterizedSampler<MethodAndPath> in class brave.http.HttpRuleSampler | From | To | |
Change Attribute Type spans : List<zipkin.Span> to spans : List<zipkin2.Span> in class brave.features.opentracing.OpenTracingAdapterTest | From | To | |
Change Attribute Type spans : List<zipkin.Span> to spans : List<zipkin2.Span> in class brave.kafka.clients.KafkaTracingTest | From | To | |
Change Attribute Type spans : ConcurrentLinkedDeque<zipkin.Span> to spans : ConcurrentLinkedDeque<zipkin2.Span> in class brave.http.features.RequestSamplingTest | From | To |