|
Move Method private getSuperclassMethods(clazz Class<?>, sortOrder MethodSortOrder) : List<Method> from class org.junit.gen5.commons.util.AnnotationUtils to private getSuperclassMethods(clazz Class<?>, sortOrder AnnotationUtils.MethodSortOrder) : List<Method> from class org.junit.gen5.commons.util.ReflectionUtils |
From |
To |
|
Move Method public findMethods(clazz Class<?>, predicate Predicate<Method>, sortOrder MethodSortOrder) : List<Method> from class org.junit.gen5.commons.util.AnnotationUtils to public findMethods(clazz Class<?>, predicate Predicate<Method>, sortOrder AnnotationUtils.MethodSortOrder) : List<Method> from class org.junit.gen5.commons.util.ReflectionUtils |
From |
To |
|
Move Method public findAllMethodsInHierarchy(clazz Class<?>, sortOrder MethodSortOrder) : List<Method> from class org.junit.gen5.commons.util.AnnotationUtils to public findAllMethodsInHierarchy(clazz Class<?>, sortOrder AnnotationUtils.MethodSortOrder) : List<Method> from class org.junit.gen5.commons.util.ReflectionUtils |
From |
To |
|
Move Method private isMethodShadowedBy(upper Method, lower Method) : boolean from class org.junit.gen5.commons.util.AnnotationUtils to private isMethodShadowedBy(upper Method, lower Method) : boolean from class org.junit.gen5.commons.util.ReflectionUtils |
From |
To |
|
Move Method private isMethodShadowedByLocalMethods(method Method, localMethods List<Method>) : boolean from class org.junit.gen5.commons.util.AnnotationUtils to private isMethodShadowedByLocalMethods(method Method, localMethods List<Method>) : boolean from class org.junit.gen5.commons.util.ReflectionUtils |
From |
To |