Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c612b8346aa898782023e2e1f8b029d808eed129 https://github.com/xwiki/xwiki-platform/commit/c612b8346aa898782023e2e1f8b02... Author: Vincent Massol <[email protected]> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/main/java/org/xwiki/security/authorization/RightMap.java Log Message: ----------- [Misc] Fix SonarQube S2387: Rename RightMap.keySet field to avoid shadowing AbstractMap.keySet The private field 'keySet' in RightMap was shadowing the 'keySet' field in its parent class AbstractMap, which is flagged by SonarQube rule S2387 as a BLOCKER issue. Renamed the field to 'cachedKeySet' to clarify its purpose as a cached value and eliminate the shadowing. Co-authored-by: Claude <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications