a2fe4b281f8c6a9a799e4544be9c72f128c137be
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable error : AssertionError to throwable : Throwable in method package should_throw_assertion_error_if_actual_is_not_an_instance_of_given_type() : void in class org.assertj.core.api.InstanceOfAssertFactoryTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type error : AssertionError to throwable : Throwable in method package should_throw_assertion_error_if_actual_is_not_an_instance_of_given_type() : void in class org.assertj.core.api.InstanceOfAssertFactoryTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type underTest : InstanceOfAssertFactory<Integer,Assert<?,?>> to underTest : InstanceOfAssertFactory<Integer,AbstractAssert<?,?>> in class org.assertj.core.api.InstanceOfAssertFactoryTest | From | To | |
Change Attribute Type mockAssertFactory : AssertFactory<Integer,Assert<?,?>> to mockAssertFactory : AssertFactory<Integer,AbstractAssert<?,?>> in class org.assertj.core.api.InstanceOfAssertFactoryTest | From | To | |
Change Attribute Type mockAssert : Assert<?,?> to mockAssert : AbstractAssert<?,?> in class org.assertj.core.api.InstanceOfAssertFactoryTest | From | To |