167667aeb40335bfac3089963345352643396a18
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type previousException : Throwable to exceptionCollector : List<Throwable> in method package executeAfterEachTest(methodContext TestExecutionContext, resolutionContext TestExecutionContext, testInstance Object, exceptionCollector List<Throwable>) : void in class org.junit.gen5.engine.junit5.execution.ContextTestExecutionNode | From | To | |
Rename Variable | 1 | ||
Rename Variable exceptionThrown : Throwable to mainException : Throwable in method package execute(request ExecutionRequest, context TestExecutionContext) : void in class org.junit.gen5.engine.junit5.execution.MethodTestExecutionNode | From | To | |
Change Return Type | 2 | ||
Change Return Type Throwable to void in method package executeAfterEachTest(methodContext TestExecutionContext, resolutionContext TestExecutionContext, testInstance Object, exceptionCollector List<Throwable>) : void in class org.junit.gen5.engine.junit5.execution.ClassTestExecutionNode | From | To | |
Change Return Type Throwable to void in method package executeAfterEachTest(methodContext TestExecutionContext, resolutionContext TestExecutionContext, testInstance Object, exceptionCollector List<Throwable>) : void in class org.junit.gen5.engine.junit5.execution.ContextTestExecutionNode | From | To | |
Extract Variable | 1 | ||
Extract Variable target : Object in method private executeBeforeMethods(context TestExecutionContext) : void from class org.junit.gen5.engine.junit5.execution.MethodTestExecutionNode | From | To | |
Rename Parameter | 3 | ||
Rename Parameter context : TestExecutionContext to resolutionContext : TestExecutionContext in method package executeAfterEachTest(methodContext TestExecutionContext, resolutionContext TestExecutionContext, testInstance Object, exceptionCollector List<Throwable>) : void in class org.junit.gen5.engine.junit5.execution.ContextTestExecutionNode | From | To | |
Rename Parameter previousException : Throwable to exceptionCollector : List<Throwable> in method package executeAfterEachTest(methodContext TestExecutionContext, resolutionContext TestExecutionContext, testInstance Object, exceptionCollector List<Throwable>) : void in class org.junit.gen5.engine.junit5.execution.ContextTestExecutionNode | From | To | |
Rename Parameter parentContext : TestExecutionContext to resolutionContext : TestExecutionContext in method private executeBeforeEachTestOfParent(methodContext TestExecutionContext, resolutionContext TestExecutionContext, testInstance Object) : void in class org.junit.gen5.engine.junit5.execution.ContextTestExecutionNode | From | To |