[xwiki/xwiki-commons] 5b53fd: [Misc] Rename local variables that hide a field in...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 5b53fd1242cd51a6618a4cbe4fc0a6976da7064a https://github.com/xwiki/xwiki-commons/commit/5b53fd1242cd51a6618a4cbe4fc0a6... Author: claude[bot] <209825114+claude[bot]@users.noreply.github.com> 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) (#1897) * 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