6f09ecded9e22a5eaa548ebbddb9b28dad4207c2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public typeToClass(t Type) : Class<?> from class org.apache.flink.api.java.typeutils.TypeExtractor to public typeToClass(t Type) : Class<?> from class org.apache.flink.api.java.typeutils.TypeExtractionUtils | From | To | |
Move Method private sameTypeVars(t1 Type, t2 Type) : boolean from class org.apache.flink.api.java.typeutils.TypeExtractor to public sameTypeVars(t1 Type, t2 Type) : boolean from class org.apache.flink.api.java.typeutils.TypeExtractionUtils | From | To | |
Inline Method | 2 | ||
Inline Method public isClassType(t Type) : boolean inlined to private createTypeInfoFromInput(returnTypeVar TypeVariable<?>, inputTypeHierarchy ArrayList<Type>, inType Type, inTypeInfo TypeInformation<IN1>) : TypeInformation<?> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To | |
Inline Method private findCorrespondingInfo(typeVar TypeVariable<?>, type Type, corrInfo TypeInformation<?>, typeHierarchy ArrayList<Type>) : TypeInformation<?> inlined to private createTypeInfoFromInput(returnTypeVar TypeVariable<?>, inputTypeHierarchy ArrayList<Type>, inType Type, inTypeInfo TypeInformation<IN1>) : TypeInformation<?> in class org.apache.flink.api.java.typeutils.TypeExtractor | From | To |