Branch: refs/heads/fix/sonar-cachekeyfactory-static-access Home: https://github.com/xwiki/xwiki-platform Commit: f0963f1b1852241f7631ab41954225c1e118de76 https://github.com/xwiki/xwiki-platform/commit/f0963f1b1852241f7631ab4195422... Author: Vincent Massol <[email protected]> Date: 2026-06-22 (Mon, 22 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/src/main/java/org/xwiki/lesscss/internal/cache/CacheKeyFactory.java Log Message: ----------- [Misc] Use static access for StringUtils.join in CacheKeyFactory (SonarQube) * SonarQube rule java:S3252 flagged that the static "join" method was accessed through "org.xwiki.text.StringUtils", which is a subclass of "org.apache.commons.lang3.StringUtils" where the method is actually declared. * Import "org.apache.commons.lang3.StringUtils" directly so the static member is accessed through the class that declares it. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01Ab1LWcs4MMgEt7xaRFkU8W To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications