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
Prevent NPE on #getRecordComponents for Object (#461)
Requesting the record components from a struct class has a fallback to
an empty list over null for objects that extend j.l.Record but do not
have a record attribute.
This fallback however assumes that the type has a superclass, which is
not the case of j.l.Object, causing a NPE.
0 commit comments