cbce93d4181e6b7fef538ac9901aece6e7cccac8
Files Diff
- Added: 23
- Removed: 3
- Renamed: 0
- Modified: 26
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public should_fail_if_actual_does_not_contain_given_values_only() : void renamed to public should_fail_if_actual_does_not_contain_all_given_values() : void in class org.assertj.core.internal.iterables.Iterables_assertContainsOnly_Test | From | To | |
| Rename Method public should_fail_if_elements_to_filter_do_not_have_property_used_by_filter() : void renamed to public should_fail_if_elements_to_filter_do_not_have_property_or_field_used_by_filter() : void in class org.assertj.core.api.filter.Filter_with_property_in_given_values_Test | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method private extractValue(propertyOrFieldName String, input Object) : Object from class org.assertj.core.extractor.ByNameSingleExtractor to private getSimpleValue(propertyOrFieldName String, input Object) : Object from class org.assertj.core.util.introspection.PropertyOrFieldSupport | From | To | |
| Move Method | 3 | ||
| Move Method private popNameFrom(propertyOrFieldNameChain String) : String from class org.assertj.core.extractor.ByNameSingleExtractor to private popNameFrom(propertyOrFieldNameChain String) : String from class org.assertj.core.util.introspection.PropertyOrFieldSupport | From | To | |
| Move Method private nextNameFrom(propertyOrFieldNameChain String) : String from class org.assertj.core.extractor.ByNameSingleExtractor to private nextNameFrom(propertyOrFieldNameChain String) : String from class org.assertj.core.util.introspection.PropertyOrFieldSupport | From | To | |
| Move Method private isNested(propertyOrFieldName String) : boolean from class org.assertj.core.extractor.ByNameSingleExtractor to private isNested(propertyOrFieldName String) : boolean from class org.assertj.core.util.introspection.PropertyOrFieldSupport | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private SEPARATOR : String from class org.assertj.core.extractor.ByNameSingleExtractor to private SEPARATOR : String from class org.assertj.core.util.introspection.PropertyOrFieldSupport | From | To | |
| Move Attribute private propertySupport : PropertySupport from class org.assertj.core.api.filter.Filters to private propertySupport : PropertySupport from class org.assertj.core.util.introspection.PropertyOrFieldSupport | From | To | |
| Extract Class | 1 | ||
| Extract Class org.assertj.core.util.introspection.PropertyOrFieldSupport from class org.assertj.core.extractor.ByNameSingleExtractor | From | To | |
| Move Class | 3 | ||
| Move Class org.assertj.core.internal.PropertySupport moved to org.assertj.core.util.introspection.PropertySupport | From | To | |
| Move Class org.assertj.core.internal.JavaBeanDescriptor moved to org.assertj.core.util.introspection.JavaBeanDescriptor | From | To | |
| Move Class org.assertj.core.internal.PropertySupport_propertyValues_with_mocks_Test moved to org.assertj.core.util.introspection.PropertySupport_propertyValues_with_mocks_Test | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute propertyNameToFilterOn : String to propertyOrFieldNameToFilterOn : String in class org.assertj.core.api.filter.Filters | From | To | |
| Extract Variable | 1 | ||
| Extract Variable filteredPlayers : Iterable<Player> in method public should_filter_iterable_elements_on_different_properties() : void from class org.assertj.core.api.filter.Filter_on_differents_properties_Test | From | To | |
| Extract Method | 2 | ||
| Extract Method private validatePropertyOrFieldName(propertyOrFieldName String) : void extracted from public with(propertyName String) : Filters<E> in class org.assertj.core.api.filter.Filters | From | To | |
| Extract Method private validatePropertyOrFieldName(propertyOrFieldName String) : void extracted from public with(propertyName String, propertyValue Object) : Filters<E> in class org.assertj.core.api.filter.Filters | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter propertyName : String to propertyOrFieldName : String in method public with(propertyOrFieldName String, propertyValue Object) : Filters<E> in class org.assertj.core.api.filter.Filters | From | To | |
| Rename Parameter propertyName : String to propertyOrFieldName : String in method public and(propertyOrFieldName String) : Filters<E> in class org.assertj.core.api.filter.Filters | From | To | |
| Rename Parameter propertyName : String to propertyOrFieldName : String in method public with(propertyOrFieldName String) : Filters<E> in class org.assertj.core.api.filter.Filters | From | To |