Branch: refs/heads/claude/clever-feynman-mp1o6c Home: https://github.com/xwiki/xwiki-platform Commit: 9fd4148a1055e48f761ce729c584be86af9caabc https://github.com/xwiki/xwiki-platform/commit/9fd4148a1055e48f761ce729c584b... Author: Vincent Massol <vincent@massol.net> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/plugin/rightsmanager/RightsManager.java Log Message: ----------- [Misc] Drop the java:S1172 site rejected by the Quality gate The RightsManager#fillLevelTreeMap declaration line already carried a pre-existing java:S3776 (cognitive complexity 27), so rewriting that line to remove the unused XWikiContext parameter made the gate attribute that finding to this pull request. Reducing the method's complexity is a refactor rather than a SonarQube cleanup, so the site is dropped instead. Co-Authored-By: Vincent Massol <vincent@massol.net> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications