[xwiki/xwiki-commons] c0b821: [Misc] Access static members through the class tha...
Branch: refs/heads/claude/nifty-bell-rume4g Home: https://github.com/xwiki/xwiki-commons Commit: c0b821bd769ecc9015dce09a6082e58adb0a440b https://github.com/xwiki/xwiki-commons/commit/c0b821bd769ecc9015dce09a6082e5... Author: Vincent Massol <[email protected]> Date: 2026-08-14 (Fri, 14 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509DnsName.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509IpAddress.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509Rfc822Name.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509URI.java M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-plugin/src/main/java/org/xwiki/tool/xar/AbstractXARMojo.java Log Message: ----------- [Misc] Access static members through the class that declares them (SonarQube) * SonarQube java:S3252 "static base class members should not be accessed via derived types": replace the derived-type qualifier with the class that actually declares the member, and adjust the imports accordingly. * Pure qualifier change: no declaration, signature or value is modified. 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