[midPoint-git] [Evolveum/midpoint] f970da: Drop safety check from AssignmentPath.removeLast
mederly
noreply at github.com
Sat May 23 22:33:06 CEST 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: f970da3c07335f962608555d917f8b655145713c
https://github.com/Evolveum/midpoint/commit/f970da3c07335f962608555d917f8b655145713c
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-05-23 (Sat, 23 May 2020)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/assignments/AssignmentPathImpl.java
Log Message:
-----------
Drop safety check from AssignmentPath.removeLast
In its last form it relied on prism object compare operation
that could be quite expensive. Moreover, the code is now clean enough
to make such safety check unnecessary.
This should fix some failing story tests.
A part of MID-6109 implementation.
More information about the midPoint-svn
mailing list