4cc38fd36f3190f9c0066e9cf94580669b2410cf
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<TypeInformation<?>> to Map<String,TypeInformation<?>> in method public getGenericParameters() : Map<String,TypeInformation<?>> in class org.apache.flink.api.common.typeinfo.TypeInformation | From | To | |
Extract Variable | 2 | ||
Extract Variable actualTypeArg : Type in method private createSubTypesInfo(originalType Type, definingType ParameterizedType, typeHierarchy ArrayList<Type>, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>, lenient boolean) : TypeInformation<?>[] from class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Extract Variable typeHierarchy : ArrayList<Type> in method public getForClass(clazz Class<X>) : TypeInformation<X> from class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter curT : Type to t : Type in method private getTypeHierarchy(typeHierarchy ArrayList<Type>, t Type, stopAtClass Class<?>) : Type in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To |