ae9f33cdb9b8ed243b53ff49d7d31d5aaa1fcdbb
Files Diff
- Added: 0
- Removed: 5
- Renamed: 0
- Modified: 30
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public fromJournalEntry(entry LineageIdGeneratorEntry) : void renamed to public initFromJournalEntry(entry LineageIdGeneratorEntry) : void in class tachyon.master.lineage.meta.LineageIdGenerator | From | To | |
| Rename Method public fromJournalEntry(entry InodeDirectoryIdGeneratorEntry) : void renamed to public initFromJournalEntry(entry InodeDirectoryIdGeneratorEntry) : void in class tachyon.master.file.meta.InodeDirectoryIdGenerator | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type entry : InodeEntry to entry : JournalEntry in method public addInodeFromJournal(entry JournalEntry) : void in class tachyon.master.file.meta.InodeTree | From | To | |
| Rename Variable | 3 | ||
| Rename Variable entry : JournalEntry to innerEntry : Message in method public processJournalEntry(entry JournalEntry) : void in class tachyon.master.file.FileSystemMaster | From | To | |
| Rename Variable entry : JournalEntry to innerEntry : Message in method public processJournalEntry(entry JournalEntry) : void in class tachyon.master.lineage.LineageMaster | From | To | |
| Rename Variable entry : JournalEntry to innerEntry : Message in method public processJournalEntry(entry JournalEntry) : void in class tachyon.master.rawtable.RawTableMaster | From | To | |
| Change Return Type | 1 | ||
| Change Return Type LineageEntry to JournalEntry in method public toJournalEntry() : JournalEntry in class tachyon.master.lineage.meta.Lineage | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type entry : JournalEntry to innerEntry : Message in method public processJournalEntry(entry JournalEntry) : void in class tachyon.master.lineage.LineageMaster | From | To | |
| Change Variable Type entry : JournalEntry to innerEntry : Message in method public processJournalEntry(entry JournalEntry) : void in class tachyon.master.rawtable.RawTableMaster | From | To | |
| Change Variable Type entry : JournalEntry to innerEntry : Message in method public processJournalEntry(entry JournalEntry) : void in class tachyon.master.file.FileSystemMaster | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mDataSet : Map<JournalEntryType,JournalEntry> to mDataSet : Set<JournalEntry> in class tachyon.master.journal.JournalFormatterTestBase | From | To |