68a52e279f905cb58142f27442a79a6aa1f0e6dc
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type specification : UniqueIdSpecification to fullUniqueId : String in method private throwCannotResolveException(fullUniqueId String, part String) : void in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolver | From | To | |
Rename Variable | 1 | ||
Rename Variable classDescriptor : TestDescriptor to methodDescriptor : MethodTestDescriptor in method private resolveMethodByUniqueId(parent TestDescriptor, part String, uniqueIdRest UniqueIdParts) : TestDescriptor in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolver | From | To | |
Change Return Type | 1 | ||
Change Return Type TestDescriptor to ClassTestDescriptor in method private getClassTestDescriptor(parent TestDescriptor, uniqueIdPart String) : ClassTestDescriptor in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolver | From | To | |
Change Variable Type | 1 | ||
Change Variable Type classDescriptor : TestDescriptor to methodDescriptor : MethodTestDescriptor in method private resolveMethodByUniqueId(parent TestDescriptor, part String, uniqueIdRest UniqueIdParts) : TestDescriptor in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolver | From | To | |
Extract Method | 1 | ||
Extract Method private resolveMethodByUniqueId(parent TestDescriptor, part String, uniqueIdRest UniqueIdParts) : TestDescriptor extracted from private resolveUniqueId(uniqueIdSpecification UniqueIdSpecification, parent TestDescriptor, uniqueIdRest UniqueIdParts, resolvedDescriptors HashSet<TestDescriptor>) : void in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolver | From | To | |
Rename Parameter | 1 | ||
Rename Parameter specification : UniqueIdSpecification to fullUniqueId : String in method private throwCannotResolveException(fullUniqueId String, part String) : void in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolver | From | To |