Do you use StringUtils.EMPTY instead of \"\"?
StringUtils.EMPTY
\"\"
I mean either as a return value or if you set a the value of a String variable. I don\'t mean
Honestly, I don't see much use of either. If you want to compare egainst an empty string, just use StringUtils.isNotEmpty(..)
StringUtils.isNotEmpty(..)