|
Move Method public smartFormat(representation Representation, iterable Iterable<?>) : String from class org.assertj.core.util.IterableUtil to protected smartFormat(iterable Iterable<?>) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method public singleLineFormat(representation Representation, iterable Iterable<?>, start String, end String) : String from class org.assertj.core.util.IterableUtil to protected singleLineFormat(representation Representation, iterable Object[], start String, end String, alreadyFormatted Set<Object[]>) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method private singleLineFormat(representation Representation, iterable Object[], start String, end String, alreadyFormatted Set<Object[]>) : String from class org.assertj.core.util.Arrays to protected singleLineFormat(representation Representation, iterable Object[], start String, end String, alreadyFormatted Set<Object[]>) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method public multiLineFormat(representation Representation, iterable Iterable<?>) : String from class org.assertj.core.util.IterableUtil to protected multiLineFormat(representation Representation, iterable Object[], alreadyFormatted Set<Object[]>) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method private multiLineFormat(representation Representation, iterable Object[], alreadyFormatted Set<Object[]>) : String from class org.assertj.core.util.Arrays to protected multiLineFormat(representation Representation, iterable Object[], alreadyFormatted Set<Object[]>) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method public format(representation Representation, iterable Iterable<?>, start String, end String, elementSeparator String, indentation String) : String from class org.assertj.core.util.IterableUtil to public format(iterable Iterable<?>, start String, end String, elementSeparator String, indentation String) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method private doesDescriptionFitOnSingleLine(singleLineDescription String) : boolean from class org.assertj.core.util.IterableUtil to private doesDescriptionFitOnSingleLine(singleLineDescription String) : boolean from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method private formatPrimitiveArray(representation Representation, o Object) : String from class org.assertj.core.util.Arrays to protected formatPrimitiveArray(o Object) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method public toStringOf(tuple Tuple, representation Representation) : String from class org.assertj.core.presentation.DefaultToString to protected toStringOf(tuple Tuple) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method public toStringOf(mapEntry MapEntry<?,?>, representation Representation) : String from class org.assertj.core.presentation.DefaultToString to protected toStringOf(mapEntry MapEntry<?,?>) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method private smartFormat(representation Representation, iterable Object[]) : String from class org.assertj.core.util.Arrays to protected smartFormat(representation Representation, iterable Object[]) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method private doesDescriptionFitOnSingleLine(singleLineDescription String) : boolean from class org.assertj.core.util.Arrays to private doesDescriptionFitOnSingleLine(singleLineDescription String) : boolean from class org.assertj.core.presentation.StandardRepresentation |
From |
To |
|
Move Method private format(representation Representation, array Object[], elementSeparator String, indentation String, alreadyFormatted Set<Object[]>) : String from class org.assertj.core.util.Arrays to protected format(array Object[], elementSeparator String, indentation String, alreadyFormatted Set<Object[]>) : String from class org.assertj.core.presentation.StandardRepresentation |
From |
To |