Branch: refs/heads/claude/zealous-cori-xsnl2o Home: https://github.com/xwiki/xwiki-platform Commit: 97d804bb918cb92816f4e89f2f1555399759615a https://github.com/xwiki/xwiki-platform/commit/97d804bb918cb92816f4e89f2f155... Author: Claude <[email protected]> Date: 2026-06-12 (Fri, 12 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/AttachmentReader.java Log Message: ----------- [Misc] Use static access for inherited XAR attachment model constants * SonarQube (rule java:S3252) flagged that inherited static constants in AttachmentReader were accessed through the XARAttachmentModel subclass instead of the XarAttachmentModel class that actually declares them. * Reference the declaring class directly for those ELEMENT_* constants. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications