public static final class RunTools.Diff extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
added |
List<String> |
fixed |
int |
newMajor |
List<String> |
persisting |
StringBuilder |
text |
List<String> |
unavailable
Entries present in A but errored or absent in B: their findings are neither fixed nor persisting.
|
| Constructor and Description |
|---|
Diff() |
public final List<String> persisting
public final List<String> unavailable
public int newMajor
public final StringBuilder text
public Diff()