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
happens for setters that are just called 'set', because ClassUtils.getFieldNameFromSetter(..) will then return "".
To fix, add check for empty string to Utils.capitalize(..)
The text was updated successfully, but these errors were encountered:
happens for setters that are just called 'set', because ClassUtils.getFieldNameFromSetter(..) will then return "".
To fix, add check for empty string to Utils.capitalize(..)
The text was updated successfully, but these errors were encountered: