7bce8df6cd7ce5bf59f9bfebb3b8d321d3f8f578
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable parent : JavaClassTestDescriptor to descriptor : TestDescriptor in method public discoverTests(specification TestPlanSpecification, root TestDescriptor) : List<TestDescriptor> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Change Variable Type | 2 | ||
Change Variable Type parent : JavaClassTestDescriptor to descriptor : TestDescriptor in method public discoverTests(specification TestPlanSpecification, root TestDescriptor) : List<TestDescriptor> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Change Variable Type testDescriptors : List<TestDescriptor> to testDescriptors : Set<TestDescriptor> in method public discoverTests(specification TestPlanSpecification, root TestDescriptor) : List<TestDescriptor> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To |