2dfbcde0db1adbdd6a0b6f13cedfef42ef808125
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public should_format_Collection() : void renamed to public should_format_iterable() : void in class org.assertj.core.util.IterableUtil_format_Test | From | To | |
| Rename Method public should_return_null_if_Collection_is_null() : void renamed to public should_return_null_if_iterable_is_null() : void in class org.assertj.core.util.IterableUtil_format_Test | From | To | |
| Rename Method public should_return_empty_brackets_if_Collection_is_empty() : void renamed to public should_format_iterable_with_custom_start_and_end() : void in class org.assertj.core.util.IterableUtil_format_Test | From | To | |
| Inline Method | 2 | ||
| Inline Method private defaultToString(o Object) : String inlined to public toStringOf(representation Representation, o Object) : String in class org.assertj.core.presentation.DefaultToString | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute ONE_LINE_INDENTATION : String to INDENTATION_FOR_SINGLE_LINE : String in class org.assertj.core.util.IterableUtil | From | To |