[xwiki/xwiki-commons] 7477ed: [Misc] Rename local variables that hide a field in...
Branch: refs/heads/claude/nifty-bell-ohspzb Home: https://github.com/xwiki/xwiki-commons Commit: 7477edd4336a740e79051720878efbb9e34a459a https://github.com/xwiki/xwiki-commons/commit/7477edd4336a740e79051720878efb... Author: Vincent Massol <[email protected]> Date: 2026-08-12 (Wed, 12 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-store/xwiki-commons-crypto-store-filesystem/src/test/java/org/xwiki/crypto/store/filesystem/internal/X509KeyFileSystemStoreTest.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/test/java/org/xwiki/extension/AbstractExtensionTest.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/java/org/xwiki/extension/repository/aether/internal/AetherDefaultRepositoryManagerTest.java M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-api/src/test/java/org/xwiki/filter/internal/AbstractFilterDescriptorManagerTest.java M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/DefaultHTMLCleanerTest.java Log Message: ----------- [Misc] Rename local variables that hide a field in test code (SonarQube) * Fixes 15 java:S1117 issues ("Rename X which hides the field declared at line N") in five test classes. * The rename is scoped to the block the local is declared in, where it shadows the field, so every renamed reference provably resolved to the local; field accesses elsewhere in the class are untouched. 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
participants (1)
-
XWiki Notifications