f30b70713953568b6d6d066c229db6a6ed2ac54e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 39
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public should_create_error_with_StandardRepresentation() : void renamed to public should_create_error_with_configured_representation() : void in class org.assertj.core.error.BasicErrorMessageFactory_create_Test | From | To | |
Move And Rename Method | 3 | ||
Move And Rename Method public toString() : String from class org.assertj.core.util.diff.DeleteDelta to private toStringOf(deleteDelta DeleteDelta<?>) : String from class org.assertj.core.presentation.StandardRepresentation | From | To | |
Move And Rename Method public toString() : String from class org.assertj.core.util.diff.ChangeDelta to private toStringOf(changeDelta ChangeDelta<?>) : String from class org.assertj.core.presentation.StandardRepresentation | From | To | |
Move And Rename Method public toString() : String from class org.assertj.core.util.diff.InsertDelta to private toStringOf(insertDelta InsertDelta<?>) : String from class org.assertj.core.presentation.StandardRepresentation | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type lines : List<T> to lines : List<?> in method private formatLines(lines List<?>) : String in class org.assertj.core.presentation.StandardRepresentation | From | To | |
Move Method | 1 | ||
Move Method package formatLines(lines List<T>) : String from class org.assertj.core.util.diff.Delta to private formatLines(lines List<?>) : String from class org.assertj.core.presentation.StandardRepresentation | From | To | |
Extract Method | 1 | ||
Extract Method protected fallbackToStringOf(object Object) : String extracted from public toStringOf(object Object) : String in class org.assertj.core.presentation.StandardRepresentation | From | To |