4c6be5ac85d22b57550c6a55837149234125bce5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private hasExpectedEnumSerializer(expectedEnumValues TestEnum[]) : Matcher<TypeSerializerSchemaCompatibility<TestEnum>> renamed to private enumSerializerWith(expectedEnumValues TestEnum[]) : Matcher<? extends TypeSerializer<TestEnum>> in class org.apache.flink.api.common.typeutils.base.EnumSerializerSnapshotMigrationTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Matcher<TypeSerializerSchemaCompatibility<TestEnum>> to Matcher<? extends TypeSerializer<TestEnum>> in method private enumSerializerWith(expectedEnumValues TestEnum[]) : Matcher<? extends TypeSerializer<TestEnum>> in class org.apache.flink.api.common.typeutils.base.EnumSerializerSnapshotMigrationTest | From | To |