Actions
Bug #16606
closedBug #16524: we should not use .size to check if a collection is empty
same as parent ticket, but for .length
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
we are using a lot of .length to check if strings are empty, but we should use isEmpty, even if perf improvement s minimal (see https://www.baeldung.com/java-string-performance)
Actions