2e0a993b3469f323b8b49e80da2d131785762abe
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public type() : JournalEntryType renamed to public getType() : JournalEntryType in class tachyon.master.next.filesystem.journal.AddCheckpointEntry | From | To | |
Rename Method public type() : JournalEntryType renamed to public getType() : JournalEntryType in class tachyon.master.next.journal.JournalEntry | From | To | |
Rename Method public abstract type() : JournalEntryType renamed to public abstract getType() : JournalEntryType in class tachyon.master.next.filesystem.journal.InodeEntry | From | To | |
Rename Method public type() : JournalEntryType renamed to public getType() : JournalEntryType in class tachyon.master.next.filesystem.journal.InodeFileEntry | From | To | |
Rename Method public type() : JournalEntryType renamed to public getType() : JournalEntryType in class tachyon.master.next.filesystem.journal.InodeDirectoryEntry | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type entry : JournalEntry to entry : SerializableJournalEntry in method public serialize(entry SerializableJournalEntry, outputStream OutputStream) : void in class tachyon.master.next.journal.JournalFormatter | From | To | |
Change Parameter Type fileId : int to fileId : long in method public AddCheckpointEntry(fileId long, length long, checkpointPath TachyonURI, opTimeMs long) in class tachyon.master.next.filesystem.journal.AddCheckpointEntry | From | To | |
Change Parameter Type entry : JournalEntry to entry : SerializableJournalEntry in method public serialize(entry SerializableJournalEntry, outputStream OutputStream) : void in class tachyon.master.next.journal.JsonJournalFormatter | From | To | |
Rename Class | 1 | ||
Rename Class tachyon.master.next.journal.Serializable renamed to tachyon.master.next.journal.JournalSerializable | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute childrenIds : List<Long> to mChildrenIds : List<Long> in method public getParameters() : Map<String,Object> in class tachyon.master.next.filesystem.journal.InodeDirectoryEntry | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mFileId : int to mFileId : long in class tachyon.master.next.filesystem.journal.AddCheckpointEntry | From | To |