0086d09328ed8d9671057f5e93969487b17b885e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private throwCannotResolveException(fullUniqueId String, uniqueIdPart String) : void renamed to private throwCannotResolveUniqueIdException(fullUniqueId String, uniqueIdPart String) : void in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolver | From | To | |
Extract Method | 1 | ||
Extract Method private resolveClass(clazz Class<?>, parent TestDescriptor, withChildren boolean) : ClassTestDescriptor extracted from private resolveClassNameSpecification(element ClassNameSpecification) : void in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolver | From | To |