28a62d844e7a069a05383bb1e9e71f9daea41199
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 3 | ||
| Move Method public testSortWithLongRecordsOnly() : void from class org.apache.flink.runtime.operators.sort.ExternalSortITCase to public testSortWithLongRecordsOnly() : void from class org.apache.flink.runtime.operators.sort.ExternalSortLargeRecordsITCase | From | To | |
| Move Method public testSortWithLongAndShortRecordsMixed() : void from class org.apache.flink.runtime.operators.sort.ExternalSortITCase to public testSortWithLongAndShortRecordsMixed() : void from class org.apache.flink.runtime.operators.sort.ExternalSortLargeRecordsITCase | From | To | |
| Move Method public writeToOutput(output ChannelWriterOutputView) : void from class org.apache.flink.runtime.operators.sort.SortBuffer to public writeToOutput(output ChannelWriterOutputView, largeRecordsOutput LargeRecordHandler<T>) : void from class org.apache.flink.runtime.operators.sort.NormalizedKeySorter | From | To | |
| Rename Variable | 1 | ||
| Rename Variable recordsLeft : int to numRecords : int in method public writeToOutput(output ChannelWriterOutputView, largeRecordsOutput LargeRecordHandler<T>) : void in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.flink.runtime.operators.sort.ExternalSortLargeRecordsITCase from class org.apache.flink.runtime.operators.sort.ExternalSortITCase | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.flink.runtime.operators.sort.ExternalSortITCase.SomeMaybeLongValue moved to org.apache.flink.runtime.operators.sort.ExternalSortLargeRecordsITCase.SomeMaybeLongValue | From | To | |
| Extract Variable | 1 | ||
| Extract Variable newOffset : long in method public write(record T) : boolean from class org.apache.flink.runtime.operators.sort.NormalizedKeySorter | From | To | |
| Extract Method | 1 | ||
| Extract Method public writeToOutput(output ChannelWriterOutputView, largeRecordsOutput LargeRecordHandler<T>) : void extracted from public writeToOutput(output ChannelWriterOutputView) : void in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter | From | To |