d8da49c629554da7760f6449f01eeaab905e9464
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Variable | 1 | ||
Inline Variable clazz : Class<?> in method private classByName(className String) : Class<?> from class org.junit.gen5.engine.junit5.descriptor.JUnit5Testable | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public findMethod(clazz Class<?>, methodName String, parameterTypes Class<?>[]) : Optional<Method> extracted from private findMethod(clazz Class<?>, methodName String, parameterTypes Class<?>[]) : Method in class org.junit.gen5.engine.junit5.descriptor.JUnit5Testable & moved to class org.junit.gen5.commons.util.ReflectionUtils | From | To |