ec03f88a88efd7ae7f63ed517d818c5db9e2745c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 141
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public expect(error Throwable) : void renamed to public expectWithCause(type Class<? extends Throwable>, message String, cause Throwable) : void in class org.assertj.core.test.ExpectedException | From | To | |
Split Parameter | 1 | ||
Split Parameter error : Throwable to [type : Class<? extends Throwable>, message : String] in method public expectWithCause(type Class<? extends Throwable>, message String, cause Throwable) : void in class org.assertj.core.test.ExpectedException | From | To | |
Inline Variable | 1 | ||
Inline Variable info : AssertionInfo in method public should_fail_if_other_is_not_a_readable_file() : void from class org.assertj.core.internal.paths.Paths_assertHasSameContentAs_Test | From | To | |
Rename Parameter | 1 | ||
Rename Parameter error : Throwable to cause : Throwable in method public expectWithCause(type Class<? extends Throwable>, message String, cause Throwable) : void in class org.assertj.core.test.ExpectedException | From | To |