Branch: refs/heads/claude/nifty-bell-hm7g6i Home: https://github.com/xwiki/xwiki-commons Commit: 676ffc612c2d5718517f8e04dee79119962d5f9b https://github.com/xwiki/xwiki-commons/commit/676ffc612c2d5718517f8e04dee791... Author: Vincent Massol <[email protected]> Date: 2026-08-22 (Sat, 22 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-xml/src/main/java/org/xwiki/diff/xml/internal/HTMLDiffPruner.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-component/xwiki-commons-legacy-component-default/src/main/java/org/xwiki/component/annotation/RequirementComponentDependencyFactory.java M xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-local/src/main/java/org/xwiki/observation/internal/DefaultObservationManager.java M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/introspection/MethodArgumentsUberspector.java M xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/main/java/org/xwiki/tool/checkstyle/UnstableAnnotationCheck.java Log Message: ----------- [Misc] Remove unused private method parameters reported by SonarQube * Removes parameters that are never read in the body of a private method, and drops the matching argument at every call site (all of them are in the same compilation unit, so the compiler is the complete verification). * Also removes the now-orphaned @param Javadoc tags. 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-commons/settings/notifications