[xwiki/xwiki-platform] b6fb1f: [Misc] Replace replaceAll() with replace() in Defa...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: b6fb1f3db51690b89403bca8425af9f0ca1cbede https://github.com/xwiki/xwiki-platform/commit/b6fb1f3db51690b89403bca8425af... Author: Vincent Massol <[email protected]> Date: 2026-06-26 (Fri, 26 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/main/java/org/xwiki/notifications/notifiers/internal/DefaultNotificationDisplayer.java Log Message: ----------- [Misc] Replace replaceAll() with replace() in DefaultNotificationDisplayer Fixes SonarCloud issue java:S5361: the regex "\\/" contains no special characters, so use the more efficient String.replace() instead of replaceAll(). To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications