[
https://issues.apache.org/jira/browse/AMQ-8020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on AMQ-8020 started by Colm O hEigeartaigh.
------------------------------------------------
> Replace toLowerCase().equals() with equalsIgnoreCase
> ----------------------------------------------------
>
> Key: AMQ-8020
> URL: https://issues.apache.org/jira/browse/AMQ-8020
> Project: ActiveMQ
> Issue Type: Task
> Reporter: Colm O hEigeartaigh
> Assignee: Colm O hEigeartaigh
> Priority: Trivial
> Fix For: 5.17.0, 5.16.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There are a few 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)