b2949dc1a2d20ee9adc2a6c52b4a75f7563dd7ba
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method package nextContext(maybeParent Span) : SpanId from class com.github.kristofa.brave.AnnotationSubmitter to package next(maybeParent SpanId) : SpanId from class com.github.kristofa.brave.SpanIdFactory | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type maybeParent : Span to maybeParent : SpanId in method package next(maybeParent SpanId) : SpanId in class com.github.kristofa.brave.SpanIdFactory | From | To | |
Move Method | 2 | ||
Move Method package abstract traceId128Bit() : boolean from class com.github.kristofa.brave.AnnotationSubmitter to package abstract traceId128Bit() : boolean from class com.github.kristofa.brave.SpanIdFactory | From | To | |
Move Method package abstract randomGenerator() : Random from class com.github.kristofa.brave.AnnotationSubmitter to package abstract randomGenerator() : Random from class com.github.kristofa.brave.SpanIdFactory | From | To | |
Change Return Type | 2 | ||
Change Return Type Span to SpanId in method private maybeParent() : SpanId in class com.github.kristofa.brave.ClientTracer | From | To | |
Change Return Type Span to SpanId in method package maybeParent() : SpanId in class com.github.kristofa.brave.LocalTracer | From | To | |
Extract Class | 1 | ||
Extract Class com.github.kristofa.brave.SpanIdFactory from class com.github.kristofa.brave.AnnotationSubmitter | From | To | |
Extract Method | 1 | ||
Extract Method package newAnnotationSubmitter() : AnnotationSubmitter extracted from public setup() : void in class com.github.kristofa.brave.AnnotationSubmitterTest | From | To |