fecb347638ef4b8ac3c8cd80ffee69d6f20e3fa7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private checkConsistency(path AlluxioURI, repairConsistency boolean) : void renamed to private runConsistencyCheck(path AlluxioURI, repairConsistency boolean) : void in class alluxio.cli.fs.command.CheckConsistencyCommand | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public persistFile(fs FileSystem, fsContext FileSystemContext, uri AlluxioURI) : void from class alluxio.client.file.FileSystemUtils to package checkConsistency(path AlluxioURI, options CheckConsistencyPOptions) : List<AlluxioURI> from class alluxio.cli.fs.command.CheckConsistencyCommand | From | To | |
Move Method | 1 | ||
Move Method public checkConsistency(fsContext FileSystemContext, path AlluxioURI, options CheckConsistencyPOptions) : List<AlluxioURI> from class alluxio.client.file.FileSystemUtils to package checkConsistency(path AlluxioURI, options CheckConsistencyPOptions) : List<AlluxioURI> from class alluxio.cli.fs.command.CheckConsistencyCommand | From | To | |
Change Return Type | 1 | ||
Change Return Type void to List<AlluxioURI> in method package checkConsistency(path AlluxioURI, options CheckConsistencyPOptions) : List<AlluxioURI> in class alluxio.cli.fs.command.CheckConsistencyCommand | From | To | |
Extract Method | 1 | ||
Extract Method private createUnpersistedFiles(dirPath String, fileSize int, totalFiles int) : List<AlluxioURI> extracted from public persistParallel(totalFiles int, parallelism int) : void in class alluxio.client.cli.fs.command.PersistCommandTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getIntArg(cl CommandLine, option Option, defaultValue int) : int extracted from public run(cl CommandLine) : int in class alluxio.cli.fs.command.PersistCommand & moved to class alluxio.cli.fs.FileSystemShellUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter uri : AlluxioURI to path : AlluxioURI in method package checkConsistency(path AlluxioURI, options CheckConsistencyPOptions) : List<AlluxioURI> in class alluxio.cli.fs.command.CheckConsistencyCommand | From | To |