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
Make jvm_field_is support ordinary unqualified field names.
It now performs field resolution on the base field name to determine
the complete fieldId including class name and type.
This implements part of the feature requested in #902.
However, as it stands the feature is not backward-compatible, as
*only* unqualified names currently work. The field resolution
procedure needs to be updated to allow optional qualified names.
0 commit comments