da2d3abdf2d05a92525e6d80b33dc5974df537cf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private toMethodSignatures(methods List<Method>) : List<String> renamed to private signaturesOf(methods List<Method>) : List<String> in class org.junit.platform.commons.util.ReflectionUtilsTests | From | To | |
Rename Variable | 1 | ||
Rename Variable names : List<String> to signatures : List<String> in method package findMethodsIgnoresBridgeMethods() : void in class org.junit.platform.commons.util.ReflectionUtilsTests | From | To | |
Extract Method | 5 | ||
Extract Method private assertOneFooMethodIn(clazz Class<?>) : void extracted from package findMethodsInInterface() : void in class org.junit.platform.commons.util.ReflectionUtilsTests | From | To |