Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 059b8d895c61367cb3babcaf1671d646a432ba1f https://github.com/xwiki/xwiki-platform/commit/059b8d895c61367cb3babcaf1671d... Author: Simon Urli <[email protected]> Date: 2026-08-24 (Mon, 24 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseCollection.java Log Message: ----------- [Misc] Fix Checkstyle violations in BaseCollection (#6100) Add missing Javadoc (class type param, @return/@param tags), fix DeclarationOrder by reordering fields by visibility, rename locals/parameters hiding fields or using snake_case, and extract helper methods in getDiff() and merge() to bring their complexity and parameter count back under the Checkstyle limits. Co-authored-by: Claude Sonnet 5 <[email protected]> (cherry picked from commit 97b3fc2e4ee6ab633b6aed0a159f41bd310fe35f) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications