90b0043451dede1621fe341ff7f2d7bb48aa184d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private findMethod(methodMatcher MethodMatcher, clazz Class<?>, methodName String, parameterTypes Class<?>...) : Optional<Method> inlined to public findMethod(clazz Class<?>, methodName String, parameterTypes Class<?>...) : Optional<Method> in class org.junit.platform.commons.util.ReflectionUtils | From | To | |
Extract Variable | 1 | ||
Extract Variable methods : Method[] in method public findMethod(clazz Class<?>, methodName String, parameterTypes Class<?>...) : Optional<Method> from class org.junit.platform.commons.util.ReflectionUtils | From | To |