37d6b47a6cee506a328c948c04aae2c650d6c150
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable expectedSeq : long to seq : long in method private checkJournalEntries(startSN long, endSN long) : void in class alluxio.master.journal.ufs.UfsJournalLogWriterTest | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable numberOfEntriesWrittenBeforeFailure : int to numberOfEntries : int in method private writeJournalEntries(writer UfsJournalLogWriter, startSN long, numberOfEntries int) : long in class alluxio.master.journal.ufs.UfsJournalLogWriterTest | From | To | |
Extract Method | 2 | ||
Extract Method private writeJournalEntries(writer UfsJournalLogWriter, startSN long, numberOfEntries int) : long extracted from public missingIncompleteJournalFile() : void in class alluxio.master.journal.ufs.UfsJournalLogWriterTest | From | To | |
Extract Method private writeJournalEntries(writer UfsJournalLogWriter, startSN long, numberOfEntries int) : long extracted from public recoverFromUfsFailure() : void in class alluxio.master.journal.ufs.UfsJournalLogWriterTest | From | To |