edb9ed8bcd649d319296a60beb087f58a981459b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private readInternal() : Journal.JournalEntry renamed to public read() : Journal.JournalEntry in class alluxio.master.journal.ufs.UfsJournalReader | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public getCurrentLogFileName() : URI from class alluxio.master.journal.ufs.UfsJournal to public appendPathOrDie(base URI, path String) : URI from class alluxio.util.URIUtils | From | To | |
Move And Rename Method public getCompletedLogDirName() : URI from class alluxio.master.journal.ufs.UfsJournal to public appendPathOrDie(base URI, path String) : URI from class alluxio.util.URIUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mInputStream : InputStream to mInputStream : JournalInputStream in class alluxio.master.journal.ufs.UfsJournalReader | From | To |