Do you use StringUtils.EMPTY
instead of ""
?
I mean either as a return value or if you set a the value of a String variable. I don't mean for comparison, because there we use StringUtils.isEmpty()
Of course not. Do you really think "" is not clear enough ?
Constants have essentially 3 use cases:
None apply here.