Branch: refs/heads/claude/nifty-bell-mp1o6c Home: https://github.com/xwiki/xwiki-commons Commit: 1c0ae2910e958026ee8ab9b269f2e7e67a013c8c https://github.com/xwiki/xwiki-commons/commit/1c0ae2910e958026ee8ab9b269f2e7... Author: Vincent Massol <vincent@massol.net> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-component/src/main/java/org/xwiki/test/mockito/MockitoComponentMocker.java Log Message: ----------- [Misc] Drop the java:S1130 site rejected by the Quality gate The MockitoComponentMocker#registerMockDependencies declaration line already carried a pre-existing java:S3776 (cognitive complexity 22), so rewriting that line to remove the unthrowable "throws Exception" 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-commons/settings/notifications