02f75a6ce7b2e1bceeb639abc0301e3fb0636882
Files Diff
- Added: 0
 - Removed: 2
 - Renamed: 0
 - Modified: 10
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private prepareConfigList() : List<ConfigProperty> from class alluxio.cli.fsadmin.report.ConfigurationCommandTest to private prepareConfigList() : List<ConfigProperty> from class alluxio.client.cli.fs.GetConfTest | From | To | |
| Rename Variable | 2 | ||
| Rename Variable keys : List<PropertyKey> to properties : List<ConfigProperty> in method public getConfImpl(clientSupplier Supplier<RetryHandlingMetaMasterClient>, args String...) : int in class alluxio.cli.GetConf | From | To | |
| Rename Variable key : PropertyKey to property : ConfigProperty in method public getConfImpl(clientSupplier Supplier<RetryHandlingMetaMasterClient>, args String...) : int in class alluxio.cli.GetConf | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type keys : List<PropertyKey> to properties : List<ConfigProperty> in method public getConfImpl(clientSupplier Supplier<RetryHandlingMetaMasterClient>, args String...) : int in class alluxio.cli.GetConf | From | To | |
| Change Variable Type key : PropertyKey to property : ConfigProperty in method public getConfImpl(clientSupplier Supplier<RetryHandlingMetaMasterClient>, args String...) : int in class alluxio.cli.GetConf | From | To | |
| Extract Method | 1 | ||
| Extract Method public getConfImpl(clientSupplier Supplier<RetryHandlingMetaMasterClient>, args String...) : int extracted from public getConf(args String...) : int in class alluxio.cli.GetConf | From | To |