1bf40bcdc17ef2599bd6997d32f6afac2657d50c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 37
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 3 | ||
Move Method public get(path String) : UnderFileSystem from class alluxio.underfs.UnderFileSystem to public get(path String) : UnderFileSystem from class alluxio.underfs.UnderFileSystemCache | From | To | |
Move Method public clearCache() : void from class alluxio.underfs.UnderFileSystem to public clearCache() : void from class alluxio.underfs.UnderFileSystemCache | From | To | |
Move Method public get(path String, ufsConf Object) : UnderFileSystem from class alluxio.underfs.UnderFileSystem to public get(path String, ufsConf Object) : UnderFileSystem from class alluxio.underfs.UnderFileSystemCache | From | To | |
Move Attribute | 1 | ||
Move Attribute private UFS_CACHE : Cache from class alluxio.underfs.UnderFileSystem to private UFS_CACHE : Cache from class alluxio.underfs.UnderFileSystemCache | From | To | |
Extract Class | 1 | ||
Extract Class alluxio.underfs.UnderFileSystemCache from class alluxio.underfs.UnderFileSystem | From | To | |
Move Class | 2 | ||
Move Class alluxio.underfs.UnderFileSystem.Key moved to alluxio.underfs.UnderFileSystemCache.Key | From | To | |
Move Class alluxio.underfs.UnderFileSystem.Cache moved to alluxio.underfs.UnderFileSystemCache.Cache | From | To |