[ 
https://issues.apache.org/jira/browse/AMQ-8020?focusedWorklogId=468672&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468672
 ]

ASF GitHub Bot logged work on AMQ-8020:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Aug/20 15:01
            Start Date: 10/Aug/20 15:01
    Worklog Time Spent: 10m 
      Work Description: coheigea opened a new pull request #554:
URL: https://github.com/apache/activemq/pull/554


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 468672)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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)

Reply via email to