You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore remaining checkNotNull guards dropped during matchers migration
Guards for STARTS_WITH, ENDS_WITH, CONTAINS_STRING, MATCHES_STRING,
EQUAL_TO_SEMVER, GREATER_THAN_OR_EQUAL_TO_SEMVER, LESS_THAN_OR_EQUAL_TO_SEMVER,
IN_LIST_SEMVER, BETWEEN_SEMVER, IN_RULE_BASED_SEGMENT, and the final
delegate null check were lost when matchers were migrated from
io.split.engine.matchers to io.split.rules.matchers. Also restores
checkNotNull with message for IN_SPLIT_TREATMENT and EQUAL_TO_BOOLEAN
(previously replaced with manual NPE throws).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
AI-Session-Id: 588a98fd-ba49-4318-8286-5fb79f9efaca
AI-Tool: claude-code
AI-Model: unknown
0 commit comments