No description
| .mvn/wrapper | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||
| README.md | ||
Apples
-
universal (deep) compare tool
-
compares [apple] to [orange] recursively and shows the diff
-
no reflection
-
compiles to bytecode version jdk11
-
but also handles records, if you run jdk16+
-
I have one more wish for this and that is 'structural comparison'. Let's say you have class Apple with property color and a class Orange, also with property color. Right now
Applesdoes the sensible thing, and that is saying: "classes don't match". But what what if you could compare these apples and oranges? Should be possible.