4f634e7cf1f411204292ddcbb62f3506cb20b462
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 7
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public renameFolder() : void renamed to public renameDirectory() : void in class alluxio.underfs.UnderStorageSystemInterfaceIntegrationTest | From | To | |
| Rename Method public rename(source String, destination String) : boolean renamed to public renameDirectory(source String, destination String) : boolean in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
| Rename Method public renameFolderToFolder() : void renamed to public renameDirectoryDeep() : void in class alluxio.underfs.UnderStorageSystemInterfaceIntegrationTest | From | To | |
| Rename Variable | 2 | ||
| Rename Variable testDirChildFinalDst : String to testDirDstNestedChild : String in method public renameDirectoryDeep() : void in class alluxio.underfs.UnderStorageSystemInterfaceIntegrationTest | From | To | |
| Rename Variable testDirFinalDst : String to testDirDstNested : String in method public renameDirectoryDeep() : void in class alluxio.underfs.UnderStorageSystemInterfaceIntegrationTest | From | To | |
| Extract Method | 1 | ||
| Extract Method public renameFile(source String, destination String) : boolean extracted from public rename(source String, destination String) : boolean in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To |