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
Looks like logic in forFirstNameRule() of DefaultAccessorNamingStrategy.FirstCharBasedValidator is wrong: it should return null (for "no need for validator) if both are true (both lower-case and non-letter allowed as the first character) -- but currently checks the reverse (both are false).
The text was updated successfully, but these errors were encountered:
Looks like logic in
forFirstNameRule()
ofDefaultAccessorNamingStrategy.FirstCharBasedValidator
is wrong: it should returnnull
(for "no need for validator) if both aretrue
(both lower-case and non-letter allowed as the first character) -- but currently checks the reverse (both arefalse
).The text was updated successfully, but these errors were encountered: