1c36d22a7c51e080dcf6766c71677741a1c68194
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public deserialize(reuse T, source DataInputView) : T renamed to public serialize(record Integer, target DataOutputView) : void in class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer | From | To | |
| Pull Up Method | 4 | ||
| Pull Up Method public hashCode() : int from class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer.UpgradedSchemaSerializer to public hashCode() : int from class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer | From | To | |
| Pull Up Method public hashCode() : int from class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer.InitialSerializer to public hashCode() : int from class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer | From | To | |
| Pull Up Method public hashCode() : int from class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer.ReconfigurationRequiringSerializer to public hashCode() : int from class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer | From | To | |
| Pull Up Method public hashCode() : int from class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer.IncompatibleSerializer to public hashCode() : int from class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer | From | To | |
| Change Return Type | 4 | ||
| Change Return Type T to Integer in method public createInstance() : Integer in class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer | From | To | |
| Change Return Type TypeSerializer<T> to TypeSerializer<Integer> in method public duplicate() : TypeSerializer<Integer> in class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer | From | To | |
| Change Return Type T to Integer in method public deserialize(source DataInputView) : Integer in class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer | From | To | |
| Change Return Type T to void in method public serialize(record Integer, target DataOutputView) : void in class org.apache.flink.testutils.migration.SchemaCompatibilityTestingSerializer | From | To |