6eaeab2de153f334ea09d3328be6e001e617a085
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method private fullyQualifiedMethodName() : String renamed to private fqmnWithParamNames(params String...) : String in class org.junit.platform.engine.discovery.DiscoverySelectorsTests | From | To | |
| Rename Method package selectMethodByFullyQualifiedNameWithParameters() : void renamed to private assertSelectMethodByFullyQualifiedName(clazz Class<?>, method Method, parameterName String, expectedParameterTypes String) : void in class org.junit.platform.engine.discovery.DiscoverySelectorsTests | From | To | |
| Rename Method package findMethod() : void renamed to package findMethodByParameterTypes() : void in class org.junit.platform.commons.util.ReflectionUtilsTests | From | To | |
| Rename Variable | 3 | ||
| Rename Variable spockMethodName : String to methodName : String in method package selectMethodByFullyQualifiedNameForSpockSpecWithParameters() : void in class org.junit.platform.engine.discovery.DiscoverySelectorsTests | From | To | |
| Rename Variable spockClassName : String to className : String in method package selectMethodByFullyQualifiedNameForSpockSpecWithParameters() : void in class org.junit.platform.engine.discovery.DiscoverySelectorsTests | From | To | |
| Rename Variable spockMethodParameters : String to methodParameters : String in method package selectMethodByFullyQualifiedNameForSpockSpecWithParameters() : void in class org.junit.platform.engine.discovery.DiscoverySelectorsTests | From | To | |
| Extract Variable | 2 | ||
| Extract Variable componentTypeName : String in method public loadClass(name String, classLoader ClassLoader) : Optional<Class<?>> from class org.junit.platform.commons.util.ReflectionUtils | From | To | |
| Extract Method | 2 | ||
| Extract Method private assertSelectMethodByFullyQualifiedName(clazz Class<?>, method Method) : void extracted from package selectMethodByFullyQualifiedName() : void in class org.junit.platform.engine.discovery.DiscoverySelectorsTests | From | To | |
| Extract Method private assertSelectMethodByFullyQualifiedName(clazz Class<?>, method Method) : void extracted from package selectMethodByFullyQualifiedNameForDefaultMethodInInterface() : void in class org.junit.platform.engine.discovery.DiscoverySelectorsTests | From | To |