6604a3b8a59b75270d1ce7ae94e5643c437349da
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getTTLOrNull() : Long renamed to public getTTL() : long in class tachyon.client.file.options.SetStateOptions | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Long to long in method public getTTL() : long in class tachyon.client.file.options.SetStateOptions | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type ttl : Long to ttl : long in method private setStateInternal(fileId long, opTimeMs long, options SetStateOptions) : void in class tachyon.master.file.FileSystemMaster | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public hasPinned() : boolean extracted from private setStateInternal(fileId long, opTimeMs long, options SetStateOptions) : void in class tachyon.master.file.FileSystemMaster & moved to class tachyon.client.file.options.SetStateOptions | From | To | |
| Extract And Move Method public hasTTL() : boolean extracted from private setStateInternal(fileId long, opTimeMs long, options SetStateOptions) : void in class tachyon.master.file.FileSystemMaster & moved to class tachyon.client.file.options.SetStateOptions | From | To |