Details
-
Task
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
None
Description
There are a couple of instances in the code where toLowerCase().equals() is used, when equalsIgnoreCase() would suffice. The latter is more concise + also doesn't involve the default Locale that's used with toLowerCase(), which might be problematic depending on the String being compared.
Attachments
Issue Links
- links to