0b729b2c095ae3701d4abd625432ea97c0dbecdf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable baragonServiceStates : Collection<BaragonServiceState> to maybeBaragonServiceState : Optional<BaragonServiceState> in method public getBaragonUpstreamsForRequest(requestId String) : Collection<UpstreamInfo> in class com.hubspot.singularity.hooks.LoadBalancerClientImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<BaragonServiceState> to Optional<BaragonServiceState> in method private getBaragonServiceStateForLoadBalancerRequest(requestId String) : Optional<BaragonServiceState> in class com.hubspot.singularity.hooks.LoadBalancerClientImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type baragonServiceStates : Collection<BaragonServiceState> to maybeBaragonServiceState : Optional<BaragonServiceState> in method public getBaragonUpstreamsForRequest(requestId String) : Collection<UpstreamInfo> in class com.hubspot.singularity.hooks.LoadBalancerClientImpl | From | To |