[midPoint-git] [Evolveum/midpoint] 53b2e9: Smart Integration: Fix incorrect total values calc...

Michal Zelenčík noreply at github.com
Tue Feb 10 17:03:24 CET 2026


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 53b2e925ef2486921bf81e357c47c3644d341cbf
      https://github.com/Evolveum/midpoint/commit/53b2e925ef2486921bf81e357c47c3644d341cbf
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/objectType/smart/component/SmartStatisticsPanel.java

  Log Message:
  -----------
  Smart Integration: Fix incorrect total values calculation in SmartStatisticsPanel

Changed total values calculation from summing frequency table counts
to using (total objects - missing values).

- Updated buildMainPanel() to calculate total as statistics.getSize() - missingValueCount
- Updated toAttributeRow() to use same calculation for left panel attribute list
- Modified renderListViewRows() to pass statistics parameter to toAttributeRow()

The frequency table only shows top-N values, so summing those counts
gave incorrect totals. Now displays actual count of shadows with the
attribute populated.

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>



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