1256c82efc009a527c907e30885bc8019c7cc6d4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package writeTraceId(context TraceContext, result char[], offset int) : void renamed to package writeRoot(context TraceContext, result char[], offset int) : void in class brave.propagation.aws.AWSPropagation | From | To | |
Rename Variable | 5 | ||
Rename Variable currentExtra : StringBuilder to extraFields : StringBuilder in method public extract(carrier C) : TraceContextOrSamplingFlags in class brave.propagation.aws.AWSPropagation.AWSExtractor | From | To | |
Rename Variable extra : Extra to e : Extra in method public extract(carrier C) : TraceContextOrSamplingFlags in class brave.propagation.aws.AWSPropagation.AWSExtractor | From | To | |
Rename Variable result : TraceContextOrSamplingFlags to extra : List<Object> in method public extract(carrier C) : TraceContextOrSamplingFlags in class brave.propagation.aws.AWSPropagation.AWSExtractor | From | To | |
Rename Variable spanIdString : String to spanId : String in method public extract(carrier C) : TraceContextOrSamplingFlags in class brave.propagation.B3Propagation.B3Extractor | From | To | |
Rename Variable traceIdString : String to traceId : String in method public extract(carrier C) : TraceContextOrSamplingFlags in class brave.propagation.B3Propagation.B3Extractor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : TraceContextOrSamplingFlags to extra : List<Object> in method public extract(carrier C) : TraceContextOrSamplingFlags in class brave.propagation.aws.AWSPropagation.AWSExtractor | From | To | |
Extract Method | 1 | ||
Extract Method public build(sampled Boolean) : SamplingFlags extracted from public build() : SamplingFlags in class brave.propagation.SamplingFlags.Builder | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public newBuilder() : Builder extracted from public extract(carrier C) : TraceContextOrSamplingFlags in class brave.propagation.aws.AWSPropagation.AWSExtractor & moved to class brave.propagation.TraceContextOrSamplingFlags | From | To |