Utils.capitalize(str) throws exception when str equals "" #513
Open
Description
happens for setters that are just called 'set', because ClassUtils.getFieldNameFromSetter(..) will then return "".
To fix, add check for empty string to Utils.capitalize(..)
Metadata
Assignees
Labels
No labels