639aac2619777d6be7891c4d8ca2f2e20af2a762
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type conf : Object to conf : Map<String,String> in method public HdfsUnderFileSystem(uri AlluxioURI, conf Map<String,String>) in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute hadoopConf : Configuration to mHadoopConf : Configuration in method public HdfsUnderFileSystem(uri AlluxioURI, conf Map<String,String>) in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
Change Variable Type | 1 | ||
Change Variable Type hadoopConf : org.apache.hadoop.conf.Configuration to mHadoopConf : Configuration in method public HdfsUnderFileSystem(uri AlluxioURI, conf Map<String,String>) in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
Extract Method | 1 | ||
Extract Method public prepareConfiguration(path String, ufsConf Map<String,String>) : Configuration extracted from public HdfsUnderFileSystem(uri AlluxioURI, conf Object) in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To |