f73a12e728431d87065f7d0082380a527df39e44
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable tupleSubTypes : TypeInformation<?>[] to subTypesInfo : TypeInformation<?>[] in method private createSubTypesInfo(originalType Type, definingType ParameterizedType, typeHierarchy ArrayList<Type>, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<?>[] in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable tupleChild : ParameterizedType to definingType : ParameterizedType in method private createSubTypesInfo(originalType Type, definingType ParameterizedType, typeHierarchy ArrayList<Type>, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<?>[] in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
| Inline Variable | 2 | ||
| Inline Variable tAsClass : Class<?> in method private createTypeInfoWithTypeHierarchy(typeHierarchy ArrayList<Type>, t Type, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> from class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
| Inline Variable tupleChild : ParameterizedType in method private createTypeInfoWithTypeHierarchy(typeHierarchy ArrayList<Type>, t Type, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> from class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
| Extract Method | 2 | ||
| Extract Method private createSubTypesInfo(originalType Type, definingType ParameterizedType, typeHierarchy ArrayList<Type>, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<?>[] extracted from private createTypeInfoWithTypeHierarchy(typeHierarchy ArrayList<Type>, t Type, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<OUT> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter t : Type to originalType : Type in method private createSubTypesInfo(originalType Type, definingType ParameterizedType, typeHierarchy ArrayList<Type>, in1Type TypeInformation<IN1>, in2Type TypeInformation<IN2>) : TypeInformation<?>[] in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To |