Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: bded2289a7d789773f5b83421d5882a3081fb4e8 https://github.com/xwiki/xwiki-platform/commit/bded2289a7d789773f5b83421d588... Author: Vincent Massol <[email protected]> Date: 2026-06-25 (Thu, 25 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java Log Message: ----------- [Misc] Reduce cognitive complexity of exclusive filter handling reported by SonarQube * Extract the nested loops of handleExclusiveFilters into dedicated private helper methods (handleExclusiveFilter and handleExclusiveChild) and introduce a small private holder for the running best match, bringing the method's cognitive complexity below the allowed threshold without changing behavior. Co-authored-by: Claude <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications