Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SQiShER/java-object-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: NagyGa1/java-object-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 17 files changed
  • 1 contributor

Commits on Jun 14, 2015

  1. Artifact groupId to com.studium to separate fork

    Gabor Nagy committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    f31e6c6 View commit details
    Browse the repository at this point in the history
  2. First draft (with some fixes)

    (cherry picked from commit 9d2215e)
    Gabor Nagy committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    8492ce1 View commit details
    Browse the repository at this point in the history
  3. Implemented ofTypeAndProperty(final Class<?> type, final String... pr…

    …opertyNames) configuration
    
    (cherry picked from commit c687807)
    Gabor Nagy committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    f029d43 View commit details
    Browse the repository at this point in the history
  4. Implemented ofType() to compare with element class

    (cherry picked from commit cfe2ffa)
    Gabor Nagy committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    6284926 View commit details
    Browse the repository at this point in the history
  5. Added test for NodePath based configuration

    (cherry picked from commit 0155f38)
    Gabor Nagy committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    0d533c3 View commit details
    Browse the repository at this point in the history
  6. Reformat of feature affected files

    (cherry picked from commit 96ee656)
    Gabor Nagy committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    d24503a View commit details
    Browse the repository at this point in the history
  7. javadocs to indicate usage only by CollectionDiffer.

    (cherry picked from commit 76ece87)
    Gabor Nagy committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    2bf503e View commit details
    Browse the repository at this point in the history
  8. Removed public and final from interfaces

    (cherry picked from commit 0c89cd4)
    Gabor Nagy committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    085d50e View commit details
    Browse the repository at this point in the history
  9. Reverted 02b7b68 to still use hashCodes

    Gabor Nagy committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    405402a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. To apply rules to subclasses / interface implementations

    (cherry picked from commit 922632f)
    Gabor Nagy committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    2c99861 View commit details
    Browse the repository at this point in the history
  2. Reverted CollectionItemElementSelectorTest.groovy hashCode checks fro…

    …m constant
    Gabor Nagy committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    6b2f3c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Caching of typeStrategyMap resolution results (preformance patch)

    (cherry picked from commit f925689)
    Gabor Nagy committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    9b1e985 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Configuration menu
    Copy the full SHA
    9a44e02 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2016

  1. com.studium:java-object-diff:0.92.2-SNAPSHOT => sg.studium:java-objec…

    …t-diff:0.92.2
    Gabor Nagy committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    6f7af09 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2016

  1. IdentityConfigurer javadoc

    Gabor Nagy committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    9c5f851 View commit details
    Browse the repository at this point in the history
  2. README.md

    Gabor Nagy committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    b5931a9 View commit details
    Browse the repository at this point in the history
Loading