b9687c6eae8d43389fe83695e6649de33af6a1e1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private loadRequiredParameterClass(className String) : Class<?> from class org.junit.jupiter.engine.discovery.MethodFinder to private loadRequiredParameterType(typeName String) : Class<?> from class org.junit.platform.commons.util.ReflectionUtils | From | To | |
Move Method | 1 | ||
Move Method private resolveParameterTypes(params String) : Class<?>[] from class org.junit.jupiter.engine.discovery.MethodFinder to private resolveParameterTypes(parameterTypeNames String) : Class<?>[] from class org.junit.platform.commons.util.ReflectionUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable parameterTypes : Class<?>[] to parameterTypeNames : String in method package findMethod(methodSpecPart String, clazz Class<?>) : Optional<Method> in class org.junit.jupiter.engine.discovery.MethodFinder | From | To | |
Move Attribute | 1 | ||
Move Attribute private EMPTY_CLASS_ARRAY : Class<?>[] from class org.junit.jupiter.engine.discovery.MethodFinder to private EMPTY_CLASS_ARRAY : Class<?>[] from class org.junit.platform.commons.util.ReflectionUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type parameterTypes : Class<?>[] to parameterTypeNames : String in method package findMethod(methodSpecPart String, clazz Class<?>) : Optional<Method> in class org.junit.jupiter.engine.discovery.MethodFinder | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public findMethod(clazz Class<?>, methodName String, parameterTypeNames String) : Optional<Method> extracted from package findMethod(methodSpecPart String, clazz Class<?>) : Optional<Method> in class org.junit.jupiter.engine.discovery.MethodFinder & moved to class org.junit.platform.commons.util.ReflectionUtils | From | To | |
Rename Parameter | 2 | ||
Rename Parameter params : String to parameterTypeNames : String in method private resolveParameterTypes(parameterTypeNames String) : Class<?>[] in class org.junit.platform.commons.util.ReflectionUtils | From | To | |
Rename Parameter className : String to typeName : String in method private loadRequiredParameterType(typeName String) : Class<?> in class org.junit.platform.commons.util.ReflectionUtils | From | To |