Branch: refs/heads/claude/nifty-bell-je8lo7-s3358 Home: https://github.com/xwiki/xwiki-commons Commit: 899df92e9b7ec10986d7046c24fba4b7d756270c https://github.com/xwiki/xwiki-commons/commit/899df92e9b7ec10986d7046c24fba4... Author: Vincent Massol <[email protected]> Date: 2026-08-08 (Sat, 08 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/version/internal/DefaultVersionRange.java Log Message: ----------- [Misc] Extract the nested ternary operations of DefaultVersionRange (SonarQube) * Fixes 3 java:S3358 SonarCloud issues by extracting the inner "upper ? x : y" ternaries into named locals. Both rewrites are provably equivalent: the two branches of the flagged expressions are exact negations of each other. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications