896c4b0082d3d8a4a36b7d46d62dab16a083f96c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testMultipleHostSelectors() : void renamed to public testLabelsFilter() : void in class com.spotify.helios.cli.command.HostListCommandTest | From | To | |
Inline Method | 1 | ||
Inline Method private checkSelectors(hostSelectors List<String>, expectedHosts List<String>) : void inlined to public testLabelsFilter() : void in class com.spotify.helios.cli.command.HostListCommandTest | From | To | |
Rename Variable | 1 | ||
Rename Variable labels : String to hostLabels : String 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 | 1 | ||
Rename Attribute LABELS1 : Map<String,String> to LABELS : Map<String,String> in class com.spotify.helios.cli.command.HostListCommandTest | From | To | |
Inline Variable | 1 | ||
Inline Variable statusBuilder : HostStatus.Builder in method public setUp() : void from class com.spotify.helios.cli.command.HostListCommandTest | From | To | |
Extract Method | 4 | ||
Extract Method private runCommand() : int extracted from public testInvalidStatusThrowsError() : void in class com.spotify.helios.cli.command.HostListCommandTest | From | To | |
Extract Method private runCommand() : int extracted from public testNonQuietOutputIsSorted() : void in class com.spotify.helios.cli.command.HostListCommandTest | From | To | |
Extract Method private runCommand() : int extracted from public testQuietOutputIsSorted() : void in class com.spotify.helios.cli.command.HostListCommandTest | From | To | |
Extract Method private runCommand() : int extracted from public testCommand() : void in class com.spotify.helios.cli.command.HostListCommandTest | From | To |