e1184f5a171d084f33ddca961836b17dabc63165
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private filterWithoutConcreteTests(descriptorCandidates Set<TestDescriptor>) : Set<TestDescriptor> renamed to private pruneAllWithoutConcreteTests(descriptorCandidates Set<TestDescriptor>) : Set<TestDescriptor> in class org.junit.gen5.launcher.Launcher | From | To | |
| Rename Variable | 1 | ||
| Rename Variable descriptorsWithConcreteTests : Set<TestDescriptor> to prunedDescriptors : Set<TestDescriptor> in method public discover(specification TestPlanSpecification) : TestPlan in class org.junit.gen5.launcher.Launcher | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute id2Description : Map<String,Description> to descriptions : Map<TestDescriptor,Description> in class org.junit.gen5.junit4runner.JUnit5 | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type id2Description : Map<String,Description> to descriptions : Map<TestDescriptor,Description> in class org.junit.gen5.junit4runner.JUnit5 | From | To |