095d792c9a3a39af107e7af382394e4d6c78fc27
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable localMethods : List<Method> in method public findAllMethodsInHierarchy(clazz Class<?>, sortOrder MethodSortOrder) : List<Method> from class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Extract Method | 1 | ||
Extract Method private getSuperclassMethods(clazz Class<?>, sortOrder MethodSortOrder) : List<Method> extracted from public findAllMethodsInHierarchy(clazz Class<?>, sortOrder MethodSortOrder) : List<Method> in class org.junit.gen5.commons.util.AnnotationUtils | From | To |