484bc4fddc9b697a2f779110afcc9ee1bae674dc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private copyFromLocalDir(srcPath AlluxioURI, dstPath AlluxioURI) : void renamed to private copyFromLocalFileList(pool CopyThreadPoolExecutor, srcPaths List<AlluxioURI>, dstPath AlluxioURI) : void in class alluxio.cli.fs.command.CpCommand | From | To | |
Rename Method private copyPath(srcPath AlluxioURI, dstPath AlluxioURI) : void renamed to private asyncCopyLocalPath(pool CopyThreadPoolExecutor, srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.cli.fs.command.CpCommand | From | To | |
Rename Variable | 1 | ||
Rename Variable srcFile : File to srcPath : AlluxioURI in method private copyFromLocalFileList(pool CopyThreadPoolExecutor, srcPaths List<AlluxioURI>, dstPath AlluxioURI) : void in class alluxio.cli.fs.command.CpCommand | From | To | |
Inline Method | 1 | ||
Inline Method private copyFromLocal(srcPath AlluxioURI, dstPath AlluxioURI) : void inlined to public run(cl CommandLine) : int in class alluxio.cli.fs.command.CpCommand | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable fileList : File[] to srcPaths : List<AlluxioURI> in method private copyFromLocalFileList(pool CopyThreadPoolExecutor, srcPaths List<AlluxioURI>, dstPath AlluxioURI) : void in class alluxio.cli.fs.command.CpCommand | From | To | |
Change Variable Type | 2 | ||
Change Variable Type srcFile : File to srcPath : AlluxioURI in method private copyFromLocalFileList(pool CopyThreadPoolExecutor, srcPaths List<AlluxioURI>, dstPath AlluxioURI) : void in class alluxio.cli.fs.command.CpCommand | From | To | |
Change Variable Type fileList : File[] to srcPaths : List<AlluxioURI> in method private copyFromLocalFileList(pool CopyThreadPoolExecutor, srcPaths List<AlluxioURI>, dstPath AlluxioURI) : void in class alluxio.cli.fs.command.CpCommand | From | To | |
Extract Method | 1 | ||
Extract Method private copyFromLocalFile(srcPath AlluxioURI, dstPath AlluxioURI) : void extracted from private copyPath(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.cli.fs.command.CpCommand | From | To |