ed77ea03cf0c9f3b365f232c73e8aa41ff770bff
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package update(state Map<String,String>) : boolean renamed to package updateStateAndSample(state Map<String,String>) : boolean in class brave.features.propagation.SecondarySampling | From | To | |
Rename Method public extract_convertsConfiguredRateToDecision() : void renamed to public extract_convertsConfiguredTpsToDecision() : void in class brave.features.propagation.SecondarySamplingTest | From | To | |
Rename Variable | 2 | ||
Rename Variable rate : String to tps : String in method package updateStateAndSample(state Map<String,String>) : boolean in class brave.features.propagation.SecondarySampling | From | To | |
Rename Variable state : String to system : String in method public handle(context TraceContext, span MutableSpan) : boolean in class brave.features.propagation.SecondarySampling.FinishedSpanHandler | From | To | |
Rename Attribute | 7 | ||
Rename Attribute zeus : List<MutableSpan> to links : List<MutableSpan> in class brave.features.propagation.SecondarySamplingTest | From | To | |
Rename Attribute states : Map<String,Map<String,String>> to systems : Map<String,Map<String,String>> in class brave.features.propagation.SecondarySampling.Extra | From | To | |
Rename Attribute configuredHandlers : Map<String,brave.handler.FinishedSpanHandler> to systemToHandlers : Map<String,brave.handler.FinishedSpanHandler> in class brave.features.propagation.SecondarySampling.FinishedSpanHandler | From | To | |
Rename Attribute configuredStates : Set<String> to configuredSystems : Set<String> in class brave.features.propagation.SecondarySampling.Propagation | From | To | |
Rename Attribute apollo : List<MutableSpan> to edge : List<MutableSpan> in class brave.features.propagation.SecondarySamplingTest | From | To | |
Rename Attribute configuredStates : Set<String> to configuredSystems : Set<String> in class brave.features.propagation.SecondarySampling.PropagationFactory | From | To | |
Rename Attribute configuredStates : Set<String> to configuredSystems : Set<String> in class brave.features.propagation.SecondarySampling.Extractor | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package parseSystem(system String) : Map<String,String> extracted from public extract(carrier C) : TraceContextOrSamplingFlags in class brave.features.propagation.SecondarySampling.Extractor & moved to class brave.features.propagation.SecondarySampling | From | To | |
Rename Parameter | 3 | ||
Rename Parameter configuredStates : Set<String> to configuredSystems : Set<String> in method package PropagationFactory(delegate Propagation.Factory, configuredSystems Set<String>) in class brave.features.propagation.SecondarySampling.PropagationFactory | From | To | |
Rename Parameter configuredHandlers : Map<String,brave.handler.FinishedSpanHandler> to systemToHandlers : Map<String,brave.handler.FinishedSpanHandler> in method package FinishedSpanHandler(systemToHandlers Map<String,brave.handler.FinishedSpanHandler>) in class brave.features.propagation.SecondarySampling.FinishedSpanHandler | From | To | |
Rename Parameter configuredStates : Set<String> to configuredSystems : Set<String> in method package Propagation(delegate Propagation<K>, keyFactory KeyFactory<K>, configuredSystems Set<String>) in class brave.features.propagation.SecondarySampling.Propagation | From | To |