Branch: refs/heads/claude/nifty-bell-0040f8 Home: https://github.com/xwiki/xwiki-commons Commit: d28e140636f3e80e4a88015485bcfa2ffb4ab45c https://github.com/xwiki/xwiki-commons/commit/d28e140636f3e80e4a88015485bcfa... Author: Vincent Massol <[email protected]> Date: 2026-09-05 (Sat, 05 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-classloader/xwiki-commons-legacy-classloader-api/src/main/java/org/xwiki/classloader/internal/ResourceLoader.java Log Message: ----------- [Misc] Fix SonarQube issues by moving JarInfo's private helpers into JarInfo * java:S3398 (2): parseClassPath() and package2url() are private static helpers of ResourceLoader that only the nested JarInfo class calls, so they belong to JarInfo * package2url() is renamed toPackageIndex() as part of the move: JarInfo already has a package2url field, and a same-named field and method would trade java:S3398 for java:S1845 Co-Authored-By: Vincent Massol <[email protected]> Co-Authored-By: Claude Opus 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01YHAu3KYCKG7h3zTYmpTzKb To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications