Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 54557b2be2537e89633715d80d98672872035995 https://github.com/xwiki/xwiki-platform/commit/54557b2be2537e89633715d80d986... Author: claude[bot] <209825114+claude[bot]@users.noreply.github.com> 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 (#6218) * 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