Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 081314a871d4f1fecaf72a718617add0a3e46d87 https://github.com/xwiki/xwiki-platform/commit/081314a871d4f1fecaf72a718617a... Author: Vincent Massol <[email protected]> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/CreateActionRequestHandler.java Log Message: ----------- [Misc] Fix java:S1845 - rename fields to avoid case-only clash with static constants Rename private instance fields `name` → `documentName` and `type` → `documentType` in CreateActionRequestHandler to avoid the SonarQube java:S1845 violation caused by fields differing only by case from static constants NAME and TYPE in the same class. The public API (getName()/getType() methods) is unchanged. Co-authored-by: Claude <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications