d9866a72630ca80d67bc20a4e26b6e998dee45a0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable newURI : AlluxioURI to dst : AlluxioURI in method public run(cl CommandLine) : int in class alluxio.cli.fs.command.CpCommand | From | To | |
Rename Variable srcPath : AlluxioURI to src : AlluxioURI in method public run(cl CommandLine) : int in class alluxio.cli.fs.command.CpCommand | From | To | |
Inline Method | 1 | ||
Inline Method private copyFromLocalFileList(pool CopyThreadPoolExecutor, srcPaths List<AlluxioURI>, dstPath AlluxioURI) : void inlined to public run(cl CommandLine) : int in class alluxio.cli.fs.command.CpCommand | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mOutput : PrintStream to mStdout : PrintStream in class alluxio.cli.fs.command.CpCommand.CopyThreadPoolExecutor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type MESSAGE_DONE : String to MESSAGE_DONE : Object in class alluxio.cli.fs.command.CpCommand.CopyThreadPoolExecutor | From | To | |
Change Attribute Type mMessages : BlockingQueue<String> to mMessages : BlockingQueue<Object> in class alluxio.cli.fs.command.CpCommand.CopyThreadPoolExecutor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter out : PrintStream to stdout : PrintStream in method public CopyThreadPoolExecutor(threads int, stdout PrintStream, stderr PrintStream, fileSystem FileSystem, path AlluxioURI) in class alluxio.cli.fs.command.CpCommand.CopyThreadPoolExecutor | From | To |