e57a46f9ea3fd2a63514a4b667a3ce494d79b6e3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable readVersion : int to version : int in method package deserializeV2(in DataInputView, cl ClassLoader) : TypeSerializerSnapshot<T> in class org.apache.flink.api.common.typeutils.TypeSerializerSnapshotSerializationUtil.TypeSerializerSnapshotSerializationProxy | From | To | |
Change Return Type | 1 | ||
Change Return Type CompatibilityResult to TypeSerializerSchemaCompatibility in method private checkCompatibility(enumSourceA String, enumSourceB String) : TypeSerializerSchemaCompatibility in class org.apache.flink.api.common.typeutils.base.EnumSerializerUpgradeTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type strategy : CompatibilityResult to strategy : TypeSerializerSchemaCompatibility<T,? extends TypeSerializer<T>> in method public testSnapshotConfigurationAndReconfigure() : void in class org.apache.flink.api.common.typeutils.SerializerTestBase | From | To | |
Extract Method | 4 | ||
Extract Method package deserializeV2(in DataInputView, cl ClassLoader) : TypeSerializerSnapshot<T> extracted from public read(in DataInputView) : void in class org.apache.flink.api.common.typeutils.TypeSerializerSnapshotSerializationUtil.TypeSerializerSnapshotSerializationProxy | From | To | |
Extract Method private readAndInstantiateSnapshotClass(in DataInputView, cl ClassLoader) : TypeSerializerSnapshot<T> extracted from public read(in DataInputView) : void in class org.apache.flink.api.common.typeutils.TypeSerializerSnapshotSerializationUtil.TypeSerializerSnapshotSerializationProxy | From | To | |
Extract Method package deserializeV1(in DataInputView, cl ClassLoader, serializer TypeSerializer<T>) : TypeSerializerSnapshot<T> extracted from public read(in DataInputView) : void in class org.apache.flink.api.common.typeutils.TypeSerializerSnapshotSerializationUtil.TypeSerializerSnapshotSerializationProxy | From | To |