49ae3709bdf93aa8c83f5d11476b9c301eb4fc7f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method private pruneEngineDescriptor(engineDescriptor EngineDescriptor) : void from class org.junit.gen5.launcher.Launcher to package prune() : void from class org.junit.gen5.launcher.TestPlan | From | To | |
Move And Rename Method private applyFiltersToEngineDescriptor(specification TestPlanSpecification, engineDescriptor EngineDescriptor) : void from class org.junit.gen5.launcher.Launcher to package applyFilters(specification TestPlanSpecification) : void from class org.junit.gen5.launcher.TestPlan | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type abstractTestDescriptor : AbstractTestDescriptor to descriptor : TestDescriptor in method public removeChild(descriptor TestDescriptor) : void in class org.junit.gen5.launcher.TestPlan | From | To | |
Move Method | 2 | ||
Move Method private hasTests(descriptor TestDescriptor) : boolean from class org.junit.gen5.launcher.Launcher to private hasTests(descriptor TestDescriptor) : boolean from class org.junit.gen5.launcher.TestPlan | From | To | |
Move Method protected removeChild(abstractTestDescriptor AbstractTestDescriptor) : void from class org.junit.gen5.engine.AbstractTestDescriptor to public removeChild(descriptor TestDescriptor) : void from class org.junit.gen5.launcher.TestPlan | From | To | |
Inline Method | 1 | ||
Inline Method private startRootNodesExecution(context EngineExecutionContext, rootNodes List<TestExecutionNode>) : void inlined to public execute(context EngineExecutionContext) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Inline Variable | 1 | ||
Inline Variable descriptors : Set<TestDescriptor> in method private executeTests(spec TestPlanSpecification, expectedDescriptorCount int) : TrackingTestExecutionListener from class org.junit.gen5.engine.junit5.JUnit5TestEngineTests | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type engineDescriptors : Collection<EngineDescriptor> to engineDescriptors : Set<EngineDescriptor> in class org.junit.gen5.launcher.TestPlan | From | To | |
Rename Parameter | 1 | ||
Rename Parameter abstractTestDescriptor : AbstractTestDescriptor to descriptor : TestDescriptor in method public removeChild(descriptor TestDescriptor) : void in class org.junit.gen5.launcher.TestPlan | From | To |