Migrated to Gradle Dec 31, 2016 README Apache-2.0 license Introduction java-object-diffis a simple, yet powerful library to find differences between Java objects. It takes two objects and generates a tree struc
Since version 2.2.0, this fork of java-diff-utils is hosted on Maven Central. This means you can add java-diff-utils as a dependency to your project using Gradle. Add java-diff-utils to your dependencies like this: dependencies { compile'io.github.java-diff-utils:java-diff-utils:2.2.0...
java-object-diffis a simple, yet powerful library to find differences between Java objects. It takes two objects and generates a tree structure that represents any differences between the objects and their children. This tree can then be traversed to extract more information or apply changes to t...
Environment spring-boot-starter-data-jpa project 2.3.0.RELEASE Liquibase Version: <liquibase-core.version>4.1.1 Liquibase Integration & Version: <Pick one: CLI, maven, gradle, spring boot, servlet, etc.> liquibase-maven-plugin Liquibase Extension(s) & Version: <liquibase-hibernate5.version>4.1....
The easiest way to get RefDiff is from the Mavel Central. Declare it as a dependency in your build system (Maven, Gradle, etc). For example: <dependency> <groupId>com.github.aserg-ufmg</groupId> <artifactId>refdiff-core</artifactId> <version>0.1.1</version> </dependency> ...
-bc <git-repo-folder> <start-commit-sha1> <end-commit-sha1> -json <path-to-json-file> Detect refactorings between <start-commit-sha1> and <end-commit-sha1> for project <git-repo-folder> -bt <git-repo-folder> <start-tag> <end-tag> -json <path-to-json-file> Detect refactoring...
Migrated to Gradle Dec 31, 2016 README Apache-2.0 license Introduction java-object-diffis a simple, yet powerful library to find differences between Java objects. It takes two objects and generates a tree structure that represents any differences between the objects and their children. This tree ...