cd44601078c8ddf68b8d6e90156931fb86d78084
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getJavaMethodParameterTypes() : List<Class<?>> renamed to public getMethodParameterTypes() : List<Class<?>> in class org.junit.platform.engine.support.descriptor.JavaMethodSource | From | To | |
| Rename Method public getJavaMethodName() : String renamed to public getMethodName() : String in class org.junit.platform.engine.support.descriptor.JavaMethodSource | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute javaClass : Class<?> to methodName : String in class org.junit.platform.engine.support.descriptor.JavaMethodSource | From | To | |
| Rename Attribute javaMethodName : String to className : String in class org.junit.platform.engine.support.descriptor.JavaMethodSource | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type javaClass : Class<?> to methodName : String in class org.junit.platform.engine.support.descriptor.JavaMethodSource | From | To |