6067833fb6ad6c11a121d8654d7ca147cc909f05
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testParamertizedCustomObject() : void renamed to public testParameterizedPojo() : void in class org.apache.flink.api.java.type.extractor.TypeExtractorTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type clazz : Class<X> to clazz : Class<OUT> in method private analyzePojo(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Change Parameter Type clazz : Class<X> to clazz : Class<OUT> in method private privateGetForClass(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Change Return Type | 2 | ||
Change Return Type TypeInformation<X> to TypeInformation<OUT> in method private privateGetForClass(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Change Return Type TypeInformation<X> to TypeInformation<OUT> in method private analyzePojo(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable curVarOfCurT : TypeVariable<?> to t1 : Type in method private sameTypeVars(t1 Type, t2 Type) : boolean in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Parameterize Variable inTypeTypeVar : TypeVariable<?> to t2 : Type in method private sameTypeVars(t1 Type, t2 Type) : boolean in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Extract Variable | 1 | ||
Extract Variable ti : TypeInformation<?> in method private analyzePojo(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> from class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Change Variable Type | 7 | ||
Change Variable Type pojoType : TypeInformation<X> to pojoType : TypeInformation<OUT> in method private privateGetForClass(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Change Variable Type basicTypeInfo : TypeInformation<X> to basicTypeInfo : TypeInformation<OUT> in method private privateGetForClass(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Change Variable Type pojoType : CompositeType<X> to pojoType : CompositeType<OUT> in method private analyzePojo(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Change Variable Type primitiveArrayInfo : PrimitiveArrayTypeInfo<X> to primitiveArrayInfo : PrimitiveArrayTypeInfo<OUT> in method private privateGetForClass(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Change Variable Type basicArrayInfo : BasicArrayTypeInfo<X,?> to basicArrayInfo : BasicArrayTypeInfo<OUT,?> in method private privateGetForClass(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Change Variable Type curVarOfCurT : TypeVariable<?> to t1 : Type in method private sameTypeVars(t1 Type, t2 Type) : boolean in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Change Variable Type inTypeTypeVar : TypeVariable<?> to t2 : Type in method private sameTypeVars(t1 Type, t2 Type) : boolean in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Extract Method | 1 | ||
Extract Method private sameTypeVars(t1 Type, t2 Type) : boolean extracted from private materializeTypeVariable(typeHierarchy ArrayList<Type>, typeVar TypeVariable<?>) : Type in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Rename Parameter | 2 | ||
Rename Parameter clazzTypeHint : ParameterizedType to parameterizedType : ParameterizedType in method private privateGetForClass(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Rename Parameter clazzTypeHint : ParameterizedType to parameterizedType : ParameterizedType in method private analyzePojo(clazz Class<OUT>, typeHierarchy ArrayList<Type>, parameterizedType ParameterizedType, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To |