f86f72da6826f61d2c7e197c889ac4b85918efbf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public writeProductSnapshots(out DataOutputView) : void renamed to public writeCompositeSnapshot(out DataOutputView) : void in class org.apache.flink.api.common.typeutils.CompositeSerializerSnapshot | From | To | |
Rename Method public readProductSnapshots(in DataInputView, cl ClassLoader) : void renamed to public readCompositeSnapshot(in DataInputView, cl ClassLoader) : CompositeSerializerSnapshot in class org.apache.flink.api.common.typeutils.CompositeSerializerSnapshot | From | To | |
Change Return Type | 2 | ||
Change Return Type void to CompositeSerializerSnapshot in method public readCompositeSnapshot(in DataInputView, cl ClassLoader) : CompositeSerializerSnapshot in class org.apache.flink.api.common.typeutils.CompositeSerializerSnapshot | From | To | |
Change Return Type void to CompositeSerializerSnapshot in method public legacyReadProductSnapshots(in DataInputView, cl ClassLoader) : CompositeSerializerSnapshot in class org.apache.flink.api.common.typeutils.CompositeSerializerSnapshot | From | To |