Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 0c489ea459c804989cf2d81afee28868b07602e8 https://github.com/xwiki/xwiki-commons/commit/0c489ea459c804989cf2d81afee288... Author: claude[bot] <209825114+claude[bot]@users.noreply.github.com> 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 (#1918) * 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