e84889630dac68b6a6f2aea83e3f82fdb222356f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public getDisplayName() : String from class org.junit.gen5.engine.junit4.DescriptionTestDescriptor to public getDisplayName() : String from class org.junit.gen5.engine.junit4.JUnit4TestDescriptor | From | To | |
| Pull Up Method public isTest() : boolean from class org.junit.gen5.engine.junit4.DescriptionTestDescriptor to public isTest() : boolean from class org.junit.gen5.engine.junit4.JUnit4TestDescriptor | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type parent : DescriptionTestDescriptor to parent : JUnit4TestDescriptor in method private addRecursively(parent JUnit4TestDescriptor, result Set<TestDescriptor>) : void in class org.junit.gen5.engine.junit4.JUnit4TestEngine | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type rootDescriptor : DescriptionTestDescriptor to rootDescriptor : RunnerTestDescriptor in method public discoverTests(specification TestPlanSpecification, engineDescriptor EngineDescriptor) : Collection<TestDescriptor> in class org.junit.gen5.engine.junit4.JUnit4TestEngine | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.junit.gen5.engine.junit4.JUnit4TestDescriptor from classes [org.junit.gen5.engine.junit4.DescriptionTestDescriptor] | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type parent : TestDescriptor to parent : JUnit4TestDescriptor in class org.junit.gen5.engine.junit4.DescriptionTestDescriptor | From | To |