9467a60f86a1fa9b33547f202f84f7e2a656400d
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getCheckpointLastModifiedTimeMs() : long renamed to public checkpointExists() : boolean in class tachyon.master.journal.JournalTailer | From | To | |
| Rename Variable | 1 | ||
| Rename Variable numProcessed : int to numFilesProcessed : int in method public processNextJournalLogFiles() : int in class tachyon.master.journal.JournalTailer | From | To | |
| Inline Method | 1 | ||
| Inline Method private freeInternal(inode Inode) : void inlined to public free(fileId long, recursive boolean) : boolean in class tachyon.master.file.FileSystemMaster | From | To | |
| Change Return Type | 1 | ||
| Change Return Type long to boolean in method public checkpointExists() : boolean in class tachyon.master.journal.JournalTailer | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mEntryLogFilenameBase : String to ENTRY_LOG_FILENAME_BASE : String in class tachyon.master.journal.Journal | From | To |