1c9edfa96945d5c658335447468d8224db8865ee
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private handleException(t Throwable) : void renamed to private getUnderlyingCause(t Throwable) : Throwable in class org.junit.gen5.commons.util.ReflectionUtils | From | To | |
Move Method | 1 | ||
Move Method private throwAs(t Throwable) : void from class org.junit.gen5.commons.util.ReflectionUtils to private throwAs(t Throwable) : void from class org.junit.gen5.commons.util.ExceptionUtils | From | To | |
Inline Method | 2 | ||
Inline Method public throwAsRuntimeException(t Throwable) : void inlined to private getUnderlyingCause(t Throwable) : Throwable in class org.junit.gen5.commons.util.ReflectionUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Throwable in method private getUnderlyingCause(t Throwable) : Throwable in class org.junit.gen5.commons.util.ReflectionUtils | From | To |