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
fix: Drop redundant 'var' from unnamed pattern variables in DefaultValidator (#58)
Sonar java:S7475 flags 'var _' inside record patterns: when the binding
is the unnamed pattern '_', the type witness is meaningless and should
be omitted. Strip 'var' from the seven destructured record patterns in
the schema dispatch switch.
0 commit comments