[midPoint-git] [Evolveum/midpoint] 5200b1: Consider correlated shadows when computing focus o...

Andrej noreply at github.com
Wed Apr 22 13:16:20 CEST 2026


  Branch: refs/heads/bugfix/t-4752-missing-statistics
  Home:   https://github.com/Evolveum/midpoint
  Commit: 5200b108f381709a98ddddb51e58bff7fa120e87
      https://github.com/Evolveum/midpoint/commit/5200b108f381709a98ddddb51e58bff7fa120e87
  Author: Andrej Zan <andrej.zan at evolveum.com>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/midpointStatisticsComputation/FocusObjectStatisticsComputationActivityHandler.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/midpointStatisticsComputation/FocusObjectStatisticsComputationActivityRun.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/midpointStatisticsComputation/FocusObjectStatisticsIterationFactory.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/midpointStatisticsComputation/FocusObjectsByAssociatedShadowsIteration.java
    M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
    A model/smart-impl/src/test/resources/smart/resource-dummy-for-stats-calculation.xml
    A model/smart-impl/src/test/resources/smart/user1.xml
    A model/smart-impl/src/test/resources/smart/user2.xml
    A model/smart-impl/src/test/resources/smart/user3.xml

  Log Message:
  -----------
  Consider correlated shadows when computing focus object statistics

**What**

When computing statistics for focus objects, consider not only focuses with
linked focuses but also focuses which are correlated with the shadows.

**Why**

Previously, the statistics computation only found focus objects that
were already linked to shadows matching the resource/kind/intent
criteria. This meant that correlated but not yet linked focuses were
not included in the statistics.

By also considering the correlation state of shadows, we can include
focuses that are identified as owner candidates but have not been
linked yet.

**Task**: 11190



To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications


More information about the midPoint-svn mailing list