Branch: refs/heads/claude/cool-tesla-hm7g6i Home: https://github.com/xwiki/xwiki-dev-llm Commit: bbf77edfe418f732ad34bc6b05306784cd46b5e1 https://github.com/xwiki/xwiki-dev-llm/commit/bbf77edfe418f732ad34bc6b053067... Author: Vincent Massol <[email protected]> Date: 2026-08-22 (Sat, 22 Aug 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json M xwiki/okf/sonarqube/dead-code-rules.md M xwiki/okf/sonarqube/index.md Log Message: ----------- [Misc] Correct the S1172 denylist entry: only non-private is a signature change * S1172 was denylisted as a signature change. That holds for a public, protected or package-private method, but not for a private one, where no caller can exist outside the compilation unit and the compiler is the whole verification. * Moves the rule into dead-code-rules with its transform, the visibility split and the three drop shapes (overload collision, a TODO owning the parameter, parameters mirroring a sibling method). Co-Authored-By: Vincent Massol <[email protected]> Co-Authored-By: Claude <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications