Branch: refs/heads/claude/zealous-cori-aexer0 Home: https://github.com/xwiki/xwiki-platform Commit: b7a51e5425be3f588e01e499c3e6e518dc0a6e2c https://github.com/xwiki/xwiki-platform/commit/b7a51e5425be3f588e01e499c3e6e... Author: Claude <[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. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications