dc0657b2e7bd1da6215f3d3a7497543e07f30cc9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 38
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getTachyonURIs(tachyonClient FileSystem, inputURI AlluxioURI) : List<AlluxioURI> renamed to public getAlluxioURIs(alluxioClient FileSystem, inputURI AlluxioURI) : List<AlluxioURI> in class alluxio.shell.AlluxioShellUtils | From | To | |
Rename Method private createTachyonURIComparator() : Comparator<AlluxioURI> renamed to private createAlluxioURIComparator() : Comparator<AlluxioURI> in class alluxio.shell.command.WithWildCardPathCommand | From | To | |
Rename Method private getTachyonURIs(tachyonClient FileSystem, inputURI AlluxioURI, parentDir AlluxioURI) : List<AlluxioURI> renamed to private getAlluxioURIs(alluxioClient FileSystem, inputURI AlluxioURI, parentDir AlluxioURI) : List<AlluxioURI> in class alluxio.shell.AlluxioShellUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable tachyonPath : AlluxioURI to alluxioPath : AlluxioURI in method public run(cl CommandLine) : void in class alluxio.shell.command.MountCommand | From | To | |
Rename Parameter | 3 | ||
Rename Parameter tachyonClient : FileSystem to alluxioClient : FileSystem in method public getAlluxioURIs(alluxioClient FileSystem, inputURI AlluxioURI) : List<AlluxioURI> in class alluxio.shell.AlluxioShellUtils | From | To | |
Rename Parameter tachyonClient : FileSystem to alluxioClient : FileSystem in method private getAlluxioURIs(alluxioClient FileSystem, inputURI AlluxioURI, parentDir AlluxioURI) : List<AlluxioURI> in class alluxio.shell.AlluxioShellUtils | From | To | |
Rename Parameter tachyonFS : FileSystem to fs : FileSystem in method private getFileOrFolderSize(fs FileSystem, path AlluxioURI) : long in class alluxio.shell.command.DuCommand | From | To |