71a62f194a6244d43873f05e57ac9082391caaa2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private throwCannotResolveUniqueIdException(fullUniqueId String, uniqueIdPart String) : void renamed to private createCannotResolveUniqueIdException(fullUniqueId String, uniqueIdPart String) : RuntimeException in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestableFactory | From | To | |
Rename Method private findParameterTypes(paramsPart String, uniqueId String) : Class<?>[] renamed to private resolveParameterTypes(paramsPart String, uniqueId String) : Class<?>[] in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestableFactory | From | To | |
Rename Method private classByName(className String) : Class<?> renamed to private loadClassByName(className String) : Class<?> in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestableFactory | From | To | |
Inline Method | 1 | ||
Inline Method private throwCannotResolveClassNameException(className String) : void inlined to package fromClassName(className String, engineId String) : JUnit5Testable in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestableFactory | From | To | |
Change Return Type | 1 | ||
Change Return Type void to RuntimeException in method private createCannotResolveUniqueIdException(fullUniqueId String, uniqueIdPart String) : RuntimeException in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestableFactory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter testMethod : Method to method : Method in method package fromMethod(method Method, clazz Class<?>, engineId String) : JUnit5Testable in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestableFactory | From | To |