bbd02d24bc7547e2c9384d713b20f86682cac08c
Files Diff
- Added: 11
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public compareSerializedDate(firstSource DataInputView, secondSource DataInputView, ascendingComparison boolean) : int extracted from public compareSerialized(firstSource DataInputView, secondSource DataInputView) : int in class org.apache.flink.api.common.typeutils.base.DateComparator | From | To | |
Extract Method public putNormalizedKeyDate(record Date, target MemorySegment, offset int, numBytes int) : void extracted from public putNormalizedKey(lValue Date, target MemorySegment, offset int, numBytes int) : void in class org.apache.flink.api.common.typeutils.base.DateComparator | From | To | |
Rename Parameter | 2 | ||
Rename Parameter lValue : Date to record : Date in method public putNormalizedKey(record Date, target MemorySegment, offset int, numBytes int) : void in class org.apache.flink.api.common.typeutils.base.DateComparator | From | To | |
Rename Parameter lValue : Date to record : Date in method public putNormalizedKeyDate(record Date, target MemorySegment, offset int, numBytes int) : void in class org.apache.flink.api.common.typeutils.base.DateComparator | From | To |