[xwiki/xwiki-platform] 6d6b8e: [Misc] Fix the xwiki-platform-legacy-oldcore Aspec...
Branch: refs/heads/claude/clever-feynman-xknuui-legacy-aspect Home: https://github.com/xwiki/xwiki-platform Commit: 6d6b8e85e9db2cce3ddb64a954d8ea7c9e6c68b9 https://github.com/xwiki/xwiki-platform/commit/6d6b8e85e9db2cce3ddb64a954d8e... Author: Vincent Massol <[email protected]> Date: 2026-08-23 (Sun, 23 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/BooleanClassCompatibiityAspect.aj Log Message: ----------- [Misc] Fix the xwiki-platform-legacy-oldcore AspectJ compilation * The SonarQube java:S1172 cleanup in #6214 removed the unused XWikiContext parameter of the private BooleanClass#getDisplayValue(XWikiContext, int) method, but BooleanClassCompatibiityAspect still called the two-argument form, so the AspectJ compilation of xwiki-platform-legacy-oldcore fails on master. * An inter-type declaration can call a private method of the class it is declared on, which is why the compiler in xwiki-platform-oldcore could not catch this. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications