f2c877294ffc9e04266684241e69ed3045b9f256
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable label : Entry<String,String> to selector : HostSelector in method package run(options Namespace, client HeliosClient, out PrintStream, json boolean, stdin BufferedReader) : int in class com.spotify.helios.cli.command.HostListCommand | From | To | |
Rename Variable selectedLabels : Map<String,String> to hostSelectors : List<HostSelector> in method package run(options Namespace, client HeliosClient, out PrintStream, json boolean, stdin BufferedReader) : int in class com.spotify.helios.cli.command.HostListCommand | From | To | |
Rename Attribute | 2 | ||
Rename Attribute labelsArg : Argument to hostSelectorsArg : Argument in class com.spotify.helios.cli.command.HostListCommand | From | To | |
Rename Attribute LABELS : Map<String,String> to LABELS1 : Map<String,String> in class com.spotify.helios.cli.command.HostListCommandTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type selectedLabels : Map<String,String> to hostSelectors : List<HostSelector> in method package run(options Namespace, client HeliosClient, out PrintStream, json boolean, stdin BufferedReader) : int in class com.spotify.helios.cli.command.HostListCommand | From | To | |
Change Variable Type label : Entry<String,String> to selector : HostSelector in method package run(options Namespace, client HeliosClient, out PrintStream, json boolean, stdin BufferedReader) : int in class com.spotify.helios.cli.command.HostListCommand | From | To | |
Extract Variable | 7 | ||
Extract Variable nonHosts2 : String in method public testCliHosts() : void from class com.spotify.helios.system.LabelTest | From | To | |
Extract Variable xyzHosts : String in method public testCliHosts() : void from class com.spotify.helios.system.LabelTest | From | To | |
Extract Variable statusBuilder : HostStatus.Builder in method public setUp() : void from class com.spotify.helios.cli.command.HostListCommandTest | From | To | |
Extract Variable fooHosts : String in method public testCliHosts() : void from class com.spotify.helios.system.LabelTest | From | To | |
Extract Variable notFooHosts : String in method public testCliHosts() : void from class com.spotify.helios.system.LabelTest | From | To | |
Extract Variable fooAndXyzHosts : String in method public testCliHosts() : void from class com.spotify.helios.system.LabelTest | From | To | |
Extract Variable nonHosts : String in method public testCliHosts() : void from class com.spotify.helios.system.LabelTest | From | To | |
Extract Method | 1 | ||
Extract Method private hostLabels(hosts Set<String>) : Callable<Map<String,Map<String,String>>> extracted from public testCliHosts() : void in class com.spotify.helios.system.LabelTest | From | To |