Package | Description |
---|---|
org.assertj.core.util.diff | |
org.assertj.core.util.diff.myers |
Modifier and Type | Method and Description |
---|---|
static <T> Patch<T> |
DiffUtils.diff(java.util.List<T> original,
java.util.List<T> revised,
DiffAlgorithm<T> algorithm)
Computes the difference between the original and revised list of elements
with default diff algorithm
|
Modifier and Type | Class and Description |
---|---|
class |
MyersDiff<T>
Copy from https://code.google.com/p/java-diff-utils/.
|