75e9eedc9eb132eb6dd051f48b2be300135fc1e4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public prepareConfiguration(path String, ufsConf Map<String,String>) : Configuration renamed to public createConfiguration(ufsConf Map<String,String>) : Configuration in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type hadoopConf : Configuration to ufsConf : Map<String,String> in method public prepareConfiguration(path String, ufsConf Map<String,String>) : Configuration in class alluxio.underfs.glusterfs.GlusterFSUnderFileSystem | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Configuration in method public prepareConfiguration(path String, ufsConf Map<String,String>) : Configuration in class alluxio.underfs.glusterfs.GlusterFSUnderFileSystem | From | To | |
Rename Parameter | 1 | ||
Rename Parameter hadoopConf : Configuration to ufsConf : Map<String,String> in method public prepareConfiguration(path String, ufsConf Map<String,String>) : Configuration in class alluxio.underfs.glusterfs.GlusterFSUnderFileSystem | From | To |