659020790f11755e464d8b4b9e0a92e5aaec1fa8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public getJournalEntryIterator() : Iterator<JournalEntry> from class alluxio.master.block.BlockMaster to public getJournalEntryIterator() : Iterator<JournalEntry> from class alluxio.master.block.DefaultBlockMaster | From | To | |
Push Down Method package BlockMaster(journalFactory JournalFactory) from class alluxio.master.block.BlockMaster to package DefaultBlockMaster(journalFactory JournalFactory) from class alluxio.master.block.DefaultBlockMaster | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type isLeader : boolean to isLeader : Boolean in method public start(isLeader Boolean) : void in class alluxio.master.block.DefaultBlockMaster | From | To |