Branch: refs/heads/claude/peaceful-archimedes-dyhhpp Home: https://github.com/xwiki/xwiki-rendering Commit: 162a10375e1459d62f8e1176e30fd6a05e1bb5c2 https://github.com/xwiki/xwiki-rendering/commit/162a10375e1459d62f8e1176e30f... Author: Vincent Massol <[email protected]> Date: 2026-08-24 (Mon, 24 Aug 2026) Changed paths: M xwiki-rendering-wikimodel/src/main/java/org/xwiki/rendering/wikimodel/PrintTextListener.java M xwiki-rendering-wikimodel/src/main/java/org/xwiki/rendering/wikimodel/xhtml/PrintListener.java M xwiki-rendering-wikimodel/src/main/java/org/xwiki/rendering/wikimodel/xhtml/handler/TagHandler.java Log Message: ----------- [Misc] Explain why the empty methods of the no-op implementations are empty (SonarQube) * Fixes java:S1186 "Methods should not be empty" on the deliberate no-op implementations: stubs, void/null listeners, default hooks meant to be overridden, deprecated setters kept for backward compatibility and empty constructors required by the component manager or by Velocity. * Comment-only change: no behaviour, signature or API is modified. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications