-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 13
-
Component/s: core-libs
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
-