[xwiki/xwiki-commons] c5977e: [Misc] Record the deliberate SonarQube java:S1452 ...
Branch: refs/heads/claude/nifty-bell-kevd6t Home: https://github.com/xwiki/xwiki-commons Commit: c5977ee8834383466851603df5b4b630ba847a11 https://github.com/xwiki/xwiki-commons/commit/c5977ee8834383466851603df5b4b6... Author: Vincent Massol <[email protected]> Date: 2026-09-15 (Tue, 15 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/src/main/java/org/xwiki/component/embed/EmbeddableComponentManager.java M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-xml/src/main/java/org/xwiki/diff/xml/internal/DefaultXMLDiff.java M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-api/src/main/java/org/xwiki/filter/FilterElementDescriptor.java Log Message: ----------- [Misc] Record the deliberate SonarQube java:S1452 wildcard return types in the code * SonarQube reports "Remove usage of generic wildcard type" on methods whose return type is generic in a parameter that the API deliberately leaves open, so there is no invariant type to name and the finding is a false positive. * Resolve them with @SuppressWarnings("java:S1452") plus the per-site reason, as the XWiki code style prescribes for a false positive. Co-Authored-By: Vincent Massol <[email protected]> Claude-Session: https://claude.ai/code/session_01CtfNasGyjjcbZDKQTCtTyU To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
participants (1)
-
XWiki Notifications