[midPoint-git] [Evolveum/midpoint] a9687e: Fix RObjectReference equals/hashCode (MID-5105)

mederly noreply at github.com
Thu Dec 12 17:47:03 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: a9687e6b1387f617d8ff9b2a9ec8e54db7fe1de5
      https://github.com/Evolveum/midpoint/commit/a9687e6b1387f617d8ff9b2a9ec8e54db7fe1de5
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/ModifyTest.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RObjectReference.java

  Log Message:
  -----------
  Fix RObjectReference equals/hashCode (MID-5105)

Originally the RObjectReference.equals method regarded the target type
attribute and ignored the reference type (a.k.a. reference owner).
This was incorrect.

This will most probably fix MID-5102 as well.




More information about the midPoint-svn mailing list