java-object-diff
java-object-diff copied to clipboard
Library to diff and merge Java objects with ease
Sorry but I didn't get the point here. Let's say I have two simple objects and I need to know **if there is** a difference between them and **if there...
当java类中有boolean类型的时候,两类做比较应该是edit才对,实际是add或者DELETE
Hi Daniel, First of all, thanks a lot for the awesome library! We've been using it in open-source Spinnaker for over a year now with great results. I think I...
This is the first [version that supports](https://docs.gradle.org/current/userguide/compatibility.html) Java 11.
The self-closed `p` tag causes errors during Javadoc generation, and it doesn't make sense from the semantic point of view. The single `p` tag without the corresponding closing tag seems...
Consider a class `A` that has a field `b` of type `List`. The type `C`, in turn, has a large number of fields `c1`, `c2`, `c3`,..., but two `C` objects...
[gradle caching](https://docs.gradle.org/current/userguide/build_cache.html). Shared caches can reduce the number of tasks you need to execute by reusing outputs already generated elsewhere. This can significantly decrease build times. We can enable this...
With that we can build a more readable path, such as /child[0]/name , just like xpath.
@SQiShER, firstable thanks for a great library! We somehow have memory leaks problem using your librarie. We are using the latest version. We noticed that @tacoo changes with circular references...
When comparing `List`, it think baseValue is null and workingValue is the first object of the list. Did i missing something?