4544e18472521bcc5f0b5e7db1113b1f75e93066
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package getFieldValuesWithNullParameters() : void renamed to package readFieldValuesPreconditions() : void in class org.junit.platform.commons.util.ReflectionUtilsTests | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method public getFieldValues(fields List<Field>, object Object, fieldType Class<T>) : List<T> moved from class org.junit.platform.commons.util.ReflectionUtils to class org.junit.platform.commons.support.AnnotationSupport & inlined to public findAnnotatedFieldValues(object Object, annotationType Class<? extends Annotation>, fieldType Class<T>) : List<T> | From | To | |
| Extract Variable | 2 | ||
| Extract Variable fields : List<Field> in method public findAnnotatedFieldValues(object Object, annotationType Class<? extends Annotation>, fieldType Class<T>) : List<T> from class org.junit.platform.commons.support.AnnotationSupport | From | To | |
| Extract Variable fields : List<Field> in method public findAnnotatedFieldValues(object Object, annotationType Class<? extends Annotation>) : List<Object> from class org.junit.platform.commons.support.AnnotationSupport | From | To |