c4bc47afa6147dd25d8b579e764b30c9c13ee8ea
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public addSerializerForType(reg ExecutionConfig, type Class<?>) : void renamed to private checkAndAddSerializerForTypeAvro(reg ExecutionConfig, type Class<?>) : void in class org.apache.flink.api.java.typeutils.runtime.kryo.Serializers | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.flink.api.java.typeutils.runtime.kryo.SerializersTest.FromGeneric renamed to org.apache.flink.api.java.typeutils.runtime.kryo.SerializersTest.FromGeneric1 | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type addGenType : ArrayList<FromGeneric> to addGenType : ArrayList<FromGeneric1> in class org.apache.flink.api.java.typeutils.runtime.kryo.SerializersTest.ClassWithNested | From | To | |
Change Attribute Type yodaIntervall : Interval to yodaIntervall : Path in class org.apache.flink.api.java.typeutils.runtime.kryo.SerializersTest.Nested1 | From | To | |
Extract Method | 1 | ||
Extract Method private recursivelyRegisterGenericType(fieldType Type, config ExecutionConfig, alreadySeen Set<Class<?>>) : void extracted from public recursivelyRegisterType(type Class<?>, config ExecutionConfig) : void in class org.apache.flink.api.java.typeutils.runtime.kryo.Serializers | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public recursivelyRegisterType(typeInfo TypeInformation<?>, config ExecutionConfig, alreadySeen Set<Class<?>>) : void extracted from public createProgramPlan(jobName String, clearSinks boolean) : Plan in class org.apache.flink.api.java.ExecutionEnvironment & moved to class org.apache.flink.api.java.typeutils.runtime.kryo.Serializers | From | To |