c07bc7c25e01f3278f29375fa3d4ad186c7ec129
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 4 | ||
| Move Method private buildDescriptionTree(suiteDescription Description, plan TestPlan) : void from class org.junit.gen5.junit4runner.JUnit5 to private buildDescriptionTree(suiteDescription Description, plan TestPlan) : void from class org.junit.gen5.junit4runner.JUnit5TestTree | From | To | |
| Move Method private addDescriptionFor(descriptor TestDescriptor, root Description) : Description from class org.junit.gen5.junit4runner.JUnit5 to private addDescriptionFor(descriptor TestDescriptor, root Description) : Description from class org.junit.gen5.junit4runner.JUnit5TestTree | From | To | |
| Move Method private generateDescription() : Description from class org.junit.gen5.junit4runner.JUnit5 to private generateDescription(plan TestPlan, testClass Class<?>) : Description from class org.junit.gen5.junit4runner.JUnit5TestTree | From | To | |
| Move Method private createJUnit4Description(testDescriptor TestDescriptor) : Description from class org.junit.gen5.junit4runner.JUnit5 to private createJUnit4Description(testDescriptor TestDescriptor) : Description from class org.junit.gen5.junit4runner.JUnit5TestTree | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private descriptions : Map<TestDescriptor,Description> from class org.junit.gen5.junit4runner.JUnit5 to private descriptions : Map<TestDescriptor,Description> from class org.junit.gen5.junit4runner.JUnit5TestTree | From | To | |
| Extract Class | 1 | ||
| Extract Class org.junit.gen5.junit4runner.JUnit5TestTree from class org.junit.gen5.junit4runner.JUnit5 | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.junit.gen5.junit4runner.JUnit5.RunnerListener moved and renamed to org.junit.gen5.junit4runner.JUnit5RunnerListener | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute description : Description to testTree : JUnit5TestTree in class org.junit.gen5.junit4runner.JUnit5 | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type description : Description to testTree : JUnit5TestTree in class org.junit.gen5.junit4runner.JUnit5 | From | To | |
| Extract Method | 1 | ||
| Extract Method private createSpecificationFromAnnotations() : TestPlanSpecification extracted from private createSpecification() : TestPlanSpecification in class org.junit.gen5.junit4runner.JUnit5 | From | To |