5bcaf2e0fdf9c05f257eeb67d67bf1320faeea8f
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public legacyReadProductSnapshots(in DataInputView, cl ClassLoader) : CompositeSerializerSnapshot renamed to public legacyReadNestedSerializerSnapshots(in DataInputView, cl ClassLoader) : NestedSerializersSnapshotDelegate in class org.apache.flink.api.common.typeutils.NestedSerializersSnapshotDelegate | From | To | |
Rename Method public getRestoreSerializers() : TypeSerializer<?>[] renamed to public getRestoredNestedSerializers() : TypeSerializer<?>[] in class org.apache.flink.api.common.typeutils.NestedSerializersSnapshotDelegate | From | To | |
Rename Method public readCompositeSnapshot(in DataInputView, cl ClassLoader) : CompositeSerializerSnapshot renamed to public readNestedSerializerSnapshots(in DataInputView, cl ClassLoader) : NestedSerializersSnapshotDelegate in class org.apache.flink.api.common.typeutils.NestedSerializersSnapshotDelegate | From | To | |
Rename Method public getRestoreSerializer(pos int) : TypeSerializer<T> renamed to public getRestoredNestedSerializer(pos int) : TypeSerializer<T> in class org.apache.flink.api.common.typeutils.NestedSerializersSnapshotDelegate | From | To | |
Rename Method public writeCompositeSnapshot(out DataOutputView) : void renamed to public writeNestedSerializerSnapshots(out DataOutputView) : void in class org.apache.flink.api.common.typeutils.NestedSerializersSnapshotDelegate | From | To | |
Change Return Type | 2 | ||
Change Return Type CompositeSerializerSnapshot to NestedSerializersSnapshotDelegate in method public legacyReadNestedSerializerSnapshots(in DataInputView, cl ClassLoader) : NestedSerializersSnapshotDelegate in class org.apache.flink.api.common.typeutils.NestedSerializersSnapshotDelegate | From | To | |
Change Return Type CompositeSerializerSnapshot to NestedSerializersSnapshotDelegate in method public readNestedSerializerSnapshots(in DataInputView, cl ClassLoader) : NestedSerializersSnapshotDelegate in class org.apache.flink.api.common.typeutils.NestedSerializersSnapshotDelegate | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.flink.api.common.typeutils.CompositeSerializerSnapshot renamed to org.apache.flink.api.common.typeutils.NestedSerializersSnapshotDelegate | From | To | |
Rename Attribute | 1 | ||
Rename Attribute compositeSerializerSnapshot : CompositeSerializerSnapshot to nestedSerializersSnapshotDelegate : NestedSerializersSnapshotDelegate in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type nestedSnapshot : CompositeSerializerSnapshot to nestedSnapshot : NestedSerializersSnapshotDelegate in class org.apache.flink.api.common.typeutils.base.GenericArraySerializerConfigSnapshot | From | To | |
Change Attribute Type nestedSnapshot : CompositeSerializerSnapshot to nestedSnapshot : NestedSerializersSnapshotDelegate in class org.apache.flink.api.java.typeutils.runtime.EitherSerializerSnapshot | From | To | |
Change Attribute Type compositeSerializerSnapshot : CompositeSerializerSnapshot to nestedSerializersSnapshotDelegate : NestedSerializersSnapshotDelegate in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot | From | To |