d87f036bf1bd9292474986fd9e20169f98cdb079
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public uniqueIdForMethod(containerId String, testClass Class<?>, methodName String) : String renamed to private methodValue(testClass Class<?>, methodName String) : String in class org.junit.gen5.engine.junit4.JUnit4UniqueIdBuilder | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type uniqueContainerId : String to uniqueContainerId : UniqueId in method private assertTestMethodDescriptor(testMethodDescriptor TestDescriptor, testClass Class<?>, methodName String, uniqueContainerId UniqueId) : void in class org.junit.gen5.engine.junit4.JUnit4TestEngineDiscoveryTests | From | To | |
Change Return Type | 6 | ||
Change Return Type String to UniqueId in method public uniqueIdForMethod(testClass Class<?>, methodName String) : UniqueId in class org.junit.gen5.engine.junit4.JUnit4UniqueIdBuilder | From | To | |
Change Return Type String to UniqueId in method public uniqueIdForErrorInClass(clazz Class<?>, failingClass Class<?>) : UniqueId in class org.junit.gen5.engine.junit4.JUnit4UniqueIdBuilder | From | To | |
Change Return Type String to UniqueId in method public uniqueIdForClass(clazz Class<?>) : UniqueId in class org.junit.gen5.engine.junit4.JUnit4UniqueIdBuilder | From | To | |
Change Return Type String to UniqueId in method public uniqueIdForMethod(testClass Class<?>, methodName String, index String) : UniqueId in class org.junit.gen5.engine.junit4.JUnit4UniqueIdBuilder | From | To | |
Change Return Type String to UniqueId in method public uniqueIdForClasses(clazz Class<?>, clazzes Class<?>...) : UniqueId in class org.junit.gen5.engine.junit4.JUnit4UniqueIdBuilder | From | To | |
Change Return Type String to UniqueId in method public uniqueIdForClass(fullyQualifiedClassName String) : UniqueId in class org.junit.gen5.engine.junit4.JUnit4UniqueIdBuilder | From | To | |
Change Variable Type | 3 | ||
Change Variable Type prefix : String to prefix : UniqueId in method package usesCustomUniqueIdsWhenPresent() : void in class org.junit.gen5.engine.junit4.JUnit4TestEngineDiscoveryTests | From | To | |
Change Variable Type uniqueId : String to uniqueId : UniqueId in method package logsWarningOnUnloadableTestClass() : void in class org.junit.gen5.engine.junit4.discovery.UniqueIdSelectorResolverTests | From | To | |
Change Variable Type uniqueId : String to uniqueId : UniqueId in method public uniqueIdForClasses(clazz Class<?>, clazzes Class<?>...) : UniqueId in class org.junit.gen5.engine.junit4.JUnit4UniqueIdBuilder | From | To |