3222ab72b7d365aedcb6f5a56abac80fad13865b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable rootNode : TestExecutionNode to executionNode : EngineTestExecutionNode in method public execute(request EngineExecutionContext) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Change Return Type | 2 | ||
Change Return Type TestExecutionNode to EngineTestExecutionNode in method private buildExecutionTree(engineDescriptor EngineDescriptor) : EngineTestExecutionNode in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Change Return Type TestExecutionNode to void in method private buildExecutionNode(descriptor TestDescriptor, parent TestExecutionNode) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Change Variable Type | 1 | ||
Change Variable Type rootNode : TestExecutionNode to executionNode : EngineTestExecutionNode in method public execute(request EngineExecutionContext) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Extract Method | 1 | ||
Extract Method private buildChildrenNodes(parentDescriptor TestDescriptor, parent TestExecutionNode) : void extracted from private buildExecutionNode(descriptor TestDescriptor, parent TestExecutionNode) : TestExecutionNode in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public executeRequest(context EngineExecutionContext) : void extracted from public execute(context EngineExecutionContext) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine & moved to class org.junit.gen5.engine.junit5.execution.EngineTestExecutionNode | From | To | |
Rename Parameter | 1 | ||
Rename Parameter context : EngineExecutionContext to request : EngineExecutionContext in method public execute(request EngineExecutionContext) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To |