[xwiki/xwiki-platform] ba3727: [SONAR] Remove the final keyword on local variables
Branch: refs/heads/fix/sonar-extension-http-client-resource-leak Home: https://github.com/xwiki/xwiki-platform Commit: ba3727c9cde305bf4996351901fcce30704166cf https://github.com/xwiki/xwiki-platform/commit/ba3727c9cde305bf4996351901fcc... Author: Vincent Massol <[email protected]> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/resources/ExtensionVersionFileRESTResource.java Log Message: ----------- [SONAR] Remove the final keyword on local variables Local variables are effectively final here, which is what the try-with-resources statement and the lambda capture require, so the explicit keyword adds nothing. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications