bb795075870ca1cd988d93fb359a500c72c0e67f
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public invoke(method Method, extensionContext ExtensionContext, extensionRegistry ExtensionRegistry) : Object renamed to private resolveParameters(method Method, target Optional<Object>, extensionContext ExtensionContext, extensionRegistry ExtensionRegistry) : Object[] in class org.junit.jupiter.engine.execution.ExecutableInvoker | From | To | |
Rename Method package invokingMethodsWithoutParameterDoesNotDependOnExtensions() : void renamed to package invokingMethodsWithoutParameterDoesNotDependOnParameterResolvers() : void in class org.junit.jupiter.engine.execution.ExecutableInvokerTests | From | To | |
Push Down Method | 1 | ||
Push Down Method protected executeAndMaskThrowable(executable Executable) : void from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor to private executeAndMaskThrowable(executable Executable) : void from class org.junit.jupiter.engine.descriptor.ClassTestDescriptor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type outerInstance : Object to outerInstance : Optional<Object> in method private resolveParameters(executable Executable, target Optional<Object>, outerInstance Optional<Object>, extensionContext ExtensionContext, extensionRegistry ExtensionRegistry) : Object[] in class org.junit.jupiter.engine.execution.ExecutableInvoker | From | To | |
Change Return Type | 1 | ||
Change Return Type Object to Object[] in method private resolveParameters(method Method, target Optional<Object>, extensionContext ExtensionContext, extensionRegistry ExtensionRegistry) : Object[] in class org.junit.jupiter.engine.execution.ExecutableInvoker | From | To |