9a57fa31a605356f4782b246c7cc98ab0e32db18
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable runnerDescriptor : RunnerTestDescriptor to runnerTestDescriptor : RunnerTestDescriptor in method private createCompleteRunnerTestDescriptor(testClass Class<?>, runner Runner) : RunnerTestDescriptor in class org.junit.gen5.engine.junit4.discovery.JUnit4TestPlanSpecificationResolver | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.junit.gen5.engine.junit4.IsJUnit4TestMethod moved and renamed to org.junit.gen5.engine.junit4.discovery.IsPotentialJUnit4TestMethod | From | To | |
Move Class | 2 | ||
Move Class org.junit.gen5.engine.junit4.IsJUnit4TestClassWithTests moved to org.junit.gen5.engine.junit4.discovery.IsJUnit4TestClassWithTests | From | To | |
Move Class org.junit.gen5.engine.junit4.IsPotentialJUnit4TestClass moved to org.junit.gen5.engine.junit4.discovery.IsPotentialJUnit4TestClass | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type isTestMethod : IsJUnit4TestMethod to isTestMethod : IsPotentialJUnit4TestMethod in class org.junit.gen5.engine.junit4.discovery.IsJUnit4TestClassWithTests | From | To | |
Extract Method | 2 | ||
Extract Method private addChildrenRecursively(parent JUnit4TestDescriptor) : void extracted from public resolve(specification TestPlanSpecification) : void in class org.junit.gen5.engine.junit4.discovery.JUnit4TestPlanSpecificationResolver | From | To | |
Extract Method private createCompleteRunnerTestDescriptor(testClass Class<?>, runner Runner) : RunnerTestDescriptor extracted from public resolve(specification TestPlanSpecification) : void in class org.junit.gen5.engine.junit4.discovery.JUnit4TestPlanSpecificationResolver | From | To | |
Rename Parameter | 1 | ||
Rename Parameter candidate : Method to method : Method in method public test(method Method) : boolean in class org.junit.gen5.engine.junit4.discovery.IsPotentialJUnit4TestMethod | From | To |