[xwiki/xwiki-platform] 2c92b3: [Misc] Use static access for inherited constants i...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 2c92b34e78d01978802641021d72423ec6f970b8 https://github.com/xwiki/xwiki-platform/commit/2c92b34e78d01978802641021d724... Author: Vincent Massol <[email protected]> Date: 2026-06-22 (Mon, 22 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/output/XAROutputFilterStream.java Log Message: ----------- [Misc] Use static access for inherited constants in XAROutputFilterStream * SonarQube (rule java:S3252) reported that several inherited static constants were accessed through a subtype rather than through the type that declares them in XAROutputFilterStream. * Reference the declaring types directly (WikiDocumentFilter, WikiAttachmentFilter, XarAttachmentModel, XarClassModel and XarObjectPropertyModel) instead of their XWiki/XAR subtypes for the flagged constants. Co-authored-by: Claude <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications