[xwiki/xwiki-platform] d90b20: [Misc] Replace replaceAll() with replace() in Defa...
Branch: refs/heads/claude/gallant-gauss-9lfhjl Home: https://github.com/xwiki/xwiki-platform Commit: d90b20ebd886b646eb32244e52fb23822caea10d https://github.com/xwiki/xwiki-platform/commit/d90b20ebd886b646eb32244e52fb2... Author: Vincent Massol <[email protected]> Date: 2026-06-25 (Thu, 25 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/DefaultAsyncNotificationRenderer.java Log Message: ----------- [Misc] Replace replaceAll() with replace() in DefaultAsyncNotificationRenderer (SonarQube java:S5361) * The first argument was the literal string "/" with no regex metacharacters, so using String.replace() avoids the unnecessary cost of compiling a regular expression. Co-authored-by: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications