-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
13
The idiom "".equals(str) could be more efficient if replaced with a usage
that can uses String.isEmpty.
Check for null is important and there might be reason to create a utility method for the purpose.
that can uses String.isEmpty.
Check for null is important and there might be reason to create a utility method for the purpose.
- relates to
-
JDK-8214971 Replace use of string.equals("") with isEmpty()
- Resolved