Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 04fa427a27667c0937200242dbcb790981336631 https://github.com/xwiki/xwiki-rendering/commit/04fa427a27667c0937200242dbcb... Author: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Date: 2026-08-22 (Sat, 22 Aug 2026) Changed paths: M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/main/java/org/xwiki/rendering/internal/renderer/xhtml/link/DocumentXHTMLLinkTypeRenderer.java Log Message: ----------- [Misc] Remove unused private method parameters reported by SonarQube (#408) * 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-rendering/settings/notifications