Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 9f96d382b190ed2491431f72ced87578571ebcd6 https://github.com/xwiki/xwiki-platform/commit/9f96d382b190ed2491431f72ced87... Author: Vincent Massol <[email protected]> Date: 2026-06-14 (Sun, 14 Jun 2026) Changed paths: M xwiki-platform-tools/xwiki-platform-tool-importmap-plugin/src/main/java/org/xwiki/tool/importmap/ImportmapMojo.java Log Message: ----------- [Misc] Reduce cognitive complexity of ImportmapMojo.execute() reported by SonarQube * Extract the per-entry verification logic from the execute() loop into a dedicated verifyImportmapEntry() method so that execute() stays below the allowed cognitive complexity threshold (was 16, allowed 15). * Pure refactoring with no behavior change. Co-authored-by: Claude <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications