0d0d4e8bfc1c9973fe805a2d2ab47e113123d15f
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private freeInternal(inodePath LockedInodePath, recursive boolean) : boolean renamed to private freeInternalAndJournal(inodePath LockedInodePath, options FreeOptions) : long in class alluxio.master.file.FileSystemMaster | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type recursive : boolean to options : FreeOptions in method private freeInternalAndJournal(inodePath LockedInodePath, options FreeOptions) : long in class alluxio.master.file.FileSystemMaster | From | To | |
| Move Method | 1 | ||
| Move Method public validate() : void from class alluxio.thrift.FileSystemMasterClientService.free_args to public validate() : void from class alluxio.thrift.FreeTOptions | From | To | |
| Change Return Type | 1 | ||
| Change Return Type boolean to long in method private freeInternalAndJournal(inodePath LockedInodePath, options FreeOptions) : long in class alluxio.master.file.FileSystemMaster | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.thrift.FreeTOptions from class alluxio.thrift.FileSystemMasterClientService.free_args | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter recursive : boolean to options : FreeOptions in method private freeInternalAndJournal(inodePath LockedInodePath, options FreeOptions) : long in class alluxio.master.file.FileSystemMaster | From | To |