0e599967c28767d4e7c34b0e55e0b57c347e8c8c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable anInterface : Class<?> to ifc : Class<?> in method private getInterfaceMethods(clazz Class<?>, sortOrder MethodSortOrder) : List<Method> in class org.junit.gen5.commons.util.ReflectionUtils | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable nameAndParameterTypesMatch : Predicate<Method> to predicate : Predicate<Method> in method public findMethods(clazz Class<?>, predicate Predicate<Method>) : List<Method> in class org.junit.gen5.commons.util.ReflectionUtils | From | To | |
Parameterize Variable constructor : Constructor<T> to object : AccessibleObject in method private makeAccessible(object AccessibleObject) : void in class org.junit.gen5.commons.util.ReflectionUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type constructor : Constructor<T> to object : AccessibleObject in method private makeAccessible(object AccessibleObject) : void in class org.junit.gen5.commons.util.ReflectionUtils | From | To | |
Extract Method | 3 | ||
Extract Method private makeAccessible(object AccessibleObject) : void extracted from public invokeMethod(method Method, target Object) : Object in class org.junit.gen5.commons.util.ReflectionUtils | From | To | |
Extract Method private makeAccessible(object AccessibleObject) : void extracted from public newInstance(clazz Class<T>) : T in class org.junit.gen5.commons.util.ReflectionUtils | From | To | |
Extract Method public findMethods(clazz Class<?>, predicate Predicate<Method>) : List<Method> extracted from public findMethod(clazz Class<?>, methodName String, parameterTypes Class<?>...) : Optional<Method> in class org.junit.gen5.commons.util.ReflectionUtils | From | To |