|
Rename Variable currentClass : Class<?> to current : Class<?> in method public findMethod(clazz Class<?>, methodName String, parameterTypes Class<?>...) : Optional<Method> in class org.junit.platform.commons.util.ReflectionUtils |
From |
To |
|
Rename Variable subInterfaceMethods : List<Method> to extendedInterfaceMethods : List<Method> in method private getInterfaceMethods(clazz Class<?>, traversalMode HierarchyTraversalMode) : List<Method> in class org.junit.platform.commons.util.ReflectionUtils |
From |
To |
|
Rename Variable interfaceType : Class<?> to ifc : Class<?> in method private findNestedClasses(clazz Class<?>, candidates Set<Class<?>>) : void in class org.junit.platform.commons.util.ReflectionUtils |
From |
To |
|
Rename Variable localMethods : List<Method> to localInterfaceMethods : List<Method> in method private getInterfaceMethods(clazz Class<?>, traversalMode HierarchyTraversalMode) : List<Method> in class org.junit.platform.commons.util.ReflectionUtils |
From |
To |