cc99329be1424c9c49a6ba7f01e390aefc5479ea
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public upgradeToWriteJournal(journal Journal) : void renamed to public upgradeToReadWriteJournal(journal ReadWriteJournal) : void in class tachyon.master.MasterBase | From | To | |
Rename Method public upgradeToWriteJournal(journal Journal) : void renamed to public upgradeToReadWriteJournal(journal ReadWriteJournal) : void in class tachyon.master.Master | From | To | |
Push Down Method | 2 | ||
Push Down Method public getNewReader() : JournalReader from class tachyon.master.journal.Journal to public getNewReader() : JournalReader from class tachyon.master.journal.ReadOnlyJournal | From | To | |
Push Down Method public getNewWriter() : JournalWriter from class tachyon.master.journal.Journal to public getNewWriter() : JournalWriter from class tachyon.master.journal.ReadWriteJournal | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type journal : Journal to journal : ReadWriteJournal in method public upgradeToReadWriteJournal(journal ReadWriteJournal) : void in class tachyon.master.MasterBase | From | To | |
Change Parameter Type journal : Journal to journal : ReadWriteJournal in method public upgradeToReadWriteJournal(journal ReadWriteJournal) : void in class tachyon.master.Master | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type mBlockMasterJournal : Journal to mBlockMasterJournal : ReadWriteJournal in class tachyon.master.TachyonMaster | From | To | |
Change Attribute Type mFileSystemMasterJournal : Journal to mFileSystemMasterJournal : ReadWriteJournal in class tachyon.master.TachyonMaster | From | To | |
Change Attribute Type mRawTableMasterJournal : Journal to mRawTableMasterJournal : ReadWriteJournal in class tachyon.master.TachyonMaster | From | To |