Branch: refs/heads/claude/magical-faraday-6BPWp Home: https://github.com/xwiki/xwiki-platform Commit: 8eefc0cf0257f545a054278c24b026e195924bdf https://github.com/xwiki/xwiki-platform/commit/8eefc0cf0257f545a054278c24b02... Author: Claude <[email protected]> Date: 2026-05-18 (Mon, 18 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/StringClass.java Log Message: ----------- [SONAR] Use PROPERTY_TYPE constant instead of duplicating literal in BooleanClass and StringClass Replace hardcoded "Boolean" and "String" string literals in constructor calls with the already-defined PROPERTY_TYPE constants to avoid duplication. Fixes SonarCloud issues: - AZzGqNeoXFD7Ud6sqSQN (BooleanClass.java) - AZzGqNhnXFD7Ud6sqSQO (StringClass.java) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications