[xwiki/xwiki-dev-llm] 3bbd58: [Misc] Correct the S1130 "src/main is a permanent ...
Branch: refs/heads/claude/cool-tesla-b8qklo Home: https://github.com/xwiki/xwiki-dev-llm Commit: 3bbd58260400aa800e61f424b42ce4e2a43d5ebe https://github.com/xwiki/xwiki-dev-llm/commit/3bbd58260400aa800e61f424b42ce4... Author: Vincent Massol <vincent@massol.net> Date: 2026-08-27 (Thu, 27 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 Log Message: ----------- [Misc] Correct the S1130 "src/main is a permanent drop" rule to non-private * The drop line for java:S1130 is the member's visibility, not the source root: a private src/main method cannot be overridden and cannot be called from outside its file, exactly like the private test helpers the same entry already carves out. * Also records the unreachable-catch cascade and the bucketing trap (Sonar attributes the issue to the throws line, which is often a continuation line with no modifier on it). Co-Authored-By: Vincent Massol <vincent@massol.net> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
participants (1)
-
XWiki Notifications