Branch: refs/heads/fix/sonar-rightmap-keyset-shadow Home: https://github.com/xwiki/xwiki-platform Commit: d10feacbb6e2407b15474c1c60c6f53e11fe2ebd https://github.com/xwiki/xwiki-platform/commit/d10feacbb6e2407b15474c1c60c6f... Author: Claude <[email protected]> Date: 2026-05-12 (Tue, 12 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: ----------- [XWIKI] 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. https://claude.ai/code/session_012AtaFRwNqcM6w4eFRtvn2v To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications