|
Move Method private isObjectArray(o Object) : boolean from class org.assertj.core.util.ArrayFormatter to private isObjectArray(o Object) : boolean from class org.assertj.core.util.Arrays |
From |
To |
|
Move Method private formatPrimitiveArray(p Representation, o Object) : String from class org.assertj.core.util.ArrayFormatter to private formatPrimitiveArray(representation Representation, o Object) : String from class org.assertj.core.util.Arrays |
From |
To |
|
Move Method public should_format_Object_array_that_has_primitive_array_as_element() : void from class org.assertj.core.util.ArrayFormatter_format_Test to public should_format_Object_array_that_has_primitive_array_as_element() : void from class org.assertj.core.util.Arrays_format_Test |
From |
To |
|
Move Method public should_format_array_with_null_element() : void from class org.assertj.core.util.ArrayFormatter_format_Test to public should_format_array_with_null_element() : void from class org.assertj.core.util.Arrays_format_Test |
From |
To |
|
Move Method private notAnArrayOfPrimitives(o Object) : IllegalArgumentException from class org.assertj.core.util.ArrayFormatter to package notAnArrayOfPrimitives(o Object) : IllegalArgumentException from class org.assertj.core.util.Arrays |
From |
To |
|
Move Method public should_format_String_array() : void from class org.assertj.core.util.ArrayFormatter_format_Test to public should_format_String_array() : void from class org.assertj.core.util.Arrays_format_Test |
From |
To |
|
Move Method public should_format_Object_array_having_itself_as_element() : void from class org.assertj.core.util.ArrayFormatter_format_Test to public should_format_Object_array_having_itself_as_element() : void from class org.assertj.core.util.Arrays_format_Test |
From |
To |
|
Move Method private isArrayTypePrimitive(o Object) : boolean from class org.assertj.core.util.ArrayFormatter to private isArrayTypePrimitive(o Object) : boolean from class org.assertj.core.util.Arrays |
From |
To |
|
Move Method public should_format_longArray() : void from class org.assertj.core.util.ArrayFormatter_format_Test to public should_format_longArray() : void from class org.assertj.core.util.Arrays_format_Test |
From |
To |
|
Move Method public should_return_null_if_parameter_is_not_array() : void from class org.assertj.core.util.ArrayFormatter_format_Test to public should_return_null_if_parameter_is_not_array() : void from class org.assertj.core.util.Arrays_format_Test |
From |
To |
|
Pull Up Attribute private DEFAULT_START : String from class org.assertj.core.util.IterableUtil to package DEFAULT_START : String from class org.assertj.core.util.GroupFormatUtil |
From |
To |
|
Pull Up Attribute private DEFAULT_END : String from class org.assertj.core.util.IterableUtil to package DEFAULT_END : String from class org.assertj.core.util.GroupFormatUtil |
From |
To |
|
Pull Up Attribute private INDENTATION_AFTER_NEWLINE : String from class org.assertj.core.util.IterableUtil to package INDENTATION_AFTER_NEWLINE : String from class org.assertj.core.util.GroupFormatUtil |
From |
To |
|
Pull Up Attribute private ELEMENT_SEPARATOR : String from class org.assertj.core.util.IterableUtil to package ELEMENT_SEPARATOR : String from class org.assertj.core.util.GroupFormatUtil |
From |
To |
|
Pull Up Attribute private INDENTATION_FOR_SINGLE_LINE : String from class org.assertj.core.util.IterableUtil to package INDENTATION_FOR_SINGLE_LINE : String from class org.assertj.core.util.GroupFormatUtil |
From |
To |
|
Pull Up Attribute private ELEMENT_SEPARATOR_WITH_NEWLINE : String from class org.assertj.core.util.IterableUtil to package ELEMENT_SEPARATOR_WITH_NEWLINE : String from class org.assertj.core.util.GroupFormatUtil |
From |
To |