44c5ad7c68e52bfa85acd8967a6e9f5dae285ee3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected createTestInstanceAndUpdateContext(context TestExecutionContext) : void renamed to protected createTestInstance(context TestExecutionContext) : Object in class org.junit.gen5.engine.junit5.execution.NestedClassExecutionNode | From | To | |
Rename Method protected createTestInstanceAndUpdateContext(context TestExecutionContext) : void renamed to protected createTestInstance(context TestExecutionContext) : Object in class org.junit.gen5.engine.junit5.execution.ClassExecutionNode | From | To | |
Move And Inline Method | 3 | ||
Move And Inline Method public setTestInstance(testInstance Object) : void moved from class org.junit.gen5.engine.junit5.execution.DescriptorBasedTestExecutionContext to class org.junit.gen5.engine.junit5.execution.NestedClassExecutionNode & inlined to protected createTestInstance(context TestExecutionContext) : Object | From | To | |
Move And Inline Method public setTestInstance(testInstance Object) : void moved from class org.junit.gen5.engine.junit5.execution.DescriptorBasedTestExecutionContext to class org.junit.gen5.engine.junit5.execution.ClassExecutionNode & inlined to protected createTestInstance(context TestExecutionContext) : Object | From | To | |
Move And Inline Method public setTestInstance(testInstance Object) : void moved from class org.junit.gen5.engine.junit5.execution.DescriptorBasedTestExecutionContext to class org.junit.gen5.engine.junit5.execution.ClassExecutionNode & inlined to package execute(request ExecutionRequest, context TestExecutionContext) : void | From | To | |
Change Return Type | 2 | ||
Change Return Type void to Object in method protected createTestInstance(context TestExecutionContext) : Object in class org.junit.gen5.engine.junit5.execution.NestedClassExecutionNode | From | To | |
Change Return Type void to Object in method protected createTestInstance(context TestExecutionContext) : Object in class org.junit.gen5.engine.junit5.execution.ClassExecutionNode | From | To | |
Rename Parameter | 5 | ||
Rename Parameter testExecutionContext : TestExecutionContext to methodExecutionContext : TestExecutionContext in method public postAfterEach(methodExecutionContext TestExecutionContext, testInstance Object) : void in class org.junit.gen5.engine.junit5.MethodLevelCallbackTests.BarMethodLevelCallbacks | From | To | |
Rename Parameter testExecutionContext : TestExecutionContext to methodExecutionContext : TestExecutionContext in method public preBeforeEach(methodExecutionContext TestExecutionContext, testInstance Object) : void in class org.junit.gen5.engine.junit5.MethodLevelCallbackTests.FooMethodLevelCallbacks | From | To | |
Rename Parameter testExecutionContext : TestExecutionContext to methodExecutionContext : TestExecutionContext in method public preBeforeEach(methodExecutionContext TestExecutionContext, testInstance Object) : void in class org.junit.gen5.engine.junit5.MethodLevelCallbackTests.BarMethodLevelCallbacks | From | To | |
Rename Parameter testExecutionContext : TestExecutionContext to methodExecutionContext : TestExecutionContext in method public preBeforeEach(methodExecutionContext TestExecutionContext, testInstance Object) : void in class org.junit.gen5.api.extension.BeforeEachCallbacks | From | To | |
Rename Parameter testExecutionContext : TestExecutionContext to methodExecutionContext : TestExecutionContext in method public postAfterEach(methodExecutionContext TestExecutionContext, testInstance Object) : void in class org.junit.gen5.engine.junit5.MethodLevelCallbackTests.FooMethodLevelCallbacks | From | To |