b5ae57ca59f0f932e218e14218a259646cc30e81
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public delete(path String, recursive boolean) : boolean renamed to public deleteDirectory(path String, options DeleteOptions) : boolean in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type recursive : boolean to options : DeleteOptions in method public deleteDirectory(path String, options DeleteOptions) : boolean in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
Extract Variable | 1 | ||
Extract Variable childPath : String in method public deleteDirectory(path String, options DeleteOptions) : boolean from class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
Rename Parameter | 1 | ||
Rename Parameter recursive : boolean to options : DeleteOptions in method public deleteDirectory(path String, options DeleteOptions) : boolean in class alluxio.underfs.local.LocalUnderFileSystem | From | To |