8ef83099dac0a4038c4cc09467488461d0bf7f07
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type methods : List<Method> to methods : Set<Method> in method public ScalarHeaderAndMethods(header ScalarImplementationHeader, methods Set<Method>) in class com.facebook.presto.operator.scalar.annotations.ScalarFromAnnotationsParser.ScalarHeaderAndMethods | From | To | |
Change Return Type | 2 | ||
Change Return Type List<Method> to Set<Method> in method public getMethods() : Set<Method> in class com.facebook.presto.operator.scalar.annotations.ScalarFromAnnotationsParser.ScalarHeaderAndMethods | From | To | |
Change Return Type List<Method> to Set<Method> in method private findPublicMethodsWithAnnotation(clazz Class<?>, annotationClasses Class<? extends Annotation>...) : Set<Method> in class com.facebook.presto.operator.scalar.annotations.ScalarFromAnnotationsParser | From | To | |
Extract Variable | 1 | ||
Extract Variable methods : Set<Method> in method private findScalarsInFunctionDefinitionClass(annotated Class<?>) : List<ScalarHeaderAndMethods> from class com.facebook.presto.operator.scalar.annotations.ScalarFromAnnotationsParser | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type methods : List<Method> to methods : Set<Method> in class com.facebook.presto.operator.scalar.annotations.ScalarFromAnnotationsParser.ScalarHeaderAndMethods | From | To |