6c1497f1ea0618bdd0ab1b9f36f9b9e0772dcb24
Files Diff
- Added: 2
- Removed: 6
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public format(p Representation, c Collection<?>, start String, end String) : String from class org.assertj.core.util.Collections to private format(representation Representation, iterable Iterable<?>, start String, end String, elementSeparator String, indentation String) : String from class org.assertj.core.util.Iterables | From | To | |
Move Method public format(p Representation, c Collection<?>) : String from class org.assertj.core.util.Collections to public format(representation Representation, iterable Iterable<?>) : String from class org.assertj.core.util.Iterables | From | To | |
Inline Method | 1 | ||
Inline Method private toStringOf(m Map<?,?>, p Representation) : String inlined to public toStringOf(representation Representation, o Object) : String in class org.assertj.core.presentation.DefaultToString | From | To | |
Move Attribute | 2 | ||
Move Attribute private DEFAULT_END : String from class org.assertj.core.util.Collections to private DEFAULT_END : String from class org.assertj.core.util.Iterables | From | To | |
Move Attribute private DEFAULT_START : String from class org.assertj.core.util.Collections to private DEFAULT_START : String from class org.assertj.core.util.Iterables | From | To | |
Rename Class | 2 | ||
Rename Class org.assertj.core.presentation.CollectionToString renamed to org.assertj.core.presentation.DefaultToString | From | To | |
Rename Class org.assertj.core.util.Collections_format_Test renamed to org.assertj.core.util.Iterables_format_Test | From | To | |
Rename Parameter | 2 | ||
Rename Parameter p : Representation to representation : Representation in method private format(representation Representation, iterable Iterable<?>, start String, end String, elementSeparator String, indentation String) : String in class org.assertj.core.util.Iterables | From | To | |
Rename Parameter p : Representation to representation : Representation in method public format(representation Representation, iterable Iterable<?>) : String in class org.assertj.core.util.Iterables | From | To |