a1eb11673e2b7e69bc0c4c2f5c5b81cf572dfeab
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected executeAndUnwrapTargetExceptionWrapper(executable Executable) : void renamed to protected executeAndMaskThrowable(executable Executable) : void in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestDescriptor | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type throwablesCollector : List<Throwable> to throwableCollector : ThrowableCollector in method private invokeAfterEachExtensionPoints(newTestExtensionRegistry TestExtensionRegistry, testExtensionContext TestExtensionContext, throwableCollector ThrowableCollector) : void in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
Change Parameter Type throwablesCollector : List<Throwable> to throwableCollector : ThrowableCollector in method private invokeTestMethod(testExtensionContext TestExtensionContext, testExtensionRegistry TestExtensionRegistry, throwableCollector ThrowableCollector) : void in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
Rename Variable | 1 | ||
Rename Variable throwablesCollector : List<Throwable> to throwableCollector : ThrowableCollector in method public execute(context JUnit5EngineExecutionContext) : JUnit5EngineExecutionContext in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type throwablesCollector : List<Throwable> to throwableCollector : ThrowableCollector in method public execute(context JUnit5EngineExecutionContext) : JUnit5EngineExecutionContext in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
Rename Parameter | 3 | ||
Rename Parameter throwablesCollector : List<Throwable> to throwableCollector : ThrowableCollector in method private invokeTestMethod(testExtensionContext TestExtensionContext, testExtensionRegistry TestExtensionRegistry, throwableCollector ThrowableCollector) : void in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
Rename Parameter throwablesCollector : List<Throwable> to throwableCollector : ThrowableCollector in method private invokeAfterEachExtensionPoints(newTestExtensionRegistry TestExtensionRegistry, testExtensionContext TestExtensionContext, throwableCollector ThrowableCollector) : void in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
Rename Parameter ex : Throwable to t : Throwable in method private handleException(t Throwable) : void in class org.junit.gen5.commons.util.ReflectionUtils | From | To |