0414ad6b13893ca67c6fe9341e73efb43faed31f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public forNameWithMethod() : void renamed to public selectNameWithMethod() : void in class org.junit.gen5.launcher.main.DiscoveryRequestTests | From | To | |
Rename Method public forNameWithClass() : void renamed to public selectNameWithClass() : void in class org.junit.gen5.launcher.main.DiscoveryRequestTests | From | To | |
Rename Method public forNameWithPackage() : void renamed to public selectNameWithPackage() : void in class org.junit.gen5.launcher.main.DiscoveryRequestTests | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type uniqueId : String to uniqueId : UniqueId in method private UniqueIdSelector(uniqueId UniqueId) in class org.junit.gen5.engine.discovery.UniqueIdSelector | From | To | |
Change Return Type | 1 | ||
Change Return Type String to UniqueId in method public getUniqueId() : UniqueId in class org.junit.gen5.engine.discovery.UniqueIdSelector | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type uniqueId : String to uniqueId : UniqueId in class org.junit.gen5.engine.discovery.UniqueIdSelector | From | To | |
Rename Parameter | 1 | ||
Rename Parameter clazzName : String to className : String in method private loadClass(className String) : Class<?> in class org.junit.gen5.engine.discovery.MethodSelector | From | To |