|
Change Parameter Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public ServletTraceFilter(serverTracer ServerTracer, endpointSubmitter EndpointSubmitter) in class com.github.kristofa.brave.jersey.ServletTraceFilter |
From |
To |
|
Change Parameter Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public BravePreProcessInterceptor(endpointSubmitter EndpointSubmitter, serverTracer ServerTracer) in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptor |
From |
To |
|
Change Parameter Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public ServletHandlerInterceptor(serverTracer ServerTracer, serverThreadBinder ServerSpanThreadBinder, endpointSubmitter EndpointSubmitter) in class com.github.kristofa.brave.ServletHandlerInterceptor |
From |
To |
|
Change Parameter Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public BraveTracer(clientTracer ClientTracer, serverTracer ServerTracer, endpointSubmitter EndpointSubmitter, enabled boolean) in class com.github.kristofa.brave.BraveTracer |
From |
To |
|
Change Parameter Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public BraveTracer(clientTracer ClientTracer, serverTracer ServerTracer, endpointSubmitter EndpointSubmitter) in class com.github.kristofa.brave.BraveTracer |
From |
To |
|
Change Parameter Type annotationSubmitter : AbstractAnnotationSubmitter to annotationSubmitter : AnnotationSubmitter in method public AnnotationSubmitThread(from int, to int, annotationSubmitter AnnotationSubmitter) in class com.github.kristofa.brave.ITAnnotationSubmitterConcurrency.AnnotationSubmitThread |
From |
To |
|
Change Parameter Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public BraveContainerRequestFilter(serverTracer ServerTracer, endpointSubmitter EndpointSubmitter) in class com.github.kristofa.brave.jaxrs2.BraveContainerRequestFilter |
From |
To |
|
Move Method public getThreadDuration() : long from class com.github.kristofa.brave.ServerTracerImpl to public getThreadDuration() : long from class com.github.kristofa.brave.ServerTracer |
From |
To |
|
Move Method public setStateNoTracing() : void from class com.github.kristofa.brave.ServerTracerImpl to public setStateNoTracing() : void from class com.github.kristofa.brave.ServerTracer |
From |
To |
|
Move Method public setServerReceived() : void from class com.github.kristofa.brave.ServerTracerImpl to public setServerReceived() : void from class com.github.kristofa.brave.ServerTracer |
From |
To |
|
Move Method public setClientReceived() : void from class com.github.kristofa.brave.ClientTracerImpl to public setClientReceived() : void from class com.github.kristofa.brave.ClientTracer |
From |
To |
|
Move Method public setClientSent() : void from class com.github.kristofa.brave.ClientTracerImpl to public setClientSent() : void from class com.github.kristofa.brave.ClientTracer |
From |
To |
|
Move Method public setServerSend() : void from class com.github.kristofa.brave.ServerTracerImpl to public setServerSend() : void from class com.github.kristofa.brave.ServerTracer |
From |
To |
|
Move Method public setStateUnknown(spanName String) : void from class com.github.kristofa.brave.ServerTracerImpl to public setStateUnknown(spanName String) : void from class com.github.kristofa.brave.ServerTracer |
From |
To |
|
Move Method public startNewSpan(requestName String) : SpanId from class com.github.kristofa.brave.ClientTracerImpl to public startNewSpan(requestName String) : SpanId from class com.github.kristofa.brave.ClientTracer |
From |
To |
|
Move Method public setCurrentClientServiceName(serviceName String) : void from class com.github.kristofa.brave.ClientTracerImpl to public setCurrentClientServiceName(serviceName String) : void from class com.github.kristofa.brave.ClientTracer |
From |
To |
|
Rename Class com.github.kristofa.brave.ClientTracerImplTest renamed to com.github.kristofa.brave.ClientTracerTest |
From |
To |
|
Rename Class com.github.kristofa.brave.EmptySpanCollectorImpl renamed to com.github.kristofa.brave.EmptySpanCollector |
From |
To |
|
Rename Class com.github.kristofa.brave.ServerAndClientSpanStateImplTest renamed to com.github.kristofa.brave.ThreadLocalServerAndClientSpanStateTest |
From |
To |
|
Rename Class com.github.kristofa.brave.ServerSpanThreadBinderImplTest renamed to com.github.kristofa.brave.ServerSpanThreadBinderTest |
From |
To |
|
Rename Class com.github.kristofa.brave.EndPointSubmitterConfigTest renamed to com.github.kristofa.brave.EndpointSubmitterConfigTest |
From |
To |
|
Rename Class com.github.kristofa.brave.client.spanfilter.SpanNameFilterNumericImplTest renamed to com.github.kristofa.brave.client.spanfilter.SpanNameFilterNumericTest |
From |
To |
|
Rename Class com.github.kristofa.brave.client.spanfilter.PatternBasedSpanNameFilterImpl renamed to com.github.kristofa.brave.client.spanfilter.PatternBasedSpanNameFilter |
From |
To |
|
Rename Class com.github.kristofa.brave.client.spanfilter.DefaultSpanNameFilterImpl renamed to com.github.kristofa.brave.client.spanfilter.DefaultSpanNameFilter |
From |
To |
|
Rename Class com.github.kristofa.brave.ClientSpanThreadBinderImplTest renamed to com.github.kristofa.brave.ClientSpanThreadBinderTest |
From |
To |
|
Rename Class com.github.kristofa.brave.client.spanfilter.DefaultSpanNameFilterImplTest renamed to com.github.kristofa.brave.client.spanfilter.DefaultSpanNameFilterTest |
From |
To |
|
Rename Class com.github.kristofa.brave.AbstractAnnotationSubmitterTest renamed to com.github.kristofa.brave.AnnotationSubmitterTest |
From |
To |
|
Rename Class com.github.kristofa.brave.EndPointSubmitter renamed to com.github.kristofa.brave.EndpointSubmitter |
From |
To |
|
Rename Class com.github.kristofa.brave.ITAbstractAnnotationSubmitterConcurrency renamed to com.github.kristofa.brave.ITAnnotationSubmitterConcurrency |
From |
To |
|
Rename Class com.github.kristofa.brave.EndPointSubmitterImplTest renamed to com.github.kristofa.brave.EndpointSubmitterTest |
From |
To |
|
Rename Class com.github.kristofa.brave.LoggingSpanCollectorImpl renamed to com.github.kristofa.brave.LoggingSpanCollector |
From |
To |
|
Rename Class com.github.kristofa.brave.EmptySpanCollectorImplTest renamed to com.github.kristofa.brave.EmptySpanCollectorTest |
From |
To |
|
Rename Class com.github.kristofa.brave.client.spanfilter.PatternBasedSpanNameFilterImplTest renamed to com.github.kristofa.brave.client.spanfilter.PatternBasedSpanNameFilterTest |
From |
To |
|
Rename Class com.github.kristofa.brave.client.spanfilter.SpanNameFilterNumericImpl renamed to com.github.kristofa.brave.client.spanfilter.SpanNameFilterNumeric |
From |
To |
|
Rename Class com.github.kristofa.brave.ServerTracerImplTest renamed to com.github.kristofa.brave.ServerTracerTest |
From |
To |
|
Rename Class com.github.kristofa.brave.LoggingSpanCollectorImplTest renamed to com.github.kristofa.brave.LoggingSpanCollectorTest |
From |
To |
|
Rename Class com.github.kristofa.brave.ServerSpanImplTest renamed to com.github.kristofa.brave.ServerSpanTest |
From |
To |
|
Rename Class com.github.kristofa.brave.SimpleServerAndClientSpanStateImpl renamed to com.github.kristofa.brave.SimpleServerAndClientSpanState |
From |
To |
|
Rename Class com.github.kristofa.brave.EndPointSubmitterConfig renamed to com.github.kristofa.brave.EndpointSubmitterConfig |
From |
To |
|
Rename Class com.github.kristofa.brave.ServerAndClientSpanStateImpl renamed to com.github.kristofa.brave.ThreadLocalServerAndClientSpanState |
From |
To |
|
Change Variable Type filter : PatternBasedSpanNameFilterImpl to filter : PatternBasedSpanNameFilter in method public testCaseInsensitive() : void in class com.github.kristofa.brave.client.spanfilter.PatternBasedSpanNameFilterTest |
From |
To |
|
Change Variable Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public call() : Integer in class com.github.kristofa.brave.ITBrave.SpanThread |
From |
To |
|
Change Variable Type filter : PatternBasedSpanNameFilterImpl to filter : PatternBasedSpanNameFilter in method public testHandlesNull() : void in class com.github.kristofa.brave.client.spanfilter.PatternBasedSpanNameFilterTest |
From |
To |
|
Change Variable Type mockAnnotationSubmitter : MockAnnotationSubmitter to annotationSubmitter : AnnotationSubmitter in method public testSubmitAnnotations() : void in class com.github.kristofa.brave.ITAnnotationSubmitterConcurrency |
From |
To |
|
Change Variable Type defaultSpanNameFilterImpl : DefaultSpanNameFilterImpl to defaultSpanNameFilter : DefaultSpanNameFilter in method public testDefaulSpanNameFilter() : void in class com.github.kristofa.brave.client.spanfilter.DefaultSpanNameFilterTest |
From |
To |
|
Change Variable Type spanNameFilterNumericImpl : SpanNameFilterNumericImpl to spanNameFilterNumeric : SpanNameFilterNumeric in method public testSpanNameFilterNumeric() : void in class com.github.kristofa.brave.client.spanfilter.SpanNameFilterNumericTest |
From |
To |
|
Change Variable Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public testSetGetEndpoint() : void in class com.github.kristofa.brave.BraveTest |
From |
To |
|
Change Variable Type secondServerTracer : ServerTracerImpl to secondServerTracer : ServerTracer in method public testGetServerTracer() : void in class com.github.kristofa.brave.BraveTest |
From |
To |
|
Change Variable Type serverSpanImpl : ServerSpanImpl to serverSpan : ServerSpan in method public testServerSpanSampleFalse() : void in class com.github.kristofa.brave.ServerSpanTest |
From |
To |
|
Change Variable Type filter : PatternBasedSpanNameFilterImpl to filter : PatternBasedSpanNameFilter in method public testNoMatch() : void in class com.github.kristofa.brave.client.spanfilter.PatternBasedSpanNameFilterTest |
From |
To |
|
Change Variable Type clientTracer : ClientTracerImpl to clientTracer : ClientTracer in method public testStateBetweenServerAndClient() : void in class com.github.kristofa.brave.BraveTest |
From |
To |
|
Change Variable Type serverSpanImpl : ServerSpanImpl to serverSpan : ServerSpan in method public testServerSpanSampleNull() : void in class com.github.kristofa.brave.ServerSpanTest |
From |
To |
|
Change Variable Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public test() : void in class com.github.kristofa.brave.resteasy3.ITBraveResteasy |
From |
To |
|
Change Variable Type filter : PatternBasedSpanNameFilterImpl to filter : PatternBasedSpanNameFilter in method public testHandlesEmpty() : void in class com.github.kristofa.brave.client.spanfilter.PatternBasedSpanNameFilterTest |
From |
To |
|
Change Variable Type bean2 : EndPointSubmitter to bean2 : EndpointSubmitter in method public test() : void in class com.github.kristofa.brave.EndpointSubmitterConfigTest |
From |
To |
|
Change Variable Type filter : PatternBasedSpanNameFilterImpl to filter : PatternBasedSpanNameFilter in method public testHandlesNullPatterns() : void in class com.github.kristofa.brave.client.spanfilter.PatternBasedSpanNameFilterTest |
From |
To |
|
Change Variable Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public test() : void in class com.github.kristofa.brave.resteasy.ITBraveResteasy |
From |
To |
|
Change Variable Type loggingSpanCollectorImpl : LoggingSpanCollectorImpl to loggingSpanCollector : LoggingSpanCollector in method public testGetLogger() : void in class com.github.kristofa.brave.LoggingSpanCollectorTest |
From |
To |
|
Change Variable Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public setup() : void in class com.github.kristofa.brave.BraveTracerTest |
From |
To |
|
Change Variable Type emptySpanCollectorImpl : EmptySpanCollectorImpl to emptySpanCollector : EmptySpanCollector in method public testCollect() : void in class com.github.kristofa.brave.EmptySpanCollectorTest |
From |
To |
|
Change Variable Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public testBraveJersey2() : void in class com.github.kristofa.brave.jersey2.ITBraveJersey2 |
From |
To |
|
Change Variable Type filter : PatternBasedSpanNameFilterImpl to filter : PatternBasedSpanNameFilter in method public testMultiplePatterns() : void in class com.github.kristofa.brave.client.spanfilter.PatternBasedSpanNameFilterTest |
From |
To |
|
Change Variable Type serverTracer : ServerTracerImpl to serverTracer : ServerTracer in method public testStateBetweenServerAndClient() : void in class com.github.kristofa.brave.BraveTest |
From |
To |
|
Change Variable Type bean1 : EndPointSubmitter to bean1 : EndpointSubmitter in method public test() : void in class com.github.kristofa.brave.EndpointSubmitterConfigTest |
From |
To |
|
Rename Method public testPreProcessEndPointSet_TraceHeadersSubmitted() : void renamed to public testPreProcessEndpointSet_TraceHeadersSubmitted() : void in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptorTest |
From |
To |
|
Rename Method public getClientEndPoint() : Endpoint renamed to public getClientEndpoint() : Endpoint in class com.github.kristofa.brave.ClientSpanState |
From |
To |
|
Rename Method public endPointSubmitter() : EndPointSubmitter renamed to public endpointSubmitter() : EndpointSubmitter in class com.github.kristofa.brave.EndpointSubmitterConfig |
From |
To |
|
Rename Method public testGetAndSetEndPoint() : void renamed to public testGetAndSetEndpoint() : void in class com.github.kristofa.brave.ThreadLocalServerAndClientSpanStateTest |
From |
To |
|
Rename Method public getServerEndPoint() : Endpoint renamed to public getServerEndpoint() : Endpoint in class com.github.kristofa.brave.ServerSpanState |
From |
To |
|
Rename Method public getEndPointSubmitter() : EndPointSubmitter renamed to public getEndpointSubmitter() : EndpointSubmitter in class com.github.kristofa.brave.Brave |
From |
To |
|
Rename Method public testServerSpanImplSampleNull() : void renamed to public testServerSpanSampleNull() : void in class com.github.kristofa.brave.ServerSpanTest |
From |
To |
|
Rename Method public getClientEndPoint() : Endpoint renamed to public getClientEndpoint() : Endpoint in class com.github.kristofa.brave.SimpleServerAndClientSpanState |
From |
To |
|
Rename Method public endPointSubmitter() : EndPointSubmitter renamed to public endpointSubmitter() : EndpointSubmitter in class com.github.kristofa.brave.BraveTracer |
From |
To |
|
Rename Method public testBravePreProcessInterceptorNullEndPointSubmitter() : void renamed to public testBravePreProcessInterceptorNullEndpointSubmitter() : void in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptorTest |
From |
To |
|
Rename Method public testPreProcessEndPointNotSet_TraceHeadersSubmitted() : void renamed to public testPreProcessEndpointNotSet_TraceHeadersSubmitted() : void in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptorTest |
From |
To |
|
Rename Method public getClientEndPoint() : Endpoint renamed to public getClientEndpoint() : Endpoint in class com.github.kristofa.brave.ThreadLocalServerAndClientSpanState |
From |
To |
|
Rename Method public setServerEndPoint(endPoint Endpoint) : void renamed to public setServerEndpoint(endpoint Endpoint) : void in class com.github.kristofa.brave.ServerSpanState |
From |
To |
|
Rename Method public testEndPointSubmitted() : void renamed to public testEndpointSubmitted() : void in class com.github.kristofa.brave.EndpointSubmitterTest |
From |
To |
|
Rename Method public getServerEndPoint() : Endpoint renamed to public getServerEndpoint() : Endpoint in class com.github.kristofa.brave.SimpleServerAndClientSpanState |
From |
To |
|
Rename Method public testEndPointSubmitterImplNullState() : void renamed to public testEndpointSubmitterNullState() : void in class com.github.kristofa.brave.EndpointSubmitterTest |
From |
To |
|
Rename Method public getEndPointSubmitter() : EndPointSubmitter renamed to public getEndpointSubmitter() : EndpointSubmitter in class com.github.kristofa.brave.BraveContext |
From |
To |
|
Rename Method public testPreProcessEndPointSet_ShouldNotTrace() : void renamed to public testPreProcessEndpointSet_ShouldNotTrace() : void in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptorTest |
From |
To |
|
Rename Method public setServerEndPoint(endPoint Endpoint) : void renamed to public setServerEndpoint(endpoint Endpoint) : void in class com.github.kristofa.brave.SimpleServerAndClientSpanState |
From |
To |
|
Rename Method public testSetGetEndPoint() : void renamed to public testSetGetEndpoint() : void in class com.github.kristofa.brave.BraveTest |
From |
To |
|
Rename Method public testServerSpanImplSampleFalse() : void renamed to public testServerSpanSampleFalse() : void in class com.github.kristofa.brave.ServerSpanTest |
From |
To |
|
Rename Method public setServerEndPoint(endPoint Endpoint) : void renamed to public setServerEndpoint(endpoint Endpoint) : void in class com.github.kristofa.brave.ThreadLocalServerAndClientSpanState |
From |
To |
|
Rename Method public testPreProcessEndPointSet_TraceHeadersNotSubmitted() : void renamed to public testPreProcessEndpointSet_TraceHeadersNotSubmitted() : void in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptorTest |
From |
To |
|
Rename Method public getServerEndPoint() : Endpoint renamed to public getServerEndpoint() : Endpoint in class com.github.kristofa.brave.ThreadLocalServerAndClientSpanState |
From |
To |
|
Pull Up Method public getThreadDuration() : long from class com.github.kristofa.brave.ServerSpanImpl to public getThreadDuration() : long from class com.github.kristofa.brave.ServerSpan |
From |
To |
|
Pull Up Method package currentTimeMicroseconds() : long from class com.github.kristofa.brave.AbstractAnnotationSubmitter to package currentTimeMicroseconds() : long from class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Pull Up Method private addAnnotation(span Span, annotation Annotation) : void from class com.github.kristofa.brave.AbstractAnnotationSubmitter to private addAnnotation(span Span, annotation Annotation) : void from class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Pull Up Method public submitBinaryAnnotation(key String, value int) : void from class com.github.kristofa.brave.AbstractAnnotationSubmitter to public submitBinaryAnnotation(key String, value int) : void from class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Pull Up Method public submitBinaryAnnotation(key String, value String) : void from class com.github.kristofa.brave.AbstractAnnotationSubmitter to public submitBinaryAnnotation(key String, value String) : void from class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Pull Up Method public incThreadDuration(durationMs long) : void from class com.github.kristofa.brave.ServerSpanImpl to public incThreadDuration(durationMs long) : void from class com.github.kristofa.brave.ServerSpan |
From |
To |
|
Pull Up Method public ClientSpanThreadBinderImpl(clientSpanState ClientSpanState) from class com.github.kristofa.brave.ClientSpanThreadBinderImpl to public ClientSpanThreadBinder(state ClientSpanState) from class com.github.kristofa.brave.ClientSpanThreadBinder |
From |
To |
|
Pull Up Method private submitBinaryAnnotation(span Span, endPoint Endpoint, key String, value ByteBuffer, annotationType AnnotationType) : void from class com.github.kristofa.brave.AbstractAnnotationSubmitter to private submitBinaryAnnotation(span Span, endpoint Endpoint, key String, value ByteBuffer, annotationType AnnotationType) : void from class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Pull Up Method public getCurrentServerSpan() : ServerSpan from class com.github.kristofa.brave.ServerSpanThreadBinderImpl to public getCurrentServerSpan() : ServerSpan from class com.github.kristofa.brave.ServerSpanThreadBinder |
From |
To |
|
Pull Up Method public ServerSpanThreadBinderImpl(serverSpanState ServerSpanState) from class com.github.kristofa.brave.ServerSpanThreadBinderImpl to public ServerSpanThreadBinder(state ServerSpanState) from class com.github.kristofa.brave.ServerSpanThreadBinder |
From |
To |
|
Pull Up Method public submitAnnotation(annotationName String) : void from class com.github.kristofa.brave.AbstractAnnotationSubmitter to public submitAnnotation(annotationName String) : void from class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Pull Up Method public setCurrentSpan(span ServerSpan) : void from class com.github.kristofa.brave.ServerSpanThreadBinderImpl to public setCurrentSpan(span ServerSpan) : void from class com.github.kristofa.brave.ServerSpanThreadBinder |
From |
To |
|
Pull Up Method private addBinaryAnnotation(span Span, ba BinaryAnnotation) : void from class com.github.kristofa.brave.AbstractAnnotationSubmitter to private addBinaryAnnotation(span Span, ba BinaryAnnotation) : void from class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Pull Up Method public submitAnnotation(annotationName String, startTime long, endTime long) : void from class com.github.kristofa.brave.AbstractAnnotationSubmitter to public submitAnnotation(annotationName String, startTime long, endTime long) : void from class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Pull Up Method public setCurrentSpan(span Span) : void from class com.github.kristofa.brave.ClientSpanThreadBinderImpl to public setCurrentSpan(span Span) : void from class com.github.kristofa.brave.ClientSpanThreadBinder |
From |
To |
|
Rename Variable endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public setup() : void in class com.github.kristofa.brave.BraveTracerTest |
From |
To |
|
Rename Variable emptySpanCollectorImpl : EmptySpanCollectorImpl to emptySpanCollector : EmptySpanCollector in method public testCollect() : void in class com.github.kristofa.brave.EmptySpanCollectorTest |
From |
To |
|
Rename Variable endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public testBraveJersey2() : void in class com.github.kristofa.brave.jersey2.ITBraveJersey2 |
From |
To |
|
Rename Variable expectedEndPoint : Endpoint to expectedEndpoint : Endpoint in method public testSubmit() : void in class com.github.kristofa.brave.EndpointSubmitterTest |
From |
To |
|
Rename Variable serverSpanImpl : ServerSpanImpl to serverSpan : ServerSpan in method public testServerSpanSampleNull() : void in class com.github.kristofa.brave.ServerSpanTest |
From |
To |
|
Rename Variable endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public test() : void in class com.github.kristofa.brave.resteasy3.ITBraveResteasy |
From |
To |
|
Rename Variable spanIdImpl2 : SpanId to spanId2 : SpanId in method public testSpanIdNullParentId() : void in class com.github.kristofa.brave.SpanIdTest |
From |
To |
|
Rename Variable endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public call() : Integer in class com.github.kristofa.brave.ITBrave.SpanThread |
From |
To |
|
Rename Variable spanIdImpl2 : SpanId to spanId2 : SpanId in method public testToStringNullParent() : void in class com.github.kristofa.brave.SpanIdTest |
From |
To |
|
Rename Variable newEndPoint : Endpoint to newEndpoint : Endpoint in method public getClientEndpoint() : Endpoint in class com.github.kristofa.brave.SimpleServerAndClientSpanState |
From |
To |
|
Rename Variable endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public test() : void in class com.github.kristofa.brave.resteasy.ITBraveResteasy |
From |
To |
|
Rename Variable mockAnnotationSubmitter : MockAnnotationSubmitter to annotationSubmitter : AnnotationSubmitter in method public testSubmitAnnotations() : void in class com.github.kristofa.brave.ITAnnotationSubmitterConcurrency |
From |
To |
|
Rename Variable spanNameFilterNumericImpl : SpanNameFilterNumericImpl to spanNameFilterNumeric : SpanNameFilterNumeric in method public testSpanNameFilterNumeric() : void in class com.github.kristofa.brave.client.spanfilter.SpanNameFilterNumericTest |
From |
To |
|
Rename Variable defaultSpanNameFilterImpl : DefaultSpanNameFilterImpl to defaultSpanNameFilter : DefaultSpanNameFilter in method public testDefaulSpanNameFilter() : void in class com.github.kristofa.brave.client.spanfilter.DefaultSpanNameFilterTest |
From |
To |
|
Rename Variable loggingSpanCollectorImpl : LoggingSpanCollectorImpl to loggingSpanCollector : LoggingSpanCollector in method public testGetLogger() : void in class com.github.kristofa.brave.LoggingSpanCollectorTest |
From |
To |
|
Rename Variable endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public testSetGetEndpoint() : void in class com.github.kristofa.brave.BraveTest |
From |
To |
|
Rename Variable serverSpanImpl : ServerSpanImpl to serverSpan : ServerSpan in method public testServerSpanSampleFalse() : void in class com.github.kristofa.brave.ServerSpanTest |
From |
To |
|
Rename Attribute endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.jersey.ServletTraceFilterTest |
From |
To |
|
Rename Attribute endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.jersey.ClientServletCompatibilityTest |
From |
To |
|
Rename Attribute mockEndPoint : Endpoint to mockEndpoint : Endpoint in class com.github.kristofa.brave.ThreadLocalServerAndClientSpanStateTest |
From |
To |
|
Rename Attribute mockEndPointSubmitter : EndPointSubmitter to mockEndpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptorTest |
From |
To |
|
Rename Attribute endPoint : Endpoint to endpoint : Endpoint in class com.github.kristofa.brave.ThreadLocalServerAndClientSpanState |
From |
To |
|
Rename Attribute endPoint : Endpoint to endpoint : Endpoint in class com.github.kristofa.brave.ClientTracerTest |
From |
To |
|
Rename Attribute CURRENT_TIME : long to CURRENT_TIME_MICROSECONDS : long in class com.github.kristofa.brave.AnnotationSubmitterTest |
From |
To |
|
Rename Attribute spanIdImpl : SpanId to spanId : SpanId in class com.github.kristofa.brave.SpanIdTest |
From |
To |
|
Rename Attribute endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.resteasy3.ContainerFiltersConfiguration |
From |
To |
|
Rename Attribute endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.jaxrs2.BraveContainerRequestFilterTest |
From |
To |
|
Rename Attribute endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.jersey.ServletTraceFilter |
From |
To |
|
Rename Attribute mockEndPoint : Endpoint to mockEndpoint : Endpoint in class com.github.kristofa.brave.EndpointSubmitterTest |
From |
To |
|
Rename Attribute mockEndPoint : Endpoint to mockEndpoint : Endpoint in class com.github.kristofa.brave.ServerTracerTest |
From |
To |
|
Rename Attribute endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.ServletHandlerInterceptor |
From |
To |
|
Rename Attribute endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.jaxrs2.BraveContainerRequestFilter |
From |
To |
|
Rename Attribute abstractAnnotationSubmitter : AbstractAnnotationSubmitter to annotationSubmitter : AnnotationSubmitter in class com.github.kristofa.brave.AnnotationSubmitterTest |
From |
To |
|
Rename Attribute endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptor |
From |
To |
|
Rename Attribute endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.BraveTracer |
From |
To |
|
Rename Attribute endPoint : Endpoint to endpoint : Endpoint in class com.github.kristofa.brave.AnnotationSubmitterTest |
From |
To |
|
Rename Attribute endPoint : Endpoint to endpoint : Endpoint in class com.github.kristofa.brave.SimpleServerAndClientSpanState |
From |
To |
|
Rename Attribute endPointSubmitter : EndPointSubmitterImpl to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.EndpointSubmitterTest |
From |
To |
|
Change Attribute Type binder : ServerSpanThreadBinderImpl to binder : ServerSpanThreadBinder in class com.github.kristofa.brave.ServerSpanThreadBinderTest |
From |
To |
|
Change Attribute Type spanState : SimpleServerAndClientSpanStateImpl to spanState : SimpleServerAndClientSpanState in class com.github.kristofa.brave.BraveContext |
From |
To |
|
Change Attribute Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.jersey.ServletTraceFilterTest |
From |
To |
|
Change Attribute Type spanCollector : LoggingSpanCollectorImpl to spanCollector : LoggingSpanCollector in class com.github.kristofa.brave.LoggingSpanCollectorTest |
From |
To |
|
Change Attribute Type clientTracer : ClientTracerImpl to clientTracer : ClientTracer in class com.github.kristofa.brave.ClientTracerTest |
From |
To |
|
Change Attribute Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.jersey.ClientServletCompatibilityTest |
From |
To |
|
Change Attribute Type mockEndPointSubmitter : EndPointSubmitter to mockEndpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptorTest |
From |
To |
|
Change Attribute Type serverSpan : ServerSpanImpl to serverSpan : ServerSpan in class com.github.kristofa.brave.ServerSpanTest |
From |
To |
|
Change Attribute Type endpointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.BraveContext |
From |
To |
|
Change Attribute Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.resteasy3.ContainerFiltersConfiguration |
From |
To |
|
Change Attribute Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.jersey.ServletTraceFilter |
From |
To |
|
Change Attribute Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.jaxrs2.BraveContainerRequestFilterTest |
From |
To |
|
Change Attribute Type submitter : EndPointSubmitter to submitter : EndpointSubmitter in class com.github.kristofa.brave.ServletHandlerInterceptorTest |
From |
To |
|
Change Attribute Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.ServletHandlerInterceptor |
From |
To |
|
Change Attribute Type annotationSubmitter : AbstractAnnotationSubmitter to annotationSubmitter : AnnotationSubmitter in class com.github.kristofa.brave.ITAnnotationSubmitterConcurrency.AnnotationSubmitThread |
From |
To |
|
Change Attribute Type serverAndClientSpanState : ServerAndClientSpanStateImpl to serverAndClientSpanState : ThreadLocalServerAndClientSpanState in class com.github.kristofa.brave.ThreadLocalServerAndClientSpanStateTest |
From |
To |
|
Change Attribute Type binder : ClientSpanThreadBinderImpl to binder : ClientSpanThreadBinder in class com.github.kristofa.brave.ClientSpanThreadBinderTest |
From |
To |
|
Change Attribute Type abstractAnnotationSubmitter : AbstractAnnotationSubmitter to annotationSubmitter : AnnotationSubmitter in class com.github.kristofa.brave.AnnotationSubmitterTest |
From |
To |
|
Change Attribute Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.jaxrs2.BraveContainerRequestFilter |
From |
To |
|
Change Attribute Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptor |
From |
To |
|
Change Attribute Type endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.BraveTracer |
From |
To |
|
Change Attribute Type endPointSubmitter : EndPointSubmitterImpl to endpointSubmitter : EndpointSubmitter in class com.github.kristofa.brave.EndpointSubmitterTest |
From |
To |
|
Change Attribute Type serverTracer : ServerTracerImpl to serverTracer : ServerTracer in class com.github.kristofa.brave.ServerTracerTest |
From |
To |
|
Extract And Move Method public create(traceId long, spanId long, parentSpanId Long) : SpanId extracted from public testHashCode() : void in class com.github.kristofa.brave.SpanIdTest & moved to class com.github.kristofa.brave.SpanId |
From |
To |
|
Extract And Move Method public create(traceId long, spanId long, parentSpanId Long) : SpanId extracted from public setup() : void in class com.github.kristofa.brave.SpanIdTest & moved to class com.github.kristofa.brave.SpanId |
From |
To |
|
Extract And Move Method public create(key String, value String) : KeyValueAnnotation extracted from public setup() : void in class com.github.kristofa.brave.BraveCallableTest & moved to class com.github.kristofa.brave.KeyValueAnnotation |
From |
To |
|
Extract And Move Method public create(traceId long, spanId long, parentSpanId Long) : SpanId extracted from public testToStringNullParent() : void in class com.github.kristofa.brave.SpanIdTest & moved to class com.github.kristofa.brave.SpanId |
From |
To |
|
Extract And Move Method public create(spanAndEndpoint SpanAndEndpoint) : AnnotationSubmitter extracted from public BraveContext() in class com.github.kristofa.brave.BraveContext & moved to class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Extract And Move Method public create(spanAndEndpoint SpanAndEndpoint) : AnnotationSubmitter extracted from public getServerSpanAnnotationSubmitter() : AnnotationSubmitter in class com.github.kristofa.brave.Brave & moved to class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Extract And Move Method public create(traceId long, spanId long, parentSpanId Long) : SpanId extracted from public testSpanIdNullParentId() : void in class com.github.kristofa.brave.SpanIdTest & moved to class com.github.kristofa.brave.SpanId |
From |
To |
|
Extract And Move Method public create(traceId long, spanId long, parentSpanId Long) : SpanId extracted from public testEquals() : void in class com.github.kristofa.brave.SpanIdTest & moved to class com.github.kristofa.brave.SpanId |
From |
To |
|
Extract And Move Method public create(key String, value String) : KeyValueAnnotation extracted from public testAnnotationsProvided() : void in class com.github.kristofa.brave.ClientResponseInterceptorTest & moved to class com.github.kristofa.brave.KeyValueAnnotation |
From |
To |
|
Extract And Move Method public create(key String, value String) : KeyValueAnnotation extracted from public setup() : void in class com.github.kristofa.brave.BraveRunnableTest & moved to class com.github.kristofa.brave.KeyValueAnnotation |
From |
To |
|
Rename Parameter serverSpanState : ServerSpanState to state : ServerSpanState in method public ServerSpanThreadBinder(state ServerSpanState) in class com.github.kristofa.brave.ServerSpanThreadBinder |
From |
To |
|
Rename Parameter endPoint : Endpoint to endpoint : Endpoint in method public setServerEndpoint(endpoint Endpoint) : void in class com.github.kristofa.brave.ServerSpanState |
From |
To |
|
Rename Parameter endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public ServletTraceFilter(serverTracer ServerTracer, endpointSubmitter EndpointSubmitter) in class com.github.kristofa.brave.jersey.ServletTraceFilter |
From |
To |
|
Rename Parameter endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public BravePreProcessInterceptor(endpointSubmitter EndpointSubmitter, serverTracer ServerTracer) in class com.github.kristofa.brave.resteasy.BravePreProcessInterceptor |
From |
To |
|
Rename Parameter endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public ServletHandlerInterceptor(serverTracer ServerTracer, serverThreadBinder ServerSpanThreadBinder, endpointSubmitter EndpointSubmitter) in class com.github.kristofa.brave.ServletHandlerInterceptor |
From |
To |
|
Rename Parameter endPoint : Endpoint to endpoint : Endpoint in method public setServerEndpoint(endpoint Endpoint) : void in class com.github.kristofa.brave.SimpleServerAndClientSpanState |
From |
To |
|
Rename Parameter endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public BraveTracer(clientTracer ClientTracer, serverTracer ServerTracer, endpointSubmitter EndpointSubmitter, enabled boolean) in class com.github.kristofa.brave.BraveTracer |
From |
To |
|
Rename Parameter endPoint : Endpoint to endpoint : Endpoint in method private submitBinaryAnnotation(span Span, endpoint Endpoint, key String, value ByteBuffer, annotationType AnnotationType) : void in class com.github.kristofa.brave.AnnotationSubmitter |
From |
To |
|
Rename Parameter endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public BraveContainerRequestFilter(serverTracer ServerTracer, endpointSubmitter EndpointSubmitter) in class com.github.kristofa.brave.jaxrs2.BraveContainerRequestFilter |
From |
To |
|
Rename Parameter endPoint : Endpoint to endpoint : Endpoint in method public setServerEndpoint(endpoint Endpoint) : void in class com.github.kristofa.brave.ThreadLocalServerAndClientSpanState |
From |
To |
|
Rename Parameter clientSpanState : ClientSpanState to state : ClientSpanState in method public ClientSpanThreadBinder(state ClientSpanState) in class com.github.kristofa.brave.ClientSpanThreadBinder |
From |
To |
|
Rename Parameter endPointSubmitter : EndPointSubmitter to endpointSubmitter : EndpointSubmitter in method public BraveTracer(clientTracer ClientTracer, serverTracer ServerTracer, endpointSubmitter EndpointSubmitter) in class com.github.kristofa.brave.BraveTracer |
From |
To |