da1c4b16093de9502e4c481634e711f0cdb5871a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type spanId : long to spanId : SpanId in method public spanId(spanId SpanId) : Builder in class com.github.kristofa.brave.TraceData.Builder | From | To | |
Rename Variable | 1 | ||
Rename Variable defaultTraceData : TraceData to traceData : TraceData in method public testTraceDataConstruction() : void in class com.github.kristofa.brave.TraceDataTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<Long> to Optional<SpanId> in method public getSpanId() : Optional<SpanId> in class com.github.kristofa.brave.TraceData | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type spanId : Optional<Long> to spanId : Optional<SpanId> in class com.github.kristofa.brave.TraceData | From | To | |
Change Attribute Type spanId : Optional<Long> to spanId : Optional<SpanId> in class com.github.kristofa.brave.TraceData.Builder | From | To | |
Change Attribute Type SPAN_ID : long to SPAN_ID : SpanId in class com.github.kristofa.brave.TraceDataTest | From | To |