b8f87c20c3c0f77bf1051123c9f43cea8eaa8ce8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public beforeEachAndAfterEachCallbacks_WithNestedClass() : void renamed to public beforeEachAndAfterEachCallbacks() : void in class org.junit.gen5.engine.junit5.MethodLevelCallbackTests | From | To | |
| Rename Variable | 1 | ||
| Rename Variable throwables : List<Throwable> to throwablesCollector : List<Throwable> in method public execute(context JUnit5EngineExecutionContext) : JUnit5EngineExecutionContext in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Optional<Throwable> to void in method private invokeTestMethod(testExtensionContext TestExtensionContext, testExtensionRegistry TestExtensionRegistry, throwablesCollector List<Throwable>) : void in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable newTestExtensionRegistry : TestExtensionRegistry in method public execute(context JUnit5EngineExecutionContext) : JUnit5EngineExecutionContext from class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To |