667f6b4ef33efdbc58e56640010654ae185c5692
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public toSpan_unsampledIsNoop() : void renamed to public toSpan_notSampledIsNoop() : void in class brave.TracerTest | From | To | |
Rename Method public newTrace_unsampled_tracer() : void renamed to public newTrace_notSampled_tracer() : void in class brave.TracerTest | From | To | |
Rename Method public newChild_unsampledIsNoop() : void renamed to public newChild_notSampledIsNoop() : void in class brave.TracerTest | From | To | |
Rename Method public currentSpanCustomizer_noop_when_unsampled() : void renamed to public currentSpanCustomizer_noop_when_notSampled() : void in class brave.TracerTest | From | To | |
Rename Variable | 2 | ||
Rename Variable unsampled : TraceContext to notSampled : TraceContext in method public newChild_notSampledIsNoop() : void in class brave.TracerTest | From | To | |
Rename Variable unsampled : TraceContext to notSampled : TraceContext in method public toSpan_notSampledIsNoop() : void in class brave.TracerTest | From | To | |
Inline Method | 1 | ||
Inline Method package sampleContext(context TraceContext, flags int) : TraceContext inlined to public joinSpan(context TraceContext) : Span in class brave.Tracer | From | To | |
Extract Variable | 1 | ||
Extract Variable spanId : long in method public nextSpan(extracted TraceContextOrSamplingFlags) : Span from class brave.Tracer | From | To |